Skip to content

fix(functions): set request timeout to 150 seconds when invoking func… #1041

fix(functions): set request timeout to 150 seconds when invoking func…

fix(functions): set request timeout to 150 seconds when invoking func… #1041

Triggered via push June 10, 2025 09:42
Status Cancelled
Total duration 1m 10s
Artifacts

ci.yml

on: push
Matrix: xcodebuild (16)
Matrix: xcodebuild (15)
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 10 warnings
xcodebuild (15) (test, VISIONOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (test, MACOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (test, MAC_CATALYST, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (MAC_CATALYST, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (test, TVOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (test, IOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (16) (IOS, 16.3)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (IOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (IOS, 15.2)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (TVOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (MACOS, 15.2)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (WATCHOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (VISIONOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (15) (MACOS, 15.4)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
Linux and Android
The operation was canceled.
Linux and Android
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (16) (test, IOS, 16.3)
The operation was canceled.
xcodebuild (16) (test, IOS, 16.3)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (16) (test, MACOS, 16.3)
The operation was canceled.
xcodebuild (16) (test, MACOS, 16.3)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
Test docs
The operation was canceled.
Test docs
Canceling since a higher priority waiting request for ci-refs/heads/main exists
Examples
The operation was canceled.
Examples
Canceling since a higher priority waiting request for ci-refs/heads/main exists
xcodebuild (16) (MACOS, 16.3)
The operation was canceled.
xcodebuild (16) (MACOS, 16.3)
Canceling since a higher priority waiting request for ci-refs/heads/main exists
CI
Canceling since a higher priority waiting request for ci-refs/heads/main exists
Examples: Sources/Realtime/Deprecated/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/Deprecated/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/Deprecated/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/Deprecated/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/Deprecated/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/Deprecated/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/Deprecated/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/Deprecated/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/Storage/SupabaseStorage.swift#L15
'defaultStorageDecoder' is deprecated: Access to storage decoder is going to be removed.
Examples: Sources/Storage/SupabaseStorage.swift#L14
'defaultStorageEncoder' is deprecated: Access to storage encoder is going to be removed.