Adopt real fulfillment API #66
Annotations
30 warnings and 3 notices
Test (platform=macOS):
Sources/OAuthenticator/CredentialWindowProvider.swift#L28
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L121
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L131
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L135
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') outside of main actor-isolated context may introduce data races
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L182
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=macOS):
Sources/OAuthenticator/Authenticator.swift#L183
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/CredentialWindowProvider.swift#L28
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L121
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L131
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L135
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') outside of main actor-isolated context may introduce data races
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L182
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=iOS Simulator,name=iPhone 11):
Sources/OAuthenticator/Authenticator.swift#L183
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L121
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L131
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L135
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') outside of main actor-isolated context may introduce data races
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L182
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Sources/OAuthenticator/Authenticator.swift#L183
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Test (platform=tvOS Simulator,name=Apple TV):
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L106
passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
|
Test (platform=macOS)
Tests Passed: 0 failed, 0 skipped, 13 total (6.123 seconds)
|
Test (platform=iOS Simulator,name=iPhone 11)
Tests Passed: 0 failed, 0 skipped, 13 total (6.218 seconds)
|
Test (platform=tvOS Simulator,name=Apple TV)
Tests Passed: 0 failed, 0 skipped, 13 total (6.169 seconds)
|