The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Clerk, reference main (bac471), with Swift 5.10 for macOS (SPM) on 15 Dec 2025 22:40:31 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:123:23: warning: static property 'get' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let get: HTTPMethod = "GET"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:125:23: warning: static property 'patch' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let patch: HTTPMethod = "PATCH"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:127:23: warning: static property 'delete' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let delete: HTTPMethod = "DELETE"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '(any URLSessionTaskDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
Foundation.URLSessionTaskDelegate:2:17: note: protocol 'URLSessionTaskDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionTaskDelegate : URLSessionDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[346/349] Compiling Clerk TelemetryCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Extensions/View+DismissKeyboard.swift:19:37: error: attribute can only be applied to declarations, not types
private struct DismissKeyboardKey: @preconcurrency EnvironmentKey {
                                   ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Theme/ClerkThemes.swift:45:43: error: attribute can only be applied to declarations, not types
private struct ClerkThemeEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:124:23: warning: static property 'post' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let post: HTTPMethod = "POST"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:123:23: warning: static property 'get' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let get: HTTPMethod = "GET"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:125:23: warning: static property 'patch' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let patch: HTTPMethod = "PATCH"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:127:23: warning: static property 'delete' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let delete: HTTPMethod = "DELETE"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '(any URLSessionTaskDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
Foundation.URLSessionTaskDelegate:2:17: note: protocol 'URLSessionTaskDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionTaskDelegate : URLSessionDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[347/349] Compiling Clerk TelemetryEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Extensions/View+DismissKeyboard.swift:19:37: error: attribute can only be applied to declarations, not types
private struct DismissKeyboardKey: @preconcurrency EnvironmentKey {
                                   ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Theme/ClerkThemes.swift:45:43: error: attribute can only be applied to declarations, not types
private struct ClerkThemeEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:124:23: warning: static property 'post' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let post: HTTPMethod = "POST"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:123:23: warning: static property 'get' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let get: HTTPMethod = "GET"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:125:23: warning: static property 'patch' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let patch: HTTPMethod = "PATCH"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:127:23: warning: static property 'delete' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let delete: HTTPMethod = "DELETE"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '(any URLSessionTaskDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
Foundation.URLSessionTaskDelegate:2:17: note: protocol 'URLSessionTaskDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionTaskDelegate : URLSessionDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[348/349] Compiling Clerk TelemetryEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Extensions/View+DismissKeyboard.swift:19:37: error: attribute can only be applied to declarations, not types
private struct DismissKeyboardKey: @preconcurrency EnvironmentKey {
                                   ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Theme/ClerkThemes.swift:45:43: error: attribute can only be applied to declarations, not types
private struct ClerkThemeEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:124:23: warning: static property 'post' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let post: HTTPMethod = "POST"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:123:23: warning: static property 'get' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let get: HTTPMethod = "GET"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:125:23: warning: static property 'patch' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let patch: HTTPMethod = "PATCH"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:127:23: warning: static property 'delete' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let delete: HTTPMethod = "DELETE"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '(any URLSessionTaskDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
Foundation.URLSessionTaskDelegate:2:17: note: protocol 'URLSessionTaskDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionTaskDelegate : URLSessionDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[349/349] Compiling Clerk TelemetryThrottler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Extensions/View+DismissKeyboard.swift:19:37: error: attribute can only be applied to declarations, not types
private struct DismissKeyboardKey: @preconcurrency EnvironmentKey {
                                   ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Theme/ClerkThemes.swift:45:43: error: attribute can only be applied to declarations, not types
private struct ClerkThemeEnvironmentKey: @preconcurrency EnvironmentKey {
                                         ~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:124:23: warning: static property 'post' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let post: HTTPMethod = "POST"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:33:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:52:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:62:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:72:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:82:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:92:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:102:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:123:23: warning: static property 'get' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let get: HTTPMethod = "GET"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignIn/SignInService.swift:120:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:34:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:53:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:125:23: warning: static property 'patch' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let patch: HTTPMethod = "PATCH"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:63:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:73:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:83:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/SignUp/SignUpService.swift:101:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import AuthenticationServices
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:30:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:41:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:51:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:79:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:93:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:149:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:160:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Get/Sources/Get/Request.swift:127:23: warning: static property 'delete' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let delete: HTTPMethod = "DELETE"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:170:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:184:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:199:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:219:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:229:67: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let sessions = try await Container.shared.apiClient().send(request).value
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:242:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '(any URLSessionTaskDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
Foundation.URLSessionTaskDelegate:2:17: note: protocol 'URLSessionTaskDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionTaskDelegate : URLSessionDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:261:61: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().upload(for: request, from: data).value.response
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:271:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
Foundation.URLSessionDataDelegate:2:17: note: protocol 'URLSessionDataDelegate' does not conform to the 'Sendable' protocol
public protocol URLSessionDataDelegate : URLSessionTaskDelegate {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/User/UserService.swift:281:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
error: fatalError
Fetching https://github.com/WeTransfer/Mocker.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/auth0/SimpleKeychain
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/hmlongco/Factory
Fetching https://github.com/kean/Get
[1/1889] Fetching mocker
[2/4238] Fetching mocker, get
[393/5124] Fetching mocker, get, swift-concurrency-extras
[487/24446] Fetching mocker, get, swift-concurrency-extras, factory
[817/31856] Fetching mocker, get, swift-concurrency-extras, factory, phonenumberkit
[818/36401] Fetching mocker, get, swift-concurrency-extras, factory, phonenumberkit, simplekeychain
[1823/68323] Fetching mocker, get, swift-concurrency-extras, factory, phonenumberkit, simplekeychain, kingfisher
Fetched https://github.com/hmlongco/Factory from cache (2.53s)
[42617/49001] Fetching mocker, get, swift-concurrency-extras, phonenumberkit, simplekeychain, kingfisher
Fetched https://github.com/auth0/SimpleKeychain from cache (4.18s)
Fetched https://github.com/kean/Get from cache (4.18s)
Fetched https://github.com/WeTransfer/Mocker.git from cache (4.18s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (4.18s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (4.18s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (4.18s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (2.39s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.5.3 (0.37s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.36s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 3.0.2 (0.49s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.3.0 (0.36s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.1 (0.42s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.2 (0.33s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 4.2.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/auth0/SimpleKeychain
Working copy of https://github.com/auth0/SimpleKeychain resolved at 1.3.0
Creating working copy for https://github.com/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.5.3
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.6.2
Creating working copy for https://github.com/WeTransfer/Mocker.git
Working copy of https://github.com/WeTransfer/Mocker.git resolved at 3.0.2
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Colors.xcassets
    /Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Localizable.xcstrings
    /Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Images.xcassets
BUILD FAILURE 5.10 macosSpm