Skip to content

chore: simplify ci #607

chore: simplify ci

chore: simplify ci #607

Triggered via pull request October 19, 2024 09:24
@grdsdevgrdsdev
synchronize #569
ci
Status Failure
Total duration 7m 40s
Artifacts

ci.yml

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

Annotations

17 errors and 52 warnings
xcodebuild (IOS, 15.2): Sources/Auth/AuthClient.swift#L105
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context
xcodebuild (IOS, 15.2): Sources/Auth/AuthClient.swift#L111
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context
xcodebuild (IOS, 15.2)
Process completed with exit code 2.
xcodebuild (test, MACOS, 15.4)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, MACOS, 16.0)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, VISIONOS, 15.4)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, WATCHOS, 15.4)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, TVOS, 15.4)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, MAC_CATALYST, 15.4)
The job was canceled because "IOS_15_2" failed.
xcodebuild (MACOS, 15.2)
The job was canceled because "IOS_15_2" failed.
xcodebuild (MACOS, 15.2): Sources/Auth/AuthClient.swift#L119
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context
xcodebuild (MACOS, 15.2): Sources/Auth/AuthClient.swift#L125
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context
xcodebuild (MACOS, 15.2)
The operation was canceled.
xcodebuild (test, IOS, 16.0)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, IOS, 16.0)
The operation was canceled.
xcodebuild (test, IOS, 15.4)
The job was canceled because "IOS_15_2" failed.
xcodebuild (test, IOS, 15.4)
The operation was canceled.
xcodebuild (IOS, 15.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
xcodebuild (IOS, 15.2): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 15.2): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 15.2): Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
xcodebuild (IOS, 15.2): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (IOS, 15.2): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (IOS, 15.2): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MACOS, 15.2): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (MACOS, 15.2): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (MACOS, 15.2): Sources/Realtime/TimeoutTimer.swift#L60
reference to static property 'main' is not concurrency-safe because it involves shared mutable state
xcodebuild (MACOS, 15.2): Sources/Realtime/RealtimeClient.swift#L369
type 'Delegated<(Int, String?), Void>' does not conform to the 'Sendable' protocol
xcodebuild (MACOS, 15.2): Sources/Realtime/RealtimeClient.swift#L410
capture of 'self' with non-sendable type 'RealtimeClient' in a `@Sendable` closure
xcodebuild (test, IOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, IOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, IOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, IOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (test, IOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
linux (5.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Examples
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Examples: Examples/SlackClone/AppView.swift#L18
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: Examples/SlackClone/UserStore.swift#L90
default will never be executed
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: Examples/SlackClone/AppView.swift#L18
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: @__swiftmacro_10SlackClone12AppViewModelC24realtimeConnectionStatus18ObservationTrackedfMp_.swift#L1
'Status' is deprecated: renamed to 'RealtimeClientStatus'
Examples: 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:)'