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 0.71.3 (dbcc7d), with Swift 5.10 for macOS (SPM) on 9 Dec 2025 17:51:00 UTC.

Build Command

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

Build Log

        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[331/349] Compiling Clerk AuthConfig.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[332/349] Compiling Clerk DisplayConfig.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[333/349] Compiling Clerk Environment.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[334/349] Compiling Clerk EnvironmentService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[335/349] Compiling Clerk FraudSettings.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[336/349] Compiling Clerk UserSettings.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[337/349] Compiling Clerk ExternalAccount.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[338/349] Compiling Clerk ExternalAccountService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[339/349] Compiling Clerk Factor.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[340/349] Compiling Clerk IDTokenProvider.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[341/349] Compiling Clerk ImageResource.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[342/349] Compiling Clerk InstanceEnvironmentType.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[343/349] Compiling Clerk OAuthProvider.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[344/349] Compiling Clerk Organization.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29:59: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        return try await Container.shared.apiClient().send(request).value.response
                                                          ^
[345/349] Compiling Clerk OrganizationDomain.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29: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 OrganizationInvitation.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29: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 OrganizationInviteMembersParams.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29: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 OrganizationMembership.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29: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 OrganizationMembershipRequest.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/EmailAddress/EmailAddressService.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/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '(any URLSessionDataDelegate)?' into actor-isolated context may introduce data races
        let environment = 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/Environment/EnvironmentService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: warning: passing argument of non-sendable type '((inout URLRequest) throws -> Void)?' into actor-isolated context may introduce data races
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/Environment/EnvironmentService.swift:24:70: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let environment = try await Container.shared.apiClient().send(request).value
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Clerk/Models/ExternalAccount/ExternalAccountService.swift:29: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/ExternalAccount/ExternalAccountService.swift:29: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/marmelroy/PhoneNumberKit
Fetching https://github.com/hmlongco/Factory
Fetching https://github.com/auth0/SimpleKeychain
Fetching https://github.com/WeTransfer/Mocker.git
Fetching https://github.com/kean/Get
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/886] Fetching swift-concurrency-extras
[108/2775] Fetching swift-concurrency-extras, mocker
[241/22097] Fetching swift-concurrency-extras, mocker, factory
[242/29501] Fetching swift-concurrency-extras, mocker, factory, phonenumberkit
[516/34034] Fetching swift-concurrency-extras, mocker, factory, phonenumberkit, simplekeychain
[882/36383] Fetching swift-concurrency-extras, mocker, factory, phonenumberkit, simplekeychain, get
[1362/68305] Fetching swift-concurrency-extras, mocker, factory, phonenumberkit, simplekeychain, get, kingfisher
Fetched https://github.com/hmlongco/Factory from cache (2.54s)
Fetched https://github.com/auth0/SimpleKeychain from cache (2.54s)
Fetched https://github.com/kean/Get from cache (2.54s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.54s)
[35367/41215] Fetching mocker, phonenumberkit, kingfisher
Fetched https://github.com/WeTransfer/Mocker.git from cache (4.10s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (4.10s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (4.10s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (2.51s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.5.3 (0.34s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.43s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 3.0.2 (0.46s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.3.0 (0.37s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.1 (0.50s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.2 (0.41s)
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/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/WeTransfer/Mocker.git
Working copy of https://github.com/WeTransfer/Mocker.git resolved at 3.0.2
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
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