ci: add Xcode 15.0.1 #693
Triggered via pull request
November 21, 2024 15:17
Status
Success
Total duration
42m 49s
Artifacts
–
Annotations
463 warnings
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/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 (MAC_CATALYST):
Sources/PostgREST/PostgrestFilterBuilder.swift#L4
class 'PostgrestFilterBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (MAC_CATALYST):
Sources/PostgREST/PostgrestFilterBuilder.swift#L627
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
|
xcodebuild (MAC_CATALYST):
Sources/PostgREST/PostgrestFilterBuilder.swift#L635
'phfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .phrase type.
|
xcodebuild (MAC_CATALYST):
Sources/PostgREST/PostgrestFilterBuilder.swift#L643
'wfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .websearch type.
|
xcodebuild (MAC_CATALYST):
Sources/PostgREST/PostgrestQueryBuilder.swift#L4
class 'PostgrestQueryBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (MAC_CATALYST):
Sources/PostgREST/PostgrestRpcBuilder.swift#L7
class 'PostgrestRpcBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (MAC_CATALYST):
Sources/PostgREST/PostgrestTransformBuilder.swift#L4
class 'PostgrestTransformBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (MAC_CATALYST):
Sources/Auth/AuthClient.swift#L302
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (MAC_CATALYST):
Sources/Auth/AuthClient.swift#L329
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
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 (IOS)
Failed to save: uploadChunk (start: 301989888, end: 335544319) failed: read ECONNRESET
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestFilterBuilder.swift#L4
class 'PostgrestFilterBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestQueryBuilder.swift#L4
class 'PostgrestQueryBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestRpcBuilder.swift#L7
class 'PostgrestRpcBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestTransformBuilder.swift#L4
class 'PostgrestTransformBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestFilterBuilder.swift#L4
class 'PostgrestFilterBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestFilterBuilder.swift#L627
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestFilterBuilder.swift#L635
'phfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .phrase type.
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestFilterBuilder.swift#L643
'wfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .websearch type.
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestQueryBuilder.swift#L4
class 'PostgrestQueryBuilder' must restate inherited '@unchecked Sendable' conformance
|
xcodebuild (IOS):
Sources/PostgREST/PostgrestRpcBuilder.swift#L7
class 'PostgrestRpcBuilder' must restate inherited '@unchecked Sendable' conformance
|
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/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
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 (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/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 (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/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
|
xcodebuild (test, MAC_CATALYST):
Sources/Auth/AuthClient.swift#L302
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild-macOS-14 (15.0.1, 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-14 (15.0.1, 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-macOS-14 (15.0.1, MAC_CATALYST):
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-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, 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-14 (15.0.1, 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-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/Push.swift#L75
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
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-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, MAC_CATALYST):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, 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 (15.0.1, 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 (15.0.1, IOS):
Sources/Realtime/Push.swift#L75
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, 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-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, 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 (15.0.1, 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 (15.0.1, 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-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, 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-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, IOS):
Sources/Realtime/RealtimeChannel.swift#L446
capture of 'newPostgresBindings' with non-sendable type '[Binding]' in a `@Sendable` closure
|
xcodebuild (test, WATCHOS):
Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
|
xcodebuild (test, WATCHOS):
Sources/Auth/AuthClient.swift#L302
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/AuthClient.swift#L329
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, WATCHOS):
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
xcodebuild (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, 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 (test, MACOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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 (test, TVOS):
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, TVOS):
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 (TVOS):
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):
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):
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):
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):
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):
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):
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):
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):
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):
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 (TVOS):
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):
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):
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):
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):
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):
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):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild (TVOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild (TVOS):
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):
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 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, TVOS):
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 (15.0.1, TVOS):
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 (15.0.1, TVOS):
Sources/Realtime/Push.swift#L75
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, TVOS):
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-macOS-14 (15.0.1, TVOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, TVOS):
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 (15.0.1, TVOS):
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 (15.0.1, TVOS):
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-macOS-14 (15.0.1, TVOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, TVOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild (WATCHOS):
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):
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):
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):
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):
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):
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):
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):
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):
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):
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 (WATCHOS):
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):
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):
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):
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):
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):
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):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild (WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild (WATCHOS):
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):
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 (15.0.1, MACOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, 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 (15.0.1, 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 (15.0.1, MACOS):
Sources/Realtime/Push.swift#L75
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, MACOS):
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-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, 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 (15.0.1, 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 (15.0.1, MACOS):
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-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, MACOS):
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-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L446
capture of 'newPostgresBindings' with non-sendable type '[Binding]' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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-macOS-14 (15.4, IOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, IOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, IOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.4, IOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, IOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, IOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.4, TVOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, TVOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, TVOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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 (15.4, TVOS):
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-macOS-14 (15.4, TVOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, TVOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.4, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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-14 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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-14 (15.4, 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-macOS-14 (15.4, MAC_CATALYST):
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-macOS-14 (15.4, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
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 (15.0.1, WATCHOS):
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 (15.0.1, WATCHOS):
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-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
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 (15.0.1, WATCHOS):
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 (15.0.1, WATCHOS):
Sources/Realtime/Push.swift#L75
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
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-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.0.1, WATCHOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, MACOS):
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-macOS-14 (15.4, MACOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, MACOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, 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 (15.4, MACOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.4, MACOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, MACOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, MACOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, 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 (15.4, 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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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-macOS-14 (15.4, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (15.4, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (15.4, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (15.4, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (15.4, WATCHOS):
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 (15.4, WATCHOS):
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 (test, 15.0.1, 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 (test, 15.0.1, 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 (test, 15.0.1, MACOS):
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-macOS-14 (test, 15.0.1, MACOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, MACOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, MACOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (test, 15.0.1, MACOS):
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-macOS-14 (test, 15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (test, 15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (test, 15.0.1, MACOS):
Sources/Realtime/RealtimeChannel.swift#L446
capture of 'newPostgresBindings' with non-sendable type '[Binding]' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, 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 (test, 15.0.1, 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 (test, 15.0.1, 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-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, IOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, 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-14 (test, 15.0.1, 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-macOS-14 (test, 15.0.1, MAC_CATALYST):
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-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, MAC_CATALYST):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, TVOS):
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 (test, 15.0.1, TVOS):
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 (test, 15.0.1, TVOS):
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-macOS-14 (test, 15.0.1, TVOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, TVOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, TVOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (test, 15.0.1, TVOS):
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-macOS-14 (test, 15.0.1, TVOS):
Sources/Realtime/RealtimeChannel.swift#L381
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (test, 15.0.1, TVOS):
Sources/Realtime/RealtimeChannel.swift#L408
type 'Binding' does not conform to the 'Sendable' protocol
|
xcodebuild-macOS-14 (test, 15.0.1, TVOS):
Sources/Realtime/RealtimeChannel.swift#L446
capture of 'newPostgresBindings' with non-sendable type '[Binding]' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
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 (test, 15.0.1, WATCHOS):
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 (test, 15.0.1, WATCHOS):
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-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
xcodebuild-macOS-14 (test, 15.0.1, WATCHOS):
Sources/Realtime/PhoenixTransport.swift#L313
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, 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, 15.4, 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, 15.4, 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, 15.4, 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, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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-macOS-14 (test, 15.4, IOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, IOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, MACOS):
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-macOS-14 (test, 15.4, MACOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, MACOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, TVOS):
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, 15.4, TVOS):
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, 15.4, TVOS):
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, 15.4, TVOS):
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, 15.4, TVOS):
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 (test, 15.4, TVOS):
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 (test, 15.4, TVOS):
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 (test, 15.4, TVOS):
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-macOS-14 (test, 15.4, TVOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, TVOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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 (test, 15.4, 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-14 (test, 15.4, 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-macOS-14 (test, 15.4, MAC_CATALYST):
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-macOS-14 (test, 15.4, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, MAC_CATALYST):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, WATCHOS):
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, 15.4, WATCHOS):
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, 15.4, WATCHOS):
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, 15.4, WATCHOS):
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, 15.4, WATCHOS):
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 (test, 15.4, WATCHOS):
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 (test, 15.4, WATCHOS):
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 (test, 15.4, WATCHOS):
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-macOS-14 (test, 15.4, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1009
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
xcodebuild-macOS-14 (test, 15.4, WATCHOS):
Sources/Realtime/RealtimeClient.swift#L1024
'RealtimeClient' is deprecated: Use new RealtimeClientV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|