test(realtime): increase code coverage (#652) #882
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/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/Auth/AuthClient.swift#L306
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Release:
Sources/Auth/AuthClient.swift#L333
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
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/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.
|
Debug:
Sources/Realtime/Deprecated/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
|
Loading