The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Clerk, reference main (bac471), with Swift 6.1 for Android on 15 Dec 2025 22:37:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/clerk/clerk-ios.git
https://github.com/clerk/clerk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/kean/Get
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/WeTransfer/Mocker.git
Fetching https://github.com/auth0/SimpleKeychain
[1/2349] Fetching get
[800/4238] Fetching get, mocker
[819/5124] Fetching get, mocker, swift-concurrency-extras
[1997/9669] Fetching get, mocker, swift-concurrency-extras, simplekeychain
[5244/41591] Fetching get, mocker, swift-concurrency-extras, simplekeychain, kingfisher
[8584/49001] Fetching get, mocker, swift-concurrency-extras, simplekeychain, kingfisher, phonenumberkit
Fetched https://github.com/auth0/SimpleKeychain from cache (8.22s)
Fetching https://github.com/hmlongco/Factory
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (8.46s)
Fetched https://github.com/WeTransfer/Mocker.git from cache (8.46s)
Fetched https://github.com/kean/Get from cache (8.46s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (8.47s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (8.57s)
[1/19322] Fetching factory
Fetched https://github.com/hmlongco/Factory from cache (2.21s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (20.06s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.5.3 (0.89s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.18s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 3.0.2 (1.54s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.3.0 (0.58s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.1 (0.63s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.2 (3.13s)
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/auth0/SimpleKeychain
Working copy of https://github.com/auth0/SimpleKeychain resolved at 1.3.0
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/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.6.2
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/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
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Images.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Localizable.xcstrings
    /host/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
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Building for debugging...
[0/11] Write sources
[0/11] Copying PrivacyInfo.xcprivacy
[6/11] Write sources
[7/11] Copying PrivacyInfo.xcprivacy
[9/11] Copying PhoneNumberMetadata.json
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/117] Emitting module PhoneNumberKit
[13/119] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[14/119] Compiling PhoneNumberKit PhoneNumberTextField.swift
[15/119] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[16/119] Compiling PhoneNumberKit CountryCodePickerSectionHeaderView.swift
[17/119] Compiling PhoneNumberKit CountryCodePickerTableViewCell.swift
[18/119] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[19/119] Compiling PhoneNumberKit resource_bundle_accessor.swift
[20/119] Compiling Kingfisher KFImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[21/119] Compiling Kingfisher KFImageOptions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[22/119] Compiling Kingfisher KFImageProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[23/119] Compiling Kingfisher KFImageRenderer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[24/119] Compiling Kingfisher Box.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[25/119] Compiling Kingfisher CallbackQueue.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[26/119] Compiling Kingfisher Delegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[27/119] Compiling Kingfisher DisplayLink.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[28/127] 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
[29/127] 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
[30/127] 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
[31/127] 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
[32/128] Compiling SimpleKeychain SimpleKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[33/128] Compiling SimpleKeychain Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/128] Emitting module SimpleKeychain
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[35/128] Compiling SimpleKeychain SimpleKeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[36/128] 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
[37/128] Compiling FactoryKit Containers.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
[38/128] Compiling FactoryKit Contexts.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
[39/128] Compiling FactoryKit Factory.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
[40/128] Compiling FactoryKit Globals.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
[41/128] Compiling FactoryKit Injections.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
[42/128] Compiling FactoryKit Key.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
[43/128] 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
[44/128] 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
[45/128] Compiling Kingfisher RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[46/128] Compiling Kingfisher RequestModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[47/128] Compiling Kingfisher RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[48/128] Compiling Kingfisher SessionDataTask.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[49/128] Compiling Kingfisher SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[50/128] Compiling Kingfisher ImageBinder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[51/128] Compiling Kingfisher ImageContext.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[52/128] Compiling Kingfisher KFAnimatedImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[63/128] Compiling PhoneNumberKit PhoneNumber.swift
[64/128] Compiling PhoneNumberKit PhoneNumberFormatter.swift
[65/128] Compiling PhoneNumberKit PhoneNumberParser.swift
[66/128] Compiling PhoneNumberKit PhoneNumberUtility.swift
[67/128] Compiling PhoneNumberKit RegexManager.swift
[68/128] Emitting module Get
[69/128] Compiling Get Response.swift
[70/128] Compiling Get Request.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/129] Emitting module Kingfisher
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[81/129] Compiling Get APIClient.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Images.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Colors.xcassets
    /host/spi-builder-workspace/Sources/Clerk/ClerkUI/Resources/Localizable.xcstrings
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/107] Compiling SimpleKeychain SimpleKeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[3/107] Compiling SimpleKeychain SimpleKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/107] Emitting module SimpleKeychain
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[5/107] Compiling SimpleKeychain Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift:1:8: error: no such module 'Security'
 1 | import Security
   |        `- error: no such module 'Security'
 2 |
 3 | /// Represents the accessibility types of Keychain items. It's a mirror of `kSecAttrAccessible` values.
[6/107] Compiling Get Response.swift
BUILD FAILURE 6.1 android