Skip to content

fix: remove kSecUseDataProtectionKeychain #618

fix: remove kSecUseDataProtectionKeychain

fix: remove kSecUseDataProtectionKeychain #618

Triggered via pull request October 21, 2024 19:15
Status Success
Total duration 56m 54s
Artifacts

ci.yml

on: pull_request
Matrix: linux
Matrix: xcodebuild
Fit to window
Zoom out
Zoom in

Annotations

341 warnings
linux (5.10)
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/
xcodebuild (IOS, 16.0)
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/
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 16.0): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 16.0): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): 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
xcodebuild (IOS, 16.0): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (IOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 15.4)
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/
xcodebuild (IOS, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (IOS, 15.4): Sources/Auth/AuthClient.swift#L105
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Auth/AuthClient.swift#L111
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (IOS, 15.4): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (IOS, 15.4): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (IOS, 15.4): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (IOS, 15.4): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 15.4): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
Examples
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/
Examples: Examples/SlackClone/AppView.swift#L18
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: Examples/SlackClone/AppView.swift#L18
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: Examples/SlackClone/UserStore.swift#L90
default will never be executed
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
Examples: Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
Examples: Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
Examples: Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
Examples: Sources/Realtime/RealtimeChannel.swift#L1007
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
Examples: Examples/UserManagement/ProfileView.swift#L174
'upload(path:file:options:)' is deprecated: renamed to 'upload(_:data:options:)'
xcodebuild (MAC_CATALYST, 15.4)
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/
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 16.0)
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/
xcodebuild (MAC_CATALYST, 16.0): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MAC_CATALYST, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): 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
xcodebuild (MAC_CATALYST, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (MACOS, 15.4)
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/
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (MACOS, 15.4): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (MACOS, 15.4): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MACOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MACOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MACOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MACOS, 16.0)
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/
xcodebuild (MACOS, 16.0): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MACOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): 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
xcodebuild (MACOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (MACOS, 16.0): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (MACOS, 16.0): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (test, IOS, 15.4)
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/
xcodebuild (test, IOS, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (test, IOS, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (test, IOS, 15.4): Sources/Auth/AuthClient.swift#L105
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, IOS, 15.4): Sources/Auth/AuthClient.swift#L111
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, IOS, 15.4): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 15.4): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 15.4): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 15.4): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, IOS, 15.4): Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
xcodebuild (test, IOS, 15.4): Sources/PostgREST/PostgrestFilterBuilder.swift#L627
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
xcodebuild (test, MAC_CATALYST, 15.4)
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/
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/AuthClient.swift#L105
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/AuthClient.swift#L111
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 15.4): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, MAC_CATALYST, 15.4): Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
xcodebuild (test, MAC_CATALYST, 15.4): Sources/PostgREST/PostgrestFilterBuilder.swift#L627
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
xcodebuild (test, MAC_CATALYST, 16.0)
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/
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MAC_CATALYST, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 15.4)
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/
xcodebuild (test, MACOS, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (test, MACOS, 15.4): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 15.4): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, MACOS, 15.4): Sources/Auth/AuthClient.swift#L1360
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
xcodebuild (test, MACOS, 15.4): Sources/Auth/AuthClient.swift#L119
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, MACOS, 15.4): Sources/Auth/AuthClient.swift#L125
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, MACOS, 15.4): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 15.4): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 15.4): Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
xcodebuild (test, MACOS, 15.4): Sources/PostgREST/PostgrestFilterBuilder.swift#L627
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
xcodebuild (test, IOS, 16.0)
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/
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS, 16.0): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, IOS, 16.0): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0)
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/
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 16.0): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, TVOS, 16.0): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 15.4)
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/
xcodebuild (test, TVOS, 15.4): Sources/Auth/AuthClient.swift#L105
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, TVOS, 15.4): Sources/Auth/AuthClient.swift#L111
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, TVOS, 15.4): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 15.4): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 15.4): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, TVOS, 15.4): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, TVOS, 15.4): Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
xcodebuild (test, TVOS, 15.4): Sources/PostgREST/PostgrestFilterBuilder.swift#L627
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
xcodebuild (test, TVOS, 15.4): Sources/PostgREST/PostgrestFilterBuilder.swift#L635
'phfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .phrase type.
xcodebuild (test, TVOS, 15.4): Sources/PostgREST/PostgrestFilterBuilder.swift#L643
'wfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .websearch type.
xcodebuild (test, MACOS, 16.0)
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/
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, MACOS, 16.0): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, MACOS, 16.0): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (TVOS, 15.4)
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/
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (TVOS, 15.4): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (TVOS, 15.4): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (TVOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (TVOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (TVOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, WATCHOS, 15.4)
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/
xcodebuild (test, WATCHOS, 15.4): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 15.4): Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
xcodebuild (test, WATCHOS, 15.4): Sources/Auth/AuthClient.swift#L91
main actor-isolated class property 'applicationDidBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, WATCHOS, 15.4): Sources/Auth/AuthClient.swift#L97
main actor-isolated class property 'applicationWillResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
xcodebuild (test, WATCHOS, 15.4): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 15.4): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 15.4): Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
xcodebuild (test, WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (TVOS, 16.0)
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/
xcodebuild (TVOS, 16.0): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (TVOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): 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
xcodebuild (TVOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (TVOS, 16.0): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (TVOS, 16.0): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (test, WATCHOS, 16.0)
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/
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, WATCHOS, 16.0): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (WATCHOS, 15.4)
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/
xcodebuild (WATCHOS, 15.4): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (WATCHOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (WATCHOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (WATCHOS, 15.4): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (WATCHOS, 16.0)
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/
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (WATCHOS, 16.0): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (WATCHOS, 16.0): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (WATCHOS, 16.0): Sources/Storage/StorageFileApi.swift#L43
'encoder' is deprecated: encoder is deprecated, AnyJSON now uses default JSONEncoder().
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): 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
xcodebuild (WATCHOS, 16.0): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (WATCHOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode