feat: do not send non-JWTs in Authorization
header
#652
Annotations
20 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SlackClone:
Examples/SlackClone/AppView.swift#L18
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
@__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
@__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
@__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
@__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
Examples/SlackClone/AppView.swift#L18
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
@__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
|
SlackClone:
Examples/SlackClone/UserStore.swift#L90
default will never be executed
|
Examples:
Sources/PostgREST/PostgrestFilterBuilder.swift#L4
class 'PostgrestFilterBuilder' must restate inherited '@unchecked Sendable' conformance
|
Examples:
Sources/PostgREST/PostgrestQueryBuilder.swift#L4
class 'PostgrestQueryBuilder' must restate inherited '@unchecked Sendable' conformance
|
Examples:
Sources/PostgREST/PostgrestRpcBuilder.swift#L7
class 'PostgrestRpcBuilder' must restate inherited '@unchecked Sendable' conformance
|
Examples:
Sources/PostgREST/PostgrestTransformBuilder.swift#L4
class 'PostgrestTransformBuilder' must restate inherited '@unchecked Sendable' conformance
|
Examples:
Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because non-'Sendable' type '(Int) -> TimeInterval' (aka '(Int) -> Double') may have shared mutable state; this is an error in the Swift 6 language mode
|
Examples:
Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because non-'Sendable' type '(Int) -> TimeInterval' (aka '(Int) -> Double') may have shared mutable state; this is an error in the Swift 6 language mode
|
Examples:
Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because non-'Sendable' type '(Any) -> Data' may have shared mutable state; this is an error in the Swift 6 language mode
|
Examples:
Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because non-'Sendable' type '(Data) -> Any?' may have shared mutable state; this is an error in the Swift 6 language mode
|
Examples:
Sources/Realtime/PhoenixTransport.swift#L140
non-final class 'URLSessionTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
Examples:
Sources/Realtime/PhoenixTransport.swift#L148
stored property 'session' of 'Sendable'-conforming class 'URLSessionTransport' is mutable; this is an error in the Swift 6 language mode
|
UserManagement:
Examples/UserManagement/ProfileView.swift#L174
'upload(path:file:options:)' is deprecated: renamed to 'upload(_:data:options:)'
|
Loading