The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Clerk, reference 1.1.0 (74b48c), with Swift 6.0 for macOS (SPM) on 22 Apr 2026 13:39:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/clerk/clerk-ios.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/clerk/clerk-ios
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 74b48c1 Bump SDK version to 1.1.0 (#401)
Cloned https://github.com/clerk/clerk-ios.git
Revision (git rev-parse @):
74b48c126a0de46d519ef87b74fc5b2f61dfc46d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/clerk/clerk-ios.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/clerk/clerk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[1/12] Copying Info.plist
[1/12] Copying PhoneNumberMetadata.json
[1/12] Copying Localizable.xcstrings
[1/12] Write sources
[1/12] Copying PrivacyInfo.xcprivacy
[9/12] Copying Colors.xcassets
[10/12] Copying Images.xcassets
[11/12] Write swift-version-5BDAB9E9C0126B9D.txt
[13/223] Emitting module PhoneNumberKit
[14/225] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[15/225] Compiling PhoneNumberKit resource_bundle_accessor.swift
[16/225] Compiling ClerkKit ClerkOptions.swift
[17/225] Compiling ClerkKit ConfigurationManager.swift
[18/225] Compiling ClerkKit Auth.swift
[19/225] Compiling ClerkKit Clerk+Reconfigure.swift
[20/225] Compiling ClerkKit Clerk.swift
[21/225] Compiling ClerkKit Organizations.swift
[22/225] Compiling ClerkKit SessionTokenFetcher.swift
[23/225] Compiling ClerkKit SignIn+Identifier.swift
[24/225] Compiling ClerkKit Session.swift
[25/225] Compiling ClerkKit SessionService.swift
[26/225] Compiling ClerkKit Factor.swift
[27/225] Compiling ClerkKit FactorStrategy.swift
[28/225] Compiling ClerkKit IDTokenProvider.swift
[29/225] Compiling ClerkKit OAuthProvider.swift
[30/225] Compiling ClerkKit OIDCPrompt.swift
[31/225] Compiling ClerkKit Passkey.swift
[32/225] Compiling ClerkKit PasskeyService.swift
[33/225] Compiling ClerkKit Dependencies.swift
[34/225] Compiling ClerkKit DependencyContainer.swift
[35/225] Compiling ClerkKit BackupCodeResource.swift
[36/225] Emitting module ClerkKit
[37/240] Compiling ClerkKit ClerkAPIClient.swift
[38/240] Compiling ClerkKit ClerkAuthEventEmitterResponseMiddleware.swift
[39/240] Compiling ClerkKit ClerkClientSyncResponseMiddleware.swift
[40/240] Compiling ClerkKit ClerkDeviceTokenResponseMiddleware.swift
[41/240] Compiling ClerkKit ClerkErrorThrowingResponseMiddleware.swift
[42/240] Compiling ClerkKit ClerkHeaderRequestMiddleware.swift
[43/240] Compiling ClerkKit ClerkInvalidAuthResponseMiddleware.swift
[44/240] Compiling ClerkKit ClerkLoggingMiddleware.swift
[45/240] Compiling ClerkKit ClerkProxyRequestMiddleware.swift
[46/240] Compiling ClerkKit ClerkQueryItemsRequestMiddleware.swift
[47/240] Compiling ClerkKit ClerkRateLimitRetryMiddleware.swift
[48/240] Compiling ClerkKit ClerkURLEncodedFormEncoderMiddleware.swift
[49/240] Compiling ClerkKit NetworkMiddleware.swift
[50/240] Compiling ClerkKit CacheManager.swift
[51/240] Compiling ClerkKit Clerk+Keychain.swift
[52/240] Compiling ClerkKit InstanceEnvironmentType.swift
[53/240] Compiling ClerkKit OrganizationSettings.swift
[54/240] Compiling ClerkKit UserSettings.swift
[55/240] Compiling ClerkKit Organization.swift
[56/240] Compiling ClerkKit OrganizationCreationDefaults.swift
[57/240] Compiling ClerkKit OrganizationDomain.swift
[58/240] Compiling ClerkKit SignIn.swift
[59/240] Compiling ClerkKit SignInService.swift
[60/240] Compiling ClerkKit SignUp+Field.swift
[61/240] Compiling ClerkKit SignUp+ServiceParams.swift
[62/240] Compiling ClerkKit SignUp+Status.swift
[63/240] Compiling ClerkKit SignUp.swift
[64/240] Compiling ClerkKit SignUpService.swift
[65/240] Compiling ClerkKit TOTPResource.swift
[66/240] Compiling ClerkKit Environment.swift
[67/240] Compiling ClerkKit EnvironmentService.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/240] Emitting module Nuke
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
[69/245] Compiling ClerkKit OrganizationInvitation.swift
[70/245] Compiling ClerkKit OrganizationMembership.swift
[71/245] Compiling ClerkKit OrganizationMembershipRequest.swift
[72/245] Compiling ClerkKit OrganizationService.swift
[73/245] Compiling ClerkKit OrganizationSuggestion.swift
[74/245] Compiling ClerkKit PermissionResource.swift
[75/245] Compiling ClerkKit RoleResource.swift
[76/245] Compiling ClerkKit TokenResource.swift
[77/245] Compiling ClerkKit TransferFlowResult.swift
[78/245] Compiling ClerkKit Verification.swift
[79/245] Compiling ClerkKit ClerkKeychainKey.swift
[80/245] Compiling ClerkKit InMemoryKeychain.swift
[81/245] Compiling ClerkKit KeychainStorage.swift
[82/245] Compiling ClerkKit SystemKeychain.swift
[83/245] Compiling ClerkKit TelemetryCollector.swift
[84/245] Compiling ClerkKit TelemetryEnvironment.swift
[85/245] Compiling ClerkKit TelemetryEvents.swift
[86/245] Compiling ClerkKit TelemetryThrottler.swift
[87/245] Compiling ClerkKit TelemetryTypes.swift
[88/245] Compiling ClerkKit DeviceHelper.swift
[89/245] Compiling ClerkKit EnvironmentDetection.swift
[90/245] Compiling ClerkKit ExternalAuthUtils.swift
[91/245] Compiling ClerkKit HTTPURLResponse+Ext.swift
[92/245] Compiling ClerkKit JSON.swift
[93/245] Compiling ClerkKit JSONDecoder+Ext.swift
[98/245] Compiling ClerkKit SignIn+Status.swift
[99/245] Compiling ClerkKit SignIn+UserData.swift
[100/245] Compiling ClerkKit AuthEvent.swift
[101/245] Compiling ClerkKit EventEmitter.swift
[102/245] Compiling ClerkKit AppAttestHelper.swift
[103/245] Compiling ClerkKit PasskeyHelper.swift
[104/245] Compiling ClerkKit SignInWithAppleHelper.swift
[105/245] Compiling ClerkKit WatchConnectivityManager.swift
[106/245] Compiling ClerkKit WatchConnectivitySyncProtocol.swift
[107/245] Compiling ClerkKit WatchSyncPayload.swift
[108/245] Compiling ClerkKit WatchSyncReceiver.swift
[109/245] Compiling ClerkKit LifecycleManager.swift
[110/245] Compiling ClerkKit SessionPollingManager.swift
[111/245] Compiling ClerkKit TaskCoordinator.swift
[112/245] Compiling ClerkKit WatchConnectivityCoordinator.swift
[113/245] Compiling ClerkKit ClerkLogger.swift
[114/245] Compiling ClerkKit Clerk+Mocks.swift
[115/245] Compiling ClerkKit Clerk+Preview.swift
[116/245] Compiling ClerkKit MockDependencyContainer.swift
[117/245] Compiling ClerkKit MockModels.swift
[118/245] Compiling ClerkKit MockClientService.swift
[119/245] Compiling ClerkKit MockEmailAddressService.swift
[120/245] Compiling ClerkKit MockEnvironmentService.swift
[121/245] Compiling ClerkKit MockExternalAccountService.swift
[122/245] Compiling ClerkKit MockOrganizationService.swift
[123/245] Compiling ClerkKit MockPasskeyService.swift
[124/245] Compiling ClerkKit MockPhoneNumberService.swift
[125/245] Compiling ClerkKit MockSessionService.swift
[126/245] Compiling ClerkKit MockSignInService.swift
[127/245] Compiling ClerkKit MockSignUpService.swift
[128/245] Compiling ClerkKit MockUserService.swift
[129/245] Compiling ClerkKit APIRequest.swift
[146/245] Compiling ClerkKit JSONEncoder+Ext.swift
[147/245] Compiling ClerkKit JWTDecoder.swift
[148/245] Compiling ClerkKit LocaleUtils.swift
[149/245] Compiling ClerkKit Optional+String.swift
[150/245] Compiling ClerkKit ProxyConfiguration.swift
[151/245] Compiling ClerkKit RetryingOperation.swift
[152/245] Compiling ClerkKit SessionStatusLogger.swift
[153/245] Compiling ClerkKit SessionUtils.swift
[154/245] Compiling ClerkKit String+Base64.swift
[155/245] Compiling ClerkKit String+Ext.swift
[156/245] Compiling ClerkKit String+JSON.swift
[157/245] Compiling ClerkKit URLEncodedFormEncoder.swift
[158/245] Compiling ClerkKit UserDefaults+Sendable.swift
[159/245] Compiling ClerkKit Version.swift
[160/245] Compiling ClerkKit WebAuthentication.swift
[195/245] Compiling Nuke TaskFetchOriginalData.swift
[196/245] Compiling Nuke TaskFetchOriginalImage.swift
[197/245] Compiling Nuke TaskFetchWithPublisher.swift
[198/245] Compiling Nuke TaskLoadData.swift
[199/245] Compiling Nuke TaskLoadImage.swift
[200/245] Compiling ClerkKit ClerkClientError.swift
[201/245] Compiling ClerkKit ClerkError.swift
[202/245] Compiling ClerkKit ClerkInitializationError.swift
[203/245] Compiling ClerkKit ClerkPaginatedResponse.swift
[204/245] Compiling ClerkKit DeletedObject.swift
[205/245] Compiling ClerkKit ImageResource.swift
[206/245] Compiling ClerkKit AuthConfig.swift
[207/245] Compiling ClerkKit DisplayConfig.swift
[208/245] Compiling ClerkKit UserOrganizationInvitation.swift
[209/245] Compiling ClerkKit EmailAddress.swift
[210/245] Compiling ClerkKit EmailAddressAttemptVerificationParams.swift
[211/245] Compiling ClerkKit EmailAddressPrepareVerificationParams.swift
[212/245] Compiling ClerkKit EmailAddressService.swift
[213/245] Compiling ClerkKit EnterpriseAccount.swift
[214/245] Compiling ClerkKit ExternalAccount.swift
[215/245] Compiling ClerkKit ExternalAccountService.swift
[216/245] Compiling ClerkKit PhoneNumber.swift
[217/245] Compiling ClerkKit PhoneNumberService.swift
[218/245] Compiling ClerkKit PublicUserData.swift
[219/245] Compiling ClerkKit User.swift
[220/245] Compiling ClerkKit UserService.swift
[221/245] Compiling ClerkKit UserUpdateParams.swift
[222/245] Compiling ClerkKit UserUpdatePasswordParams.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Encoding/ImageEncoding.swift:38:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
36 | public struct ImageEncodingContext: Sendable {
37 |     public let request: ImageRequest
38 |     public let image: PlatformImage
   |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageEncodingContext' has non-sendable type 'PlatformImage' (aka 'NSImage')
39 |     public let urlResponse: URLResponse?
40 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/WeTransfer/Mocker
Fetching https://github.com/kean/Nuke.git
[1/7538] Fetching phonenumberkit
[2/9427] Fetching phonenumberkit, mocker
[229/10383] Fetching phonenumberkit, mocker, swift-concurrency-extras
[580/38981] Fetching phonenumberkit, mocker, swift-concurrency-extras, nuke
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.61s)
Fetched https://github.com/kean/Nuke.git from cache (1.61s)
Fetched https://github.com/WeTransfer/Mocker from cache (1.61s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (1.61s)
Computing version for https://github.com/WeTransfer/Mocker
Computed https://github.com/WeTransfer/Mocker at 3.0.2 (3.08s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.45s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.9.0 (0.45s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.10 (0.57s)
Creating working copy for https://github.com/WeTransfer/Mocker
Working copy of https://github.com/WeTransfer/Mocker resolved at 3.0.2
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/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 4.2.10
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.9.0
BUILD FAILURE 6.0 macosSpm