Skip to content

fix(realtime)!: serialize Realtime to MainActor #729

fix(realtime)!: serialize Realtime to MainActor

fix(realtime)!: serialize Realtime to MainActor #729

Triggered via pull request December 2, 2024 17:14
Status Failure
Total duration 4m 28s
Artifacts

ci.yml

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

Annotations

36 errors and 153 warnings
linux (5.10)
Process completed with exit code 1.
xcodebuild (test, IOS): Tests/IntegrationTests/RealtimeIntegrationTests.swift#L17
call to main actor-isolated initializer 'init(url:options:)' in a synchronous nonisolated context
xcodebuild (test, IOS): Tests/IntegrationTests/RealtimeIntegrationTests.swift#L41
expression is 'async' but is not marked with 'await'
xcodebuild (test, IOS): Tests/IntegrationTests/RealtimeIntegrationTests.swift#L48
expression is 'async' but is not marked with 'await'
xcodebuild (test, IOS): Tests/IntegrationTests/RealtimeIntegrationTests.swift#L102
expression is 'async' but is not marked with 'await'
xcodebuild (test, IOS): Tests/IntegrationTests/RealtimeIntegrationTests.swift#L116
expression is 'async' but is not marked with 'await'
xcodebuild (test, IOS): Tests/IntegrationTests/RealtimeIntegrationTests.swift#L126
expression is 'async' but is not marked with 'await'
xcodebuild (test, IOS)
Process completed with exit code 2.
xcodebuild (WATCHOS)
The job was canceled because "test_IOS" failed.
xcodebuild (TVOS)
The job was canceled because "test_IOS" failed.
xcodebuild (test, MAC_CATALYST)
The job was canceled because "test_IOS" failed.
xcodebuild (test, MACOS)
The job was canceled because "test_IOS" failed.
xcodebuild (test, WATCHOS)
The job was canceled because "test_IOS" failed.
xcodebuild (test, TVOS)
The job was canceled because "test_IOS" failed.
xcodebuild (IOS)
The job was canceled because "test_IOS" failed.
xcodebuild (IOS)
The operation was canceled.
xcodebuild (MAC_CATALYST)
The job was canceled because "test_IOS" failed.
xcodebuild (MAC_CATALYST)
The operation was canceled.
xcodebuild (MACOS)
The job was canceled because "test_IOS" failed.
xcodebuild (MACOS)
The operation was canceled.
xcodebuild-macOS-14 (test, IOS): Tests/SupabaseTests/SupabaseClientTests.swift#L77
expression is 'async' but is not marked with 'await'
xcodebuild-macOS-14 (test, IOS): Tests/SupabaseTests/SupabaseClientTests.swift#L80
expression is 'async' but is not marked with 'await'
xcodebuild-macOS-14 (test, IOS)
Process completed with exit code 2.
xcodebuild-macOS-14 (WATCHOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (TVOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (test, TVOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (test, MAC_CATALYST)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (test, WATCHOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (IOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (IOS)
The operation was canceled.
xcodebuild-macOS-14 (MAC_CATALYST)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (MAC_CATALYST)
The operation was canceled.
xcodebuild-macOS-14 (MACOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (MACOS)
The operation was canceled.
xcodebuild-macOS-14 (test, MACOS)
The job was canceled because "test_IOS" failed.
xcodebuild-macOS-14 (test, MACOS)
The operation was canceled.
linux (5.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
xcodebuild (test, IOS): Sources/Auth/AuthClient.swift#L302
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/AuthClient.swift#L329
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (test, IOS): Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
xcodebuild (IOS): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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
xcodebuild (IOS): 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): 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): 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): 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): 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): 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): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (IOS): 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): 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 (MAC_CATALYST): 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): 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): 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): 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): 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): 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): 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): 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 (MAC_CATALYST): 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 (MAC_CATALYST): 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): 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): 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): 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): 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): 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): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MAC_CATALYST): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): 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): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MACOS): 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): 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: 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-macOS-14 (test, IOS): 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-14 (test, IOS): 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-14 (test, IOS): 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-14 (test, IOS): 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-14 (test, IOS): 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-14 (IOS): 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-14 (IOS): 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-14 (IOS): 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-14 (IOS): 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-14 (IOS): 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-14 (MAC_CATALYST): 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-14 (IOS): 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-14 (MAC_CATALYST): 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-14 (IOS): 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-14 (MAC_CATALYST): 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-14 (MAC_CATALYST): 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-14 (MAC_CATALYST): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild-macOS-14 (MAC_CATALYST): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild-macOS-14 (MAC_CATALYST): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild-macOS-14 (IOS): 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-14 (IOS): 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-14 (MAC_CATALYST): 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-14 (IOS): 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-14 (IOS): 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-14 (IOS): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild-macOS-14 (IOS): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild-macOS-14 (MAC_CATALYST): 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-14 (MAC_CATALYST): 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-14 (IOS): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild-macOS-14 (MAC_CATALYST): 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-14 (MAC_CATALYST): 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-14 (IOS): 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-14 (MAC_CATALYST): 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-14 (IOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): 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-14 (MACOS): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild-macOS-14 (MACOS): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild-macOS-14 (MACOS): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild-macOS-14 (MACOS): 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-14 (MACOS): 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