Skip to content

Commit 1a8e344

Browse files
author
Guilherme Souza
committed
Set unchecked sendable to AuthClient
1 parent 9395f05 commit 1a8e344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Auth/AuthClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import AuthenticationServices
66
import FoundationNetworking
77
#endif
88

9-
public final class AuthClient: Sendable {
9+
public final class AuthClient: @unchecked Sendable {
1010
/// FetchHandler is a type alias for asynchronous network request handling.
1111
public typealias FetchHandler = @Sendable (
1212
_ request: URLRequest

0 commit comments

Comments
 (0)