Enable Authenticator.response(for:) to return a generic data type #69
Annotations
10 warnings
Test platform platform=macOS:
Sources/OAuthenticator/CredentialWindowProvider.swift#L28
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Test platform platform=macOS:
Sources/OAuthenticator/CredentialWindowProvider.swift#L28
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Test platform platform=macOS:
Sources/OAuthenticator/WebAuthenticationSession+Utility.swift#L9
capture of 'self' with non-sendable type 'WebAuthenticationSession' in a `@Sendable` closure
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L120
passing argument of non-sendable type 'Authenticator<Data>.Configuration' into actor-isolated context may introduce data races
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L124
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L156
passing argument of non-sendable type 'Authenticator<Data>.Configuration' into actor-isolated context may introduce data races
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L160
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L208
passing argument of non-sendable type 'Authenticator<Data>.Configuration' into actor-isolated context may introduce data races
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L212
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
Test platform platform=macOS:
Tests/OAuthenticatorTests/AuthenticatorTests.swift#L250
passing argument of non-sendable type 'Authenticator<Data>.Configuration' into actor-isolated context may introduce data races
|
Loading