refactor: use Clock protocol when available (#633) #781
Annotations
20 warnings
Release:
Sources/Helpers/AsyncValueSubject.swift#L25
stored property 'bufferingPolicy' of 'Sendable'-conforming generic class 'AsyncValueSubject' has non-sendable type 'AsyncValueSubject<Value>.BufferingPolicy' (aka 'AsyncStream<Value>.Continuation.BufferingPolicy')
|
Release:
Sources/Helpers/AsyncValueSubject.swift#L25
stored property 'bufferingPolicy' of 'Sendable'-conforming generic class 'AsyncValueSubject' has non-sendable type 'AsyncValueSubject<Value>.BufferingPolicy' (aka 'AsyncStream<Value>.Continuation.BufferingPolicy')
|
Release:
Sources/Helpers/AsyncValueSubject.swift#L25
stored property 'bufferingPolicy' of 'Sendable'-conforming generic class 'AsyncValueSubject' has non-sendable type 'AsyncValueSubject<Value>.BufferingPolicy' (aka 'AsyncStream<Value>.Continuation.BufferingPolicy')
|
Release:
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
|
Release:
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
|
Release:
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
|
Release:
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
|
Release:
Sources/Realtime/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
Release:
Sources/Realtime/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
Release:
Sources/Realtime/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
Debug:
Sources/Helpers/AsyncValueSubject.swift#L25
stored property 'bufferingPolicy' of 'Sendable'-conforming generic class 'AsyncValueSubject' has non-sendable type 'AsyncValueSubject<Value>.BufferingPolicy' (aka 'AsyncStream<Value>.Continuation.BufferingPolicy')
|
Debug:
Sources/Helpers/AsyncValueSubject.swift#L25
stored property 'bufferingPolicy' of 'Sendable'-conforming generic class 'AsyncValueSubject' has non-sendable type 'AsyncValueSubject<Value>.BufferingPolicy' (aka 'AsyncStream<Value>.Continuation.BufferingPolicy')
|
Debug:
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
|
Debug:
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
|
Debug:
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
|
Debug:
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
|
Debug:
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
|
Debug:
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
|
Debug:
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
|
Debug:
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
|
Loading