Whoops add checkin out back in #64
Annotations
2 errors, 10 warnings, and 1 notice
|
|
Sources/OAuthenticator/CredentialWindowProvider.swift#L28
main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
|
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Sources/OAuthenticator/Authenticator.swift#L115
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Sources/OAuthenticator/Authenticator.swift#L121
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Sources/OAuthenticator/Authenticator.swift#L131
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Sources/OAuthenticator/Authenticator.swift#L135
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
Sources/OAuthenticator/Authenticator.swift#L156
passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
|
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
|
Sources/OAuthenticator/Authenticator.swift#L182
capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
|
Sources/OAuthenticator/Authenticator.swift#L183
capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
|
|
This job was cancelled
Loading