Enable Authenticator.response(for:) to return a generic data type #67
Annotations
10 warnings
Test platform 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 platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L116
capture of 'self' with non-sendable type 'Authenticator<UserDataType>' in a `@Sendable` closure
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L116
capture of 'userAuthenticator' with non-sendable type '(URL, String) async throws -> URL' in a `@Sendable` closure
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L122
capture of 'self' with non-sendable type 'Authenticator<UserDataType>' in a `@Sendable` closure
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L132
capture of 'self' with non-sendable type 'Authenticator<UserDataType>' in a `@Sendable` closure
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L136
capture of 'userAuthenticator' with non-sendable type '(URL, String) async throws -> URL' in a `@Sendable` closure
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L157
passing argument of non-sendable type 'Authenticator<UserDataType>' outside of main actor-isolated context may introduce data races
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L157
passing argument of non-sendable type 'Authenticator<UserDataType>.UserAuthenticator' (aka '(URL, String) async throws -> URL') outside of main actor-isolated context may introduce data races
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L191
capture of 'self' with non-sendable type 'Authenticator<UserDataType>' in a `@Sendable` closure
|
Test platform platform=iOS Simulator,name=iPhone 11:
Sources/OAuthenticator/Authenticator.swift#L192
capture of 'userAuthenticator' with non-sendable type 'Authenticator<UserDataType>.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Loading