Skip to content

fix(auth): incorrect error when error occurs during PKCE flow (#592) #672

fix(auth): incorrect error when error occurs during PKCE flow (#592)

fix(auth): incorrect error when error occurs during PKCE flow (#592) #672

Triggered via push November 6, 2024 09:55
Status Cancelled
Total duration 3m 26s
Artifacts

ci.yml

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

Annotations

27 errors and 50 warnings
xcodebuild (TVOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (MAC_CATALYST, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (WATCHOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (MACOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (WATCHOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, IOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (MACOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (TVOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, IOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, TVOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, WATCHOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, WATCHOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, TVOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, MACOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, MAC_CATALYST, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, MAC_CATALYST, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (test, MACOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (IOS, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (IOS, 15.4)
The operation was canceled.
linux (5.10)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
linux (5.10)
The operation was canceled.
xcodebuild (IOS, 16.0)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (IOS, 16.0)
The operation was canceled.
xcodebuild (MAC_CATALYST, 15.4)
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
xcodebuild (MAC_CATALYST, 15.4)
The operation was canceled.
Examples
Canceling since a higher priority waiting request for 'ci-refs/heads/main' exists
Examples
The operation was canceled.
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (IOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (IOS, 15.4): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (IOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (IOS, 15.4): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 15.4): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 16.0): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because non-'Sendable' type '(Int) -> TimeInterval' (aka '(Int) -> Double') may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because non-'Sendable' type '(Int) -> TimeInterval' (aka '(Int) -> Double') may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because non-'Sendable' type '(Any) -> Data' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because non-'Sendable' type '(Data) -> Any?' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/PhoenixTransport.swift#L140
non-final class 'URLSessionTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/PhoenixTransport.swift#L148
stored property 'session' of 'Sendable'-conforming class 'URLSessionTransport' is mutable; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
xcodebuild (IOS, 16.0): Sources/Realtime/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (IOS, 16.0): Sources/Realtime/Push.swift#L65
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
xcodebuild (MAC_CATALYST, 15.4): Sources/Realtime/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6