test(functions): increase code coverage #852
Annotations
10 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/Auth/AuthClient.swift#L1406
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Debug:
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Debug:
Sources/Auth/Types.swift#L505
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
|
Debug:
Sources/Auth/AuthClient.swift#L1406
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Debug:
Sources/Auth/AuthClient.swift#L305
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Debug:
Sources/Auth/AuthClient.swift#L332
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Debug:
Sources/TestHelpers/URLRequestSnapshot.swift#L33
static property '_curl' 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:
Users/runner/.derivedData/Debug/SourcePackages/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift#L6
static property 'lines' 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