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

Successful build of Clerk, reference main (bac471), with Swift 6.1 for macOS (SPM) on 15 Dec 2025 22:41:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/clerk/clerk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/clerk/clerk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bac471e add vercel as oauth provider (#303)
Cloned https://github.com/clerk/clerk-ios.git
Revision (git rev-parse @):
bac471e8c0b77d04253137af564a911f6b1847ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/clerk/clerk-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/clerk/clerk-ios.git
https://github.com/clerk/clerk-ios.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "factory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hmlongco/Factory"
    },
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    },
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "mocker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/Mocker.git"
    },
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit"
    },
    {
      "identity" : "simplekeychain",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/SimpleKeychain"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "Clerk",
  "name" : "Clerk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Clerk",
      "targets" : [
        "Clerk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClerkTests",
      "module_type" : "SwiftTarget",
      "name" : "ClerkTests",
      "path" : "Tests",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "Mocker"
      ],
      "sources" : [
        "ClerkProxyRequestProcessorTests.swift",
        "ClerkTests.swift",
        "ClientTests.swift",
        "EmailAddressTests.swift",
        "EnvironmentTests.swift",
        "ExternalAccountTests.swift",
        "ExternalAuthUtilsTests.swift",
        "IDTokenProviderTests.swift",
        "OAuthProviderTests.swift",
        "OptionalStringExtensionsTests.swift",
        "OrganizationTests.swift",
        "PasskeyTests.swift",
        "PhoneNumberTests.swift",
        "ProxyConfigurationTests.swift",
        "SessionTests.swift",
        "SignInTests.swift",
        "SignUpTests.swift",
        "TelemetryTests.swift",
        "TestUtilities/InputStream+Ext.swift",
        "TestUtilities/MockAPIClient.swift",
        "UserTests.swift"
      ],
      "target_dependencies" : [
        "Clerk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clerk",
      "module_type" : "SwiftTarget",
      "name" : "Clerk",
      "path" : "Sources/Clerk",
      "product_dependencies" : [
        "FactoryKit",
        "Get",
        "Kingfisher",
        "PhoneNumberKit",
        "SimpleKeychain"
      ],
      "product_memberships" : [
        "Clerk"
      ],
      "sources" : [
        "APIClient/ClerkAPIClient.swift",
        "APIClient/RequestProcessors/ClerkClientSyncRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkDeviceAssertionRetrier.swift",
        "APIClient/RequestProcessors/ClerkDeviceTokenRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkErrorThrowingRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkEventEmitterRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkHeaderRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkInvalidAuthRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkProxyRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkQueryItemsRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkURLEncodedFormEncoderRequestProcessor.swift",
        "ClerkUI/Common/AppLogoView.swift",
        "ClerkUI/Common/AsyncButton.swift",
        "ClerkUI/Common/Badge.swift",
        "ClerkUI/Common/ClerkFocusedBorder.swift",
        "ClerkUI/Common/ClerkPhoneNumberField.swift",
        "ClerkUI/Common/ClerkTextField.swift",
        "ClerkUI/Common/DismissButton.swift",
        "ClerkUI/Common/ErrorText.swift",
        "ClerkUI/Common/ErrorView.swift",
        "ClerkUI/Common/HeaderView.swift",
        "ClerkUI/Common/IdentityPreviewView.swift",
        "ClerkUI/Common/OTPField.swift",
        "ClerkUI/Common/OverlayProgressView.swift",
        "ClerkUI/Common/SafariView.swift",
        "ClerkUI/Common/SecuredByClerkView.swift",
        "ClerkUI/Common/SocialButton.swift",
        "ClerkUI/Common/SocialButtonLayout.swift",
        "ClerkUI/Common/SpinnerView.swift",
        "ClerkUI/Common/TextDivider.swift",
        "ClerkUI/Common/WrappingHStack.swift",
        "ClerkUI/Components/Auth/AuthStartView.swift",
        "ClerkUI/Components/Auth/AuthState.swift",
        "ClerkUI/Components/Auth/AuthView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorAlternativeMethodsView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorCodeView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOneForgotPasswordView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOnePasskeyView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOnePasswordView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOneView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorTwoBackupCodeView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorTwoView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInGetHelpView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInSetNewPasswordView.swift",
        "ClerkUI/Components/Auth/SignUp/LegalConsentView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCodeView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCollectFieldView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCompleteProfileView.swift",
        "ClerkUI/Components/UserButton/UserButton.swift",
        "ClerkUI/Components/UserButton/UserButtonAccountSwitcher.swift",
        "ClerkUI/Components/UserButton/UserButtonPopover.swift",
        "ClerkUI/Components/UserButton/UserPreviewView.swift",
        "ClerkUI/Components/UserButton/UserProfileRowView.swift",
        "ClerkUI/Components/UserProfile/BackupCodesView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddConnectedAccountView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddEmailView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddMfaView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddPhoneView.swift",
        "ClerkUI/Components/UserProfile/UserProfileButtonRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileChangePasswordView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeleteAccountConfirmationView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeleteAccountSection.swift",
        "ClerkUI/Components/UserProfile/UserProfileDetailView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeviceRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileDevicesSection.swift",
        "ClerkUI/Components/UserProfile/UserProfileEmailRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileExternalAccountRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaAddSmsView.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaAddTotpView.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaSection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeyRenameView.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeyRow.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeySection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasswordSection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePhoneRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileSectionHeader.swift",
        "ClerkUI/Components/UserProfile/UserProfileSecurityView.swift",
        "ClerkUI/Components/UserProfile/UserProfileUpdateProfileView.swift",
        "ClerkUI/Components/UserProfile/UserProfileVerifyView.swift",
        "ClerkUI/Components/UserProfile/UserProfileView.swift",
        "ClerkUI/Extensions/Array+Ext.swift",
        "ClerkUI/Extensions/Color+Ext.swift",
        "ClerkUI/Extensions/Date+Ext.swift",
        "ClerkUI/Extensions/Environment+Ext.swift",
        "ClerkUI/Extensions/Error+Ext.swift",
        "ClerkUI/Extensions/ExternalAccount+Ext.swift",
        "ClerkUI/Extensions/Factor+Ext.swift",
        "ClerkUI/Extensions/Factor+Sorting.swift",
        "ClerkUI/Extensions/PhoneNumber+Ext.swift",
        "ClerkUI/Extensions/Session+Ext.swift",
        "ClerkUI/Extensions/SignIn+Ext.swift",
        "ClerkUI/Extensions/SignUp+Ext.swift",
        "ClerkUI/Extensions/String+UIExt.swift",
        "ClerkUI/Extensions/UIImage+Ext.swift",
        "ClerkUI/Extensions/User+Ext.swift",
        "ClerkUI/Extensions/View+DismissKeyboard.swift",
        "ClerkUI/Extensions/View+ErrorPresenting.swift",
        "ClerkUI/Extensions/View+HiddenTextField.swift",
        "ClerkUI/Extensions/View+OnFirstAppear.swift",
        "ClerkUI/Extensions/View+PreGlass.swift",
        "ClerkUI/Extensions/View+TaskOnce.swift",
        "ClerkUI/Theme/Buttons/ClerkButtonConfig.swift",
        "ClerkUI/Theme/Buttons/NegativeButtonStyle.swift",
        "ClerkUI/Theme/Buttons/PressedBackgroundButtonStyle.swift",
        "ClerkUI/Theme/Buttons/PrimaryButtonStyle.swift",
        "ClerkUI/Theme/Buttons/SecondaryButtonStyle.swift",
        "ClerkUI/Theme/ClerkColors.swift",
        "ClerkUI/Theme/ClerkDesign.swift",
        "ClerkUI/Theme/ClerkFonts.swift",
        "ClerkUI/Theme/ClerkTheme.swift",
        "ClerkUI/Theme/ClerkThemes.swift",
        "ClerkUI/Utils/RemoveResource.swift",
        "ClerkUI/Utils/SignInWithAppleUtils.swift",
        "Helpers/AppAttestHelper.swift",
        "Helpers/PasskeyHelper.swift",
        "Helpers/SignInWithAppleHelper.swift",
        "Models/BackupCodeResource.swift",
        "Models/Clerk/Clerk.swift",
        "Models/Clerk/ClerkService.swift",
        "Models/Clerk/Settings/ClerkSettings.swift",
        "Models/Clerk/Settings/KeychainConfig.swift",
        "Models/Clerk/Settings/RedirectConfig.swift",
        "Models/ClerkAPIError.swift",
        "Models/ClerkClientError.swift",
        "Models/ClerkPaginatedResponse.swift",
        "Models/Client/Client.swift",
        "Models/Client/ClientResponse.swift",
        "Models/Client/ClientService.swift",
        "Models/DeletedObject.swift",
        "Models/EmailAddress/EmailAddress.swift",
        "Models/EmailAddress/EmailAddressAttemptVerificationParams.swift",
        "Models/EmailAddress/EmailAddressPrepareVerificationParams.swift",
        "Models/EmailAddress/EmailAddressService.swift",
        "Models/EnterpriseAccount.swift",
        "Models/Environment/AuthConfig.swift",
        "Models/Environment/DisplayConfig.swift",
        "Models/Environment/Environment.swift",
        "Models/Environment/EnvironmentService.swift",
        "Models/Environment/FraudSettings.swift",
        "Models/Environment/UserSettings.swift",
        "Models/ExternalAccount/ExternalAccount.swift",
        "Models/ExternalAccount/ExternalAccountService.swift",
        "Models/Factor.swift",
        "Models/IDTokenProvider.swift",
        "Models/ImageResource.swift",
        "Models/InstanceEnvironmentType.swift",
        "Models/OAuthProvider.swift",
        "Models/Organizations/Organization.swift",
        "Models/Organizations/OrganizationDomain.swift",
        "Models/Organizations/OrganizationInvitation.swift",
        "Models/Organizations/OrganizationInviteMembersParams.swift",
        "Models/Organizations/OrganizationMembership.swift",
        "Models/Organizations/OrganizationMembershipRequest.swift",
        "Models/Organizations/OrganizationService.swift",
        "Models/Organizations/OrganizationSuggestion.swift",
        "Models/Organizations/PermissionResource.swift",
        "Models/Organizations/RoleResource.swift",
        "Models/Organizations/UserOrganizationInvitation.swift",
        "Models/Passkey/Passkey.swift",
        "Models/Passkey/PasskeyService.swift",
        "Models/PhoneNumber/PhoneNumber.swift",
        "Models/PhoneNumber/PhoneNumberService.swift",
        "Models/PublicUserData.swift",
        "Models/Session/Session.swift",
        "Models/Session/SessionService.swift",
        "Models/Session/SessionTokenFetcher.swift",
        "Models/SignIn/SignIn.swift",
        "Models/SignIn/SignInAttemptFirstFactorParams.swift",
        "Models/SignIn/SignInAttemptSecondFactorParams.swift",
        "Models/SignIn/SignInAuthenticateWithRedirectParams.swift",
        "Models/SignIn/SignInCreateParams.swift",
        "Models/SignIn/SignInIdentifier.swift",
        "Models/SignIn/SignInPrepareFirstFactorParams.swift",
        "Models/SignIn/SignInPrepareSecondFactorParams.swift",
        "Models/SignIn/SignInResetPasswordParams.swift",
        "Models/SignIn/SignInService.swift",
        "Models/SignIn/SignInStatus.swift",
        "Models/SignIn/SignInUserData.swift",
        "Models/SignUp/SignUp.swift",
        "Models/SignUp/SignUpAttemptVerificationParams.swift",
        "Models/SignUp/SignUpAuthenticateWithRedirectParams.swift",
        "Models/SignUp/SignUpCreateParams.swift",
        "Models/SignUp/SignUpPrepareVerificationParams.swift",
        "Models/SignUp/SignUpService.swift",
        "Models/SignUp/SignUpStatus.swift",
        "Models/TOTPResource.swift",
        "Models/TokenResource.swift",
        "Models/TransferFlowResult.swift",
        "Models/User/User.swift",
        "Models/User/UserService.swift",
        "Models/User/UserUpdateParams.swift",
        "Models/User/UserUpdatePasswordParams.swift",
        "Models/Verification.swift",
        "Telemetry/TelemetryCollector.swift",
        "Telemetry/TelemetryEnvironment.swift",
        "Telemetry/TelemetryEvents.swift",
        "Telemetry/TelemetryThrottler.swift",
        "Telemetry/TelemetryTypes.swift",
        "Utils/ClerkLogger.swift",
        "Utils/DeepLinkHandler.swift",
        "Utils/DeviceID.swift",
        "Utils/EventEmitter.swift",
        "Utils/ExternalAuthUtils.swift",
        "Utils/HTTPURLResponse+Ext.swift",
        "Utils/JSON.swift",
        "Utils/JSONDecoder+Ext.swift",
        "Utils/JSONEncoder+Ext.swift",
        "Utils/JWTDecoder.swift",
        "Utils/LocaleUtils.swift",
        "Utils/Optional+String.swift",
        "Utils/Protected.swift",
        "Utils/ProxyConfiguration.swift",
        "Utils/String+Base64.swift",
        "Utils/String+Ext.swift",
        "Utils/String+JSON.swift",
        "Utils/URLEncodedFormEncoder.swift",
        "Utils/UserDefaults+Sendable.swift",
        "Utils/Version.swift",
        "Utils/WebAuthentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/11] Write sources
[4/11] Copying PhoneNumberMetadata.json
[4/11] Copying PrivacyInfo.xcprivacy
[4/11] Write sources
[9/11] Copying PrivacyInfo.xcprivacy
[10/11] Write swift-version-2F0A5646E1D333AE.txt
[12/119] Compiling Kingfisher PHPickerResultImageDataProvider.swift
[13/119] Compiling Kingfisher Resource.swift
[14/121] Compiling Kingfisher Source.swift
[15/121] Compiling Kingfisher KF.swift
[16/121] Compiling Kingfisher NSTextAttachment+Kingfisher.swift
[17/121] Compiling Kingfisher PHLivePhotoView+Kingfisher.swift
[18/121] Compiling Kingfisher CacheSerializer.swift
[19/121] Compiling Kingfisher DiskStorage.swift
[20/121] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
[21/121] Emitting module PhoneNumberKit
[22/121] Compiling Kingfisher ImageDataProvider.swift
[23/121] Compiling Kingfisher LivePhotoSource.swift
[24/121] Compiling Kingfisher ImageCache.swift
[25/121] Compiling Kingfisher MemoryStorage.swift
[26/121] Compiling Kingfisher Storage.swift
[27/121] Compiling Kingfisher ImageView+Kingfisher.swift
[28/121] Compiling Kingfisher NSButton+Kingfisher.swift
[29/121] Compiling Kingfisher CPListItem+Kingfisher.swift
[30/121] Compiling Kingfisher HasImageComponent+Kingfisher.swift
[31/121] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[32/121] Compiling PhoneNumberKit resource_bundle_accessor.swift
[33/121] Compiling Get Request.swift
[34/121] Compiling Get APIClientDelegate.swift
[35/121] Compiling Get DataLoader.swift
[36/121] Compiling Get APIClient.swift
[37/121] Compiling Get Response.swift
[38/121] Emitting module Get
[39/121] Compiling SimpleKeychain Accessibility.swift
[40/121] Emitting module SimpleKeychain
[41/121] Compiling SimpleKeychain SimpleKeychainError.swift
[42/121] Compiling SimpleKeychain SimpleKeychain.swift
[43/121] Compiling Kingfisher UIButton+Kingfisher.swift
[44/121] Compiling Kingfisher AVAssetImageDataProvider.swift
[45/121] Compiling FactoryKit Registrations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/122] Compiling FactoryKit Resolutions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/122] Compiling FactoryKit Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/122] Compiling FactoryKit Scopes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/122] Compiling FactoryKit resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/122] Compiling FactoryKit Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/122] Compiling FactoryKit Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/122] Emitting module FactoryKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/122] Compiling Kingfisher SessionDelegate.swift
[60/122] Compiling Kingfisher ImageBinder.swift
[61/122] Compiling Kingfisher ImageContext.swift
[62/122] Compiling Kingfisher KFAnimatedImage.swift
[63/122] Compiling Kingfisher KFImage.swift
[64/122] Compiling Kingfisher KFImageOptions.swift
[65/122] Compiling Kingfisher KFImageProtocol.swift
[66/122] Compiling Kingfisher KFImageRenderer.swift
[67/122] Compiling Kingfisher Box.swift
[68/122] Compiling Kingfisher CallbackQueue.swift
[69/122] Compiling Kingfisher Delegate.swift
[70/122] Compiling Kingfisher DisplayLink.swift
[71/122] Compiling Kingfisher ExtensionHelpers.swift
[72/122] Compiling Kingfisher Result.swift
[73/128] Compiling Kingfisher ImagePrefetcher.swift
[74/128] Compiling Kingfisher NetworkMetrics.swift
[75/128] Compiling Kingfisher NetworkMonitor.swift
[76/128] Compiling Kingfisher RedirectHandler.swift
[77/128] Compiling Kingfisher RequestModifier.swift
[78/128] Compiling Kingfisher RetryStrategy.swift
[79/128] Compiling Kingfisher SessionDataTask.swift
[80/128] Compiling Kingfisher Placeholder.swift
[81/128] Compiling Kingfisher AuthenticationChallengeResponsable.swift
[82/128] Compiling Kingfisher ImageDataProcessor.swift
[83/128] Compiling Kingfisher ImageDownloader+LivePhoto.swift
[84/128] Compiling Kingfisher ImageDownloader.swift
[85/128] Compiling Kingfisher ImageDownloaderDelegate.swift
[86/128] Compiling Kingfisher ImageModifier.swift
[87/128] Emitting module Kingfisher
[109/128] Compiling Kingfisher Kingfisher.swift
[110/128] Compiling Kingfisher KingfisherError.swift
[111/128] Compiling Kingfisher KingfisherManager+LivePhoto.swift
[112/128] Compiling Kingfisher KingfisherManager.swift
[113/128] Compiling Kingfisher KingfisherOptionsInfo.swift
[114/128] Compiling Kingfisher Filter.swift
[115/128] Compiling Kingfisher GIFAnimatedImage.swift
[117/128] Compiling Kingfisher Image.swift
[118/128] Compiling Kingfisher ImageDrawing.swift
[119/128] Compiling Kingfisher ImageFormat.swift
[120/128] Compiling Kingfisher ImageProcessor.swift
[121/128] Compiling Kingfisher ImageProgressive.swift
[122/128] Compiling Kingfisher ImageTransition.swift
[123/128] Compiling Kingfisher Runtime.swift
[124/128] Compiling Kingfisher SizeExtensions.swift
[125/128] Compiling Kingfisher String+SHA256.swift
[126/128] Compiling Kingfisher AnimatedImageView.swift
[127/128] Compiling Kingfisher Indicator.swift
[128/128] Compiling Kingfisher resource_bundle_accessor.swift
[129/327] Compiling Clerk Factor+Sorting.swift
[130/327] Compiling Clerk PhoneNumber+Ext.swift
[131/327] Compiling Clerk Session+Ext.swift
[132/327] Compiling Clerk SignIn+Ext.swift
[133/327] Compiling Clerk SignUp+Ext.swift
[134/327] Compiling Clerk String+UIExt.swift
[135/327] Compiling Clerk UIImage+Ext.swift
[136/327] Compiling Clerk User+Ext.swift
[137/327] Compiling Clerk View+DismissKeyboard.swift
[138/327] Compiling Clerk View+ErrorPresenting.swift
[139/327] Compiling Clerk View+HiddenTextField.swift
[140/327] Compiling Clerk View+OnFirstAppear.swift
[141/327] Compiling Clerk View+PreGlass.swift
[142/327] Compiling Clerk View+TaskOnce.swift
[143/327] Compiling Clerk ClerkButtonConfig.swift
[144/327] Compiling Clerk NegativeButtonStyle.swift
[145/327] Compiling Clerk PressedBackgroundButtonStyle.swift
[146/327] Compiling Clerk PrimaryButtonStyle.swift
[147/327] Compiling Clerk SecondaryButtonStyle.swift
[148/327] Compiling Clerk ClerkColors.swift
[149/327] Compiling Clerk ClerkDesign.swift
[150/327] Compiling Clerk ClerkFonts.swift
[151/327] Compiling Clerk UserProfileExternalAccountRow.swift
[152/327] Compiling Clerk UserProfileMfaAddSmsView.swift
[153/327] Compiling Clerk UserProfileMfaAddTotpView.swift
[154/327] Compiling Clerk UserProfileMfaRow.swift
[155/327] Compiling Clerk UserProfileMfaSection.swift
[156/327] Compiling Clerk UserProfilePasskeyRenameView.swift
[157/327] Compiling Clerk UserProfilePasskeyRow.swift
[158/327] Compiling Clerk UserProfilePasskeySection.swift
[159/327] Compiling Clerk UserProfilePasswordSection.swift
[160/327] Compiling Clerk UserProfilePhoneRow.swift
[161/327] Compiling Clerk UserProfileSectionHeader.swift
[162/327] Compiling Clerk UserProfileSecurityView.swift
[163/327] Compiling Clerk UserProfileUpdateProfileView.swift
[164/327] Compiling Clerk UserProfileVerifyView.swift
[165/327] Compiling Clerk UserProfileView.swift
[166/327] Compiling Clerk Array+Ext.swift
[167/327] Compiling Clerk Color+Ext.swift
[168/327] Compiling Clerk Date+Ext.swift
[169/327] Compiling Clerk Environment+Ext.swift
[170/327] Compiling Clerk Error+Ext.swift
[171/327] Compiling Clerk ExternalAccount+Ext.swift
[172/327] Compiling Clerk Factor+Ext.swift
[173/349] Emitting module Clerk
[174/349] Compiling Clerk OrganizationService.swift
[175/349] Compiling Clerk OrganizationSuggestion.swift
[176/349] Compiling Clerk PermissionResource.swift
[177/349] Compiling Clerk RoleResource.swift
[178/349] Compiling Clerk UserOrganizationInvitation.swift
[179/349] Compiling Clerk Passkey.swift
[180/349] Compiling Clerk PasskeyService.swift
[181/349] Compiling Clerk PhoneNumber.swift
[182/349] Compiling Clerk PhoneNumberService.swift
[183/349] Compiling Clerk PublicUserData.swift
[184/349] Compiling Clerk Session.swift
[185/349] Compiling Clerk SessionService.swift
[186/349] Compiling Clerk SessionTokenFetcher.swift
[187/349] Compiling Clerk SignIn.swift
[188/349] Compiling Clerk SignInAttemptFirstFactorParams.swift
[189/349] Compiling Clerk SignInAttemptSecondFactorParams.swift
[190/349] Compiling Clerk SignInAuthenticateWithRedirectParams.swift
[191/349] Compiling Clerk SignInCreateParams.swift
[192/349] Compiling Clerk SignInIdentifier.swift
[193/349] Compiling Clerk SignInPrepareFirstFactorParams.swift
[194/349] Compiling Clerk SignInPrepareSecondFactorParams.swift
[195/349] Compiling Clerk SignInResetPasswordParams.swift
[196/349] Compiling Clerk OTPField.swift
[197/349] Compiling Clerk OverlayProgressView.swift
[198/349] Compiling Clerk SafariView.swift
[199/349] Compiling Clerk SecuredByClerkView.swift
[200/349] Compiling Clerk SocialButton.swift
[201/349] Compiling Clerk SocialButtonLayout.swift
[202/349] Compiling Clerk SpinnerView.swift
[203/349] Compiling Clerk TextDivider.swift
[204/349] Compiling Clerk WrappingHStack.swift
[205/349] Compiling Clerk AuthStartView.swift
[206/349] Compiling Clerk AuthState.swift
[207/349] Compiling Clerk AuthView.swift
[208/349] Compiling Clerk SignInFactorAlternativeMethodsView.swift
[209/349] Compiling Clerk SignInFactorCodeView.swift
[210/349] Compiling Clerk SignInFactorOneForgotPasswordView.swift
[211/349] Compiling Clerk SignInFactorOnePasskeyView.swift
[212/349] Compiling Clerk SignInFactorOnePasswordView.swift
[213/349] Compiling Clerk SignInFactorOneView.swift
[214/349] Compiling Clerk SignInFactorTwoBackupCodeView.swift
[215/349] Compiling Clerk SignInFactorTwoView.swift
[216/349] Compiling Clerk SignInGetHelpView.swift
[217/349] Compiling Clerk SignInSetNewPasswordView.swift
[218/349] Compiling Clerk EmailAddressPrepareVerificationParams.swift
[219/349] Compiling Clerk EmailAddressService.swift
[220/349] Compiling Clerk EnterpriseAccount.swift
[221/349] Compiling Clerk AuthConfig.swift
[222/349] Compiling Clerk DisplayConfig.swift
[223/349] Compiling Clerk Environment.swift
[224/349] Compiling Clerk EnvironmentService.swift
[225/349] Compiling Clerk FraudSettings.swift
[226/349] Compiling Clerk UserSettings.swift
[227/349] Compiling Clerk ExternalAccount.swift
[228/349] Compiling Clerk ExternalAccountService.swift
[229/349] Compiling Clerk Factor.swift
[230/349] Compiling Clerk IDTokenProvider.swift
[231/349] Compiling Clerk ImageResource.swift
[232/349] Compiling Clerk InstanceEnvironmentType.swift
[233/349] Compiling Clerk OAuthProvider.swift
[234/349] Compiling Clerk Organization.swift
[235/349] Compiling Clerk OrganizationDomain.swift
[236/349] Compiling Clerk OrganizationInvitation.swift
[237/349] Compiling Clerk OrganizationInviteMembersParams.swift
[238/349] Compiling Clerk OrganizationMembership.swift
[239/349] Compiling Clerk OrganizationMembershipRequest.swift
[240/349] Compiling Clerk TelemetryTypes.swift
[241/349] Compiling Clerk ClerkLogger.swift
[242/349] Compiling Clerk DeepLinkHandler.swift
[243/349] Compiling Clerk DeviceID.swift
[244/349] Compiling Clerk EventEmitter.swift
[245/349] Compiling Clerk ExternalAuthUtils.swift
[246/349] Compiling Clerk HTTPURLResponse+Ext.swift
[247/349] Compiling Clerk JSON.swift
[248/349] Compiling Clerk JSONDecoder+Ext.swift
[249/349] Compiling Clerk JSONEncoder+Ext.swift
[250/349] Compiling Clerk JWTDecoder.swift
[251/349] Compiling Clerk LocaleUtils.swift
[252/349] Compiling Clerk Optional+String.swift
[253/349] Compiling Clerk Protected.swift
[254/349] Compiling Clerk ProxyConfiguration.swift
[255/349] Compiling Clerk String+Base64.swift
[256/349] Compiling Clerk String+Ext.swift
[257/349] Compiling Clerk String+JSON.swift
[258/349] Compiling Clerk URLEncodedFormEncoder.swift
[259/349] Compiling Clerk UserDefaults+Sendable.swift
[260/349] Compiling Clerk Version.swift
[261/349] Compiling Clerk WebAuthentication.swift
[262/349] Compiling Clerk ClerkAPIClient.swift
[263/349] Compiling Clerk ClerkClientSyncRequestProcessor.swift
[264/349] Compiling Clerk ClerkDeviceAssertionRetrier.swift
[265/349] Compiling Clerk ClerkDeviceTokenRequestProcessor.swift
[266/349] Compiling Clerk ClerkErrorThrowingRequestProcessor.swift
[267/349] Compiling Clerk ClerkEventEmitterRequestProcessor.swift
[268/349] Compiling Clerk ClerkHeaderRequestProcessor.swift
[269/349] Compiling Clerk ClerkInvalidAuthRequestProcessor.swift
[270/349] Compiling Clerk ClerkProxyRequestProcessor.swift
[271/349] Compiling Clerk ClerkQueryItemsRequestProcessor.swift
[272/349] Compiling Clerk ClerkURLEncodedFormEncoderRequestProcessor.swift
[273/349] Compiling Clerk AppLogoView.swift
[274/349] Compiling Clerk AsyncButton.swift
[275/349] Compiling Clerk Badge.swift
[276/349] Compiling Clerk ClerkFocusedBorder.swift
[277/349] Compiling Clerk ClerkPhoneNumberField.swift
[278/349] Compiling Clerk ClerkTextField.swift
[279/349] Compiling Clerk DismissButton.swift
[280/349] Compiling Clerk ErrorText.swift
[281/349] Compiling Clerk ErrorView.swift
[282/349] Compiling Clerk HeaderView.swift
[283/349] Compiling Clerk IdentityPreviewView.swift
[284/349] Compiling Clerk ClerkTheme.swift
[285/349] Compiling Clerk ClerkThemes.swift
[286/349] Compiling Clerk RemoveResource.swift
[287/349] Compiling Clerk SignInWithAppleUtils.swift
[288/349] Compiling Clerk AppAttestHelper.swift
[289/349] Compiling Clerk PasskeyHelper.swift
[290/349] Compiling Clerk SignInWithAppleHelper.swift
[291/349] Compiling Clerk BackupCodeResource.swift
[292/349] Compiling Clerk Clerk.swift
[293/349] Compiling Clerk ClerkService.swift
[294/349] Compiling Clerk ClerkSettings.swift
[295/349] Compiling Clerk KeychainConfig.swift
[296/349] Compiling Clerk RedirectConfig.swift
[297/349] Compiling Clerk ClerkAPIError.swift
[298/349] Compiling Clerk ClerkClientError.swift
[299/349] Compiling Clerk ClerkPaginatedResponse.swift
[300/349] Compiling Clerk Client.swift
[301/349] Compiling Clerk ClientResponse.swift
[302/349] Compiling Clerk ClientService.swift
[303/349] Compiling Clerk DeletedObject.swift
[304/349] Compiling Clerk EmailAddress.swift
[305/349] Compiling Clerk EmailAddressAttemptVerificationParams.swift
[306/349] Compiling Clerk LegalConsentView.swift
[307/349] Compiling Clerk SignUpCodeView.swift
[308/349] Compiling Clerk SignUpCollectFieldView.swift
[309/349] Compiling Clerk SignUpCompleteProfileView.swift
[310/349] Compiling Clerk UserButton.swift
[311/349] Compiling Clerk UserButtonAccountSwitcher.swift
[312/349] Compiling Clerk UserButtonPopover.swift
[313/349] Compiling Clerk UserPreviewView.swift
[314/349] Compiling Clerk UserProfileRowView.swift
[315/349] Compiling Clerk BackupCodesView.swift
[316/349] Compiling Clerk UserProfileAddConnectedAccountView.swift
[317/349] Compiling Clerk UserProfileAddEmailView.swift
[318/349] Compiling Clerk UserProfileAddMfaView.swift
[319/349] Compiling Clerk UserProfileAddPhoneView.swift
[320/349] Compiling Clerk UserProfileButtonRow.swift
[321/349] Compiling Clerk UserProfileChangePasswordView.swift
[322/349] Compiling Clerk UserProfileDeleteAccountConfirmationView.swift
[323/349] Compiling Clerk UserProfileDeleteAccountSection.swift
[324/349] Compiling Clerk UserProfileDetailView.swift
[325/349] Compiling Clerk UserProfileDeviceRow.swift
[326/349] Compiling Clerk UserProfileDevicesSection.swift
[327/349] Compiling Clerk UserProfileEmailRow.swift
[328/349] Compiling Clerk SignInService.swift
[329/349] Compiling Clerk SignInStatus.swift
[330/349] Compiling Clerk SignInUserData.swift
[331/349] Compiling Clerk SignUp.swift
[332/349] Compiling Clerk SignUpAttemptVerificationParams.swift
[333/349] Compiling Clerk SignUpAuthenticateWithRedirectParams.swift
[334/349] Compiling Clerk SignUpCreateParams.swift
[335/349] Compiling Clerk SignUpPrepareVerificationParams.swift
[336/349] Compiling Clerk SignUpService.swift
[337/349] Compiling Clerk SignUpStatus.swift
[338/349] Compiling Clerk TOTPResource.swift
[339/349] Compiling Clerk TokenResource.swift
[340/349] Compiling Clerk TransferFlowResult.swift
[341/349] Compiling Clerk User.swift
[342/349] Compiling Clerk UserService.swift
[343/349] Compiling Clerk UserUpdateParams.swift
[344/349] Compiling Clerk UserUpdatePasswordParams.swift
[345/349] Compiling Clerk Verification.swift
[346/349] Compiling Clerk TelemetryCollector.swift
[347/349] Compiling Clerk TelemetryEnvironment.swift
[348/349] Compiling Clerk TelemetryEvents.swift
[349/349] Compiling Clerk TelemetryThrottler.swift
Build complete! (35.80s)
Fetching https://github.com/hmlongco/Factory
Fetching https://github.com/WeTransfer/Mocker.git
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/auth0/SimpleKeychain
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/kean/Get
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
[1/1889] Fetching mocker
[228/21211] Fetching mocker, factory
[229/23560] Fetching mocker, factory, get
[323/30970] Fetching mocker, factory, get, phonenumberkit
[541/35515] Fetching mocker, factory, get, phonenumberkit, simplekeychain
[1807/67437] Fetching mocker, factory, get, phonenumberkit, simplekeychain, kingfisher
Fetched https://github.com/kean/Get from cache (1.49s)
[37165/65088] Fetching mocker, factory, phonenumberkit, simplekeychain, kingfisher
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (1.62s)
[47463/57678] Fetching mocker, factory, simplekeychain, kingfisher
Fetched https://github.com/hmlongco/Factory from cache (1.91s)
[32519/38356] Fetching mocker, simplekeychain, kingfisher
Fetched https://github.com/onevcat/Kingfisher.git from cache (3.33s)
Fetched https://github.com/WeTransfer/Mocker.git from cache (3.33s)
Fetched https://github.com/auth0/SimpleKeychain from cache (3.33s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.35s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (6.77s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.5.3 (0.52s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.52s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 3.0.2 (0.60s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.3.0 (0.46s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.1 (0.60s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.2 (0.49s)
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/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.6.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/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/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.5.3
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/Images.xcassets
    /Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Localizable.xcstrings
    /Users/admin/builder/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Colors.xcassets
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "factory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hmlongco/Factory"
    },
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    },
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "mocker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/WeTransfer/Mocker.git"
    },
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit"
    },
    {
      "identity" : "simplekeychain",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/SimpleKeychain"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "Clerk",
  "name" : "Clerk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Clerk",
      "targets" : [
        "Clerk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClerkTests",
      "module_type" : "SwiftTarget",
      "name" : "ClerkTests",
      "path" : "Tests",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "Mocker"
      ],
      "sources" : [
        "ClerkProxyRequestProcessorTests.swift",
        "ClerkTests.swift",
        "ClientTests.swift",
        "EmailAddressTests.swift",
        "EnvironmentTests.swift",
        "ExternalAccountTests.swift",
        "ExternalAuthUtilsTests.swift",
        "IDTokenProviderTests.swift",
        "OAuthProviderTests.swift",
        "OptionalStringExtensionsTests.swift",
        "OrganizationTests.swift",
        "PasskeyTests.swift",
        "PhoneNumberTests.swift",
        "ProxyConfigurationTests.swift",
        "SessionTests.swift",
        "SignInTests.swift",
        "SignUpTests.swift",
        "TelemetryTests.swift",
        "TestUtilities/InputStream+Ext.swift",
        "TestUtilities/MockAPIClient.swift",
        "UserTests.swift"
      ],
      "target_dependencies" : [
        "Clerk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clerk",
      "module_type" : "SwiftTarget",
      "name" : "Clerk",
      "path" : "Sources/Clerk",
      "product_dependencies" : [
        "FactoryKit",
        "Get",
        "Kingfisher",
        "PhoneNumberKit",
        "SimpleKeychain"
      ],
      "product_memberships" : [
        "Clerk"
      ],
      "sources" : [
        "APIClient/ClerkAPIClient.swift",
        "APIClient/RequestProcessors/ClerkClientSyncRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkDeviceAssertionRetrier.swift",
        "APIClient/RequestProcessors/ClerkDeviceTokenRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkErrorThrowingRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkEventEmitterRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkHeaderRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkInvalidAuthRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkProxyRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkQueryItemsRequestProcessor.swift",
        "APIClient/RequestProcessors/ClerkURLEncodedFormEncoderRequestProcessor.swift",
        "ClerkUI/Common/AppLogoView.swift",
        "ClerkUI/Common/AsyncButton.swift",
        "ClerkUI/Common/Badge.swift",
        "ClerkUI/Common/ClerkFocusedBorder.swift",
        "ClerkUI/Common/ClerkPhoneNumberField.swift",
        "ClerkUI/Common/ClerkTextField.swift",
        "ClerkUI/Common/DismissButton.swift",
        "ClerkUI/Common/ErrorText.swift",
        "ClerkUI/Common/ErrorView.swift",
        "ClerkUI/Common/HeaderView.swift",
        "ClerkUI/Common/IdentityPreviewView.swift",
        "ClerkUI/Common/OTPField.swift",
        "ClerkUI/Common/OverlayProgressView.swift",
        "ClerkUI/Common/SafariView.swift",
        "ClerkUI/Common/SecuredByClerkView.swift",
        "ClerkUI/Common/SocialButton.swift",
        "ClerkUI/Common/SocialButtonLayout.swift",
        "ClerkUI/Common/SpinnerView.swift",
        "ClerkUI/Common/TextDivider.swift",
        "ClerkUI/Common/WrappingHStack.swift",
        "ClerkUI/Components/Auth/AuthStartView.swift",
        "ClerkUI/Components/Auth/AuthState.swift",
        "ClerkUI/Components/Auth/AuthView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorAlternativeMethodsView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorCodeView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOneForgotPasswordView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOnePasskeyView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOnePasswordView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorOneView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorTwoBackupCodeView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInFactorTwoView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInGetHelpView.swift",
        "ClerkUI/Components/Auth/SignIn/SignInSetNewPasswordView.swift",
        "ClerkUI/Components/Auth/SignUp/LegalConsentView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCodeView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCollectFieldView.swift",
        "ClerkUI/Components/Auth/SignUp/SignUpCompleteProfileView.swift",
        "ClerkUI/Components/UserButton/UserButton.swift",
        "ClerkUI/Components/UserButton/UserButtonAccountSwitcher.swift",
        "ClerkUI/Components/UserButton/UserButtonPopover.swift",
        "ClerkUI/Components/UserButton/UserPreviewView.swift",
        "ClerkUI/Components/UserButton/UserProfileRowView.swift",
        "ClerkUI/Components/UserProfile/BackupCodesView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddConnectedAccountView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddEmailView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddMfaView.swift",
        "ClerkUI/Components/UserProfile/UserProfileAddPhoneView.swift",
        "ClerkUI/Components/UserProfile/UserProfileButtonRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileChangePasswordView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeleteAccountConfirmationView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeleteAccountSection.swift",
        "ClerkUI/Components/UserProfile/UserProfileDetailView.swift",
        "ClerkUI/Components/UserProfile/UserProfileDeviceRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileDevicesSection.swift",
        "ClerkUI/Components/UserProfile/UserProfileEmailRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileExternalAccountRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaAddSmsView.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaAddTotpView.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileMfaSection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeyRenameView.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeyRow.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasskeySection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePasswordSection.swift",
        "ClerkUI/Components/UserProfile/UserProfilePhoneRow.swift",
        "ClerkUI/Components/UserProfile/UserProfileSectionHeader.swift",
        "ClerkUI/Components/UserProfile/UserProfileSecurityView.swift",
        "ClerkUI/Components/UserProfile/UserProfileUpdateProfileView.swift",
        "ClerkUI/Components/UserProfile/UserProfileVerifyView.swift",
        "ClerkUI/Components/UserProfile/UserProfileView.swift",
        "ClerkUI/Extensions/Array+Ext.swift",
        "ClerkUI/Extensions/Color+Ext.swift",
        "ClerkUI/Extensions/Date+Ext.swift",
        "ClerkUI/Extensions/Environment+Ext.swift",
        "ClerkUI/Extensions/Error+Ext.swift",
        "ClerkUI/Extensions/ExternalAccount+Ext.swift",
        "ClerkUI/Extensions/Factor+Ext.swift",
        "ClerkUI/Extensions/Factor+Sorting.swift",
        "ClerkUI/Extensions/PhoneNumber+Ext.swift",
        "ClerkUI/Extensions/Session+Ext.swift",
        "ClerkUI/Extensions/SignIn+Ext.swift",
        "ClerkUI/Extensions/SignUp+Ext.swift",
        "ClerkUI/Extensions/String+UIExt.swift",
        "ClerkUI/Extensions/UIImage+Ext.swift",
        "ClerkUI/Extensions/User+Ext.swift",
        "ClerkUI/Extensions/View+DismissKeyboard.swift",
        "ClerkUI/Extensions/View+ErrorPresenting.swift",
        "ClerkUI/Extensions/View+HiddenTextField.swift",
        "ClerkUI/Extensions/View+OnFirstAppear.swift",
        "ClerkUI/Extensions/View+PreGlass.swift",
        "ClerkUI/Extensions/View+TaskOnce.swift",
        "ClerkUI/Theme/Buttons/ClerkButtonConfig.swift",
        "ClerkUI/Theme/Buttons/NegativeButtonStyle.swift",
        "ClerkUI/Theme/Buttons/PressedBackgroundButtonStyle.swift",
        "ClerkUI/Theme/Buttons/PrimaryButtonStyle.swift",
        "ClerkUI/Theme/Buttons/SecondaryButtonStyle.swift",
        "ClerkUI/Theme/ClerkColors.swift",
        "ClerkUI/Theme/ClerkDesign.swift",
        "ClerkUI/Theme/ClerkFonts.swift",
        "ClerkUI/Theme/ClerkTheme.swift",
        "ClerkUI/Theme/ClerkThemes.swift",
        "ClerkUI/Utils/RemoveResource.swift",
        "ClerkUI/Utils/SignInWithAppleUtils.swift",
        "Helpers/AppAttestHelper.swift",
        "Helpers/PasskeyHelper.swift",
        "Helpers/SignInWithAppleHelper.swift",
        "Models/BackupCodeResource.swift",
        "Models/Clerk/Clerk.swift",
        "Models/Clerk/ClerkService.swift",
        "Models/Clerk/Settings/ClerkSettings.swift",
        "Models/Clerk/Settings/KeychainConfig.swift",
        "Models/Clerk/Settings/RedirectConfig.swift",
        "Models/ClerkAPIError.swift",
        "Models/ClerkClientError.swift",
        "Models/ClerkPaginatedResponse.swift",
        "Models/Client/Client.swift",
        "Models/Client/ClientResponse.swift",
        "Models/Client/ClientService.swift",
        "Models/DeletedObject.swift",
        "Models/EmailAddress/EmailAddress.swift",
        "Models/EmailAddress/EmailAddressAttemptVerificationParams.swift",
        "Models/EmailAddress/EmailAddressPrepareVerificationParams.swift",
        "Models/EmailAddress/EmailAddressService.swift",
        "Models/EnterpriseAccount.swift",
        "Models/Environment/AuthConfig.swift",
        "Models/Environment/DisplayConfig.swift",
        "Models/Environment/Environment.swift",
        "Models/Environment/EnvironmentService.swift",
        "Models/Environment/FraudSettings.swift",
        "Models/Environment/UserSettings.swift",
        "Models/ExternalAccount/ExternalAccount.swift",
        "Models/ExternalAccount/ExternalAccountService.swift",
        "Models/Factor.swift",
        "Models/IDTokenProvider.swift",
        "Models/ImageResource.swift",
        "Models/InstanceEnvironmentType.swift",
        "Models/OAuthProvider.swift",
        "Models/Organizations/Organization.swift",
        "Models/Organizations/OrganizationDomain.swift",
        "Models/Organizations/OrganizationInvitation.swift",
        "Models/Organizations/OrganizationInviteMembersParams.swift",
        "Models/Organizations/OrganizationMembership.swift",
        "Models/Organizations/OrganizationMembershipRequest.swift",
        "Models/Organizations/OrganizationService.swift",
        "Models/Organizations/OrganizationSuggestion.swift",
        "Models/Organizations/PermissionResource.swift",
        "Models/Organizations/RoleResource.swift",
        "Models/Organizations/UserOrganizationInvitation.swift",
        "Models/Passkey/Passkey.swift",
        "Models/Passkey/PasskeyService.swift",
        "Models/PhoneNumber/PhoneNumber.swift",
        "Models/PhoneNumber/PhoneNumberService.swift",
        "Models/PublicUserData.swift",
        "Models/Session/Session.swift",
        "Models/Session/SessionService.swift",
        "Models/Session/SessionTokenFetcher.swift",
        "Models/SignIn/SignIn.swift",
        "Models/SignIn/SignInAttemptFirstFactorParams.swift",
        "Models/SignIn/SignInAttemptSecondFactorParams.swift",
        "Models/SignIn/SignInAuthenticateWithRedirectParams.swift",
        "Models/SignIn/SignInCreateParams.swift",
        "Models/SignIn/SignInIdentifier.swift",
        "Models/SignIn/SignInPrepareFirstFactorParams.swift",
        "Models/SignIn/SignInPrepareSecondFactorParams.swift",
        "Models/SignIn/SignInResetPasswordParams.swift",
        "Models/SignIn/SignInService.swift",
        "Models/SignIn/SignInStatus.swift",
        "Models/SignIn/SignInUserData.swift",
        "Models/SignUp/SignUp.swift",
        "Models/SignUp/SignUpAttemptVerificationParams.swift",
        "Models/SignUp/SignUpAuthenticateWithRedirectParams.swift",
        "Models/SignUp/SignUpCreateParams.swift",
        "Models/SignUp/SignUpPrepareVerificationParams.swift",
        "Models/SignUp/SignUpService.swift",
        "Models/SignUp/SignUpStatus.swift",
        "Models/TOTPResource.swift",
        "Models/TokenResource.swift",
        "Models/TransferFlowResult.swift",
        "Models/User/User.swift",
        "Models/User/UserService.swift",
        "Models/User/UserUpdateParams.swift",
        "Models/User/UserUpdatePasswordParams.swift",
        "Models/Verification.swift",
        "Telemetry/TelemetryCollector.swift",
        "Telemetry/TelemetryEnvironment.swift",
        "Telemetry/TelemetryEvents.swift",
        "Telemetry/TelemetryThrottler.swift",
        "Telemetry/TelemetryTypes.swift",
        "Utils/ClerkLogger.swift",
        "Utils/DeepLinkHandler.swift",
        "Utils/DeviceID.swift",
        "Utils/EventEmitter.swift",
        "Utils/ExternalAuthUtils.swift",
        "Utils/HTTPURLResponse+Ext.swift",
        "Utils/JSON.swift",
        "Utils/JSONDecoder+Ext.swift",
        "Utils/JSONEncoder+Ext.swift",
        "Utils/JWTDecoder.swift",
        "Utils/LocaleUtils.swift",
        "Utils/Optional+String.swift",
        "Utils/Protected.swift",
        "Utils/ProxyConfiguration.swift",
        "Utils/String+Base64.swift",
        "Utils/String+Ext.swift",
        "Utils/String+JSON.swift",
        "Utils/URLEncodedFormEncoder.swift",
        "Utils/UserDefaults+Sendable.swift",
        "Utils/Version.swift",
        "Utils/WebAuthentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.