test(realtime): increase code coverage (#652) #882
Annotations
20 warnings
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/Storage/SupabaseStorage.swift#L18
'defaultStorageEncoder' is deprecated: Access to storage encoder is going to be removed.
|
Debug:
Sources/Storage/SupabaseStorage.swift#L19
'defaultStorageDecoder' is deprecated: Access to storage decoder is going to be removed.
|
Debug:
Sources/Storage/SupabaseStorage.swift#L18
'defaultStorageEncoder' is deprecated: Access to storage encoder is going to be removed.
|
Debug:
Sources/Storage/SupabaseStorage.swift#L19
'defaultStorageDecoder' is deprecated: Access to storage decoder is going to be removed.
|
Debug:
Sources/Auth/AuthClient.swift#L1407
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Debug:
Sources/PostgREST/PostgrestFilterBuilder.swift#L579
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
|
Debug:
Sources/PostgREST/PostgrestFilterBuilder.swift#L587
'phfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .phrase type.
|
Debug:
Sources/PostgREST/PostgrestFilterBuilder.swift#L595
'wfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .websearch type.
|
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/Storage/SupabaseStorage.swift#L18
'defaultStorageEncoder' is deprecated: Access to storage encoder is going to be removed.
|
Release:
Sources/Storage/SupabaseStorage.swift#L19
'defaultStorageDecoder' is deprecated: Access to storage decoder is going to be removed.
|
Release:
Sources/PostgREST/PostgrestFilterBuilder.swift#L579
'plfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .plain type.
|
Release:
Sources/PostgREST/PostgrestFilterBuilder.swift#L587
'phfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .phrase type.
|
Release:
Sources/PostgREST/PostgrestFilterBuilder.swift#L595
'wfts(_:query:config:)' is deprecated: Use textSearch(_:query:config:type) with .websearch type.
|
Release:
Sources/Realtime/Deprecated/PhoenixTransport.swift#L204
conditional cast from 'String' to 'String' always succeeds
|
Release:
Sources/Realtime/Deprecated/PhoenixTransport.swift#L232
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
Release:
Sources/Realtime/Deprecated/PhoenixTransport.swift#L281
capture of 'self' with non-sendable type 'URLSessionTransport' in a `@Sendable` closure
|
Loading