The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Stytch, reference 0.104.0 (3f2a95), with Swift 6.1 for Linux on 26 Feb 2026 03:16:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stytchauth/stytch-ios.git
Reference: 0.104.0
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/stytchauth/stytch-ios
 * tag               0.104.0    -> FETCH_HEAD
HEAD is now at 3f2a950 Prevent overwriting encryption keys (#603)
Cloned https://github.com/stytchauth/stytch-ios.git
Revision (git rev-parse @):
3f2a950ec9d1b01da7ae6ec156be74990cd3eaf6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stytchauth/stytch-ios.git at 0.104.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stytchauth/stytch-ios.git
https://github.com/stytchauth/stytch-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit"
    },
    {
      "identity" : "recaptcha-enterprise-mobile-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "18.8.1",
            "upper_bound" : "19.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.2",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "stytch-ios-dfp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stytchauth/stytch-ios-dfp.git"
    }
  ],
  "manifest_display_name" : "Stytch",
  "name" : "Stytch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "StytchCore",
      "targets" : [
        "StytchCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StytchUI",
      "targets" : [
        "StytchUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StytchUIUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "StytchUIUnitTests",
      "path" : "Tests/StytchUIUnitTests",
      "sources" : [
        "StytchB2BUIClientTests/B2BBaseTestCase.swift",
        "StytchB2BUIClientTests/StytchB2BUIClient+ProductOrderingTests.swift",
        "StytchB2BUIClientTests/StytchB2BUIClient+ValidProductsTests.swift",
        "StytchUIClientTests/AuthInputViewModelTests.swift",
        "StytchUIClientTests/BaseTestCase.swift",
        "StytchUIClientTests/EmailConfirmationStateTests.swift",
        "StytchUIClientTests/EmailConfirmationViewModelTests.swift",
        "StytchUIClientTests/OAuthViewModelTests.swift",
        "StytchUIClientTests/OTPCodeViewModelTest.swift",
        "StytchUIClientTests/PasswordViewModelTests.swift",
        "StytchUIClientTests/Spies.swift"
      ],
      "target_dependencies" : [
        "StytchCore",
        "StytchUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StytchUI",
      "module_type" : "SwiftTarget",
      "name" : "StytchUI",
      "path" : "Sources/StytchUI",
      "product_dependencies" : [
        "PhoneNumberKit"
      ],
      "product_memberships" : [
        "StytchUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/StytchUI/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/AttrStringComponent.swift",
        "Components/Button.swift",
        "Components/ImageAsset.swift",
        "Components/LUDSIndicator.swift",
        "Components/LabelSeparatorView.swift",
        "Components/OTPCodeEntryView.swift",
        "Components/ProgressBar.swift",
        "Components/SpacerView.swift",
        "Components/ZXCVBNIndicator.swift",
        "Extensions/Array+StytchUI.swift",
        "Extensions/CGFloat+StytchUI.swift",
        "Extensions/StytchError+StytchUI.swift",
        "Extensions/UIColor+StytchUI.swift",
        "Extensions/UIEdgeInsets+StytchUI.swift",
        "Extensions/UIFont+IBMPlexSans.swift",
        "Extensions/UILabel+StytchUI.swift",
        "Extensions/UIViewController+StytchUI.swift",
        "Inputs/BorderedTextField.swift",
        "Inputs/EmailInput.swift",
        "Inputs/PhoneNumberInput.swift",
        "Inputs/SecureTextInput.swift",
        "Inputs/TextInputView.swift",
        "Localization/LocalizationManager.swift",
        "Previews.swift",
        "Shared/BaseViewController.swift",
        "Shared/ErrorPublisher.swift",
        "Shared/EventsClient+UI.swift",
        "Shared/FontLoader.swift",
        "Shared/Navigation.swift",
        "Shared/OTPEntryViewControllerProtocol.swift",
        "Shared/SelectionViewController/SelectionTableViewCell.swift",
        "Shared/SelectionViewController/SelectionViewController.swift",
        "Shared/StytchTheme.swift",
        "StytchB2BUIClient/Shared/AuthenticationOperations.swift",
        "StytchB2BUIClient/Shared/B2BMFAAuthenticateResponseDataType+MFA.swift",
        "StytchB2BUIClient/Shared/B2BPasswordsViewModel.swift",
        "StytchB2BUIClient/Shared/BaseViewController/BaseViewController+B2B-Helpers.swift",
        "StytchB2BUIClient/Shared/BaseViewController/BaseViewController+Discovery.swift",
        "StytchB2BUIClient/Shared/BaseViewController/BaseViewController+MFA.swift",
        "StytchB2BUIClient/Shared/BaseViewController/BaseViewController+SSO.swift",
        "StytchB2BUIClient/Shared/StateManagement/B2BAuthenticationManager.swift",
        "StytchB2BUIClient/Shared/StateManagement/DiscoveryManager.swift",
        "StytchB2BUIClient/Shared/StateManagement/MemberManager.swift",
        "StytchB2BUIClient/Shared/StateManagement/OrganizationManager.swift",
        "StytchB2BUIClient/Shared/StateManagement/SSODiscoveryManager.swift",
        "StytchB2BUIClient/StytchB2BUIClient/StytchB2BUIClient+Configuration.swift",
        "StytchB2BUIClient/StytchB2BUIClient/StytchB2BUIClient+ProductOrdering.swift",
        "StytchB2BUIClient/StytchB2BUIClient/StytchB2BUIClient+ValidProducts.swift",
        "StytchB2BUIClient/StytchB2BUIClient/StytchB2BUIClient.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BAuthHomeViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BAuthHomeViewModel.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BEmailViewController/B2BEmailViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BEmailViewController/B2BEmailViewModel.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BOAuthViewController/B2BOAuthViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BOAuthViewController/B2BOAuthViewModel.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BPasswordsHomeViewController/B2BPasswordsHomeViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BSSOViewController/B2BSSOViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthHomeViewController/B2BSSOViewController/B2BSSOViewModel.swift",
        "StytchB2BUIClient/ViewControllers/B2BAuthRootViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BEmailConfirmationViewController/B2BEmailConfirmationViewController.swift",
        "StytchB2BUIClient/ViewControllers/B2BEmailConfirmationViewController/B2BEmailConfirmationViewModel.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/CreateOrganizationsViewController/CreateOrganizationsViewController.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/CreateOrganizationsViewController/CreateOrganizationsViewModel.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/DiscoveredOrganizations/DiscoveredOrganizationTableViewCell.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/DiscoveredOrganizations/DiscoveredOrganizationsViewController.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/DiscoveredOrganizations/DiscoveredOrganizationsViewModel.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/NoDiscoveredOrganizationsViewController/NoDiscoveredOrganizationsViewController.swift",
        "StytchB2BUIClient/ViewControllers/Discovery/NoDiscoveredOrganizationsViewController/NoDiscoveredOrganizationsViewModel.swift",
        "StytchB2BUIClient/ViewControllers/EmailMethodSelectionViewController/EmailMethodSelectionViewController.swift",
        "StytchB2BUIClient/ViewControllers/EmailMethodSelectionViewController/EmailMethodSelectionViewModel.swift",
        "StytchB2BUIClient/ViewControllers/EmailOTPEntryViewController/EmailOTPEntryViewController.swift",
        "StytchB2BUIClient/ViewControllers/EmailOTPEntryViewController/EmailOTPEntryViewModel.swift",
        "StytchB2BUIClient/ViewControllers/ErrorViewController/ErrorViewController.swift",
        "StytchB2BUIClient/ViewControllers/ErrorViewController/ErrorViewModel.swift",
        "StytchB2BUIClient/ViewControllers/MFAEnrollmentSelectionViewController/MFAEnrollmentSelectionViewController.swift",
        "StytchB2BUIClient/ViewControllers/MFAEnrollmentSelectionViewController/MFAEnrollmentSelectionViewModel.swift",
        "StytchB2BUIClient/ViewControllers/PasswordAuthenticateViewController/PasswordAuthenticateViewController.swift",
        "StytchB2BUIClient/ViewControllers/PasswordForgotViewController/PasswordForgotViewController.swift",
        "StytchB2BUIClient/ViewControllers/PasswordForgotViewController/PasswordForgotViewModel.swift",
        "StytchB2BUIClient/ViewControllers/PasswordResetViewController/PasswordResetViewController.swift",
        "StytchB2BUIClient/ViewControllers/PasswordResetViewController/PasswordResetViewModel.swift",
        "StytchB2BUIClient/ViewControllers/RecoveryCodeEntryViewController/RecoveryCodeEntryViewController.swift",
        "StytchB2BUIClient/ViewControllers/RecoveryCodeEntryViewController/RecoveryCodeEntryViewModel.swift",
        "StytchB2BUIClient/ViewControllers/RecoveryCodeEntryViewController/RecoveryCodeInput.swift",
        "StytchB2BUIClient/ViewControllers/RecoveryCodeSaveViewController/RecoveryCodeSaveViewController.swift",
        "StytchB2BUIClient/ViewControllers/RecoveryCodeSaveViewController/RecoveryCodeSaveViewModel.swift",
        "StytchB2BUIClient/ViewControllers/RecoveryCodeSaveViewController/RecoveryCodesListView.swift",
        "StytchB2BUIClient/ViewControllers/SMSOTPEnrollmentViewController/SMSOTPEnrollmentViewController.swift",
        "StytchB2BUIClient/ViewControllers/SMSOTPEnrollmentViewController/SMSOTPEnrollmentViewModel.swift",
        "StytchB2BUIClient/ViewControllers/SMSOTPEntryViewController/SMSOTPEntryViewController.swift",
        "StytchB2BUIClient/ViewControllers/SMSOTPEntryViewController/SMSOTPEntryViewModel.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryEmailViewController/SSODiscoveryEmailViewController.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryEmailViewController/SSODiscoveryEmailViewModel.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryFallbackViewController/OrganizationSlugInput.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryFallbackViewController/SSODiscoveryFallbackViewController.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryFallbackViewController/SSODiscoveryFallbackViewModel.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryMenuViewController/SSODiscoveryMenuViewController.swift",
        "StytchB2BUIClient/ViewControllers/SSODiscovery/SSODiscoveryMenuViewController/SSODiscoveryMenuViewModel.swift",
        "StytchB2BUIClient/ViewControllers/TOTPEnrollmentManualViewController/TOTPEnrollmentViewController.swift",
        "StytchB2BUIClient/ViewControllers/TOTPEnrollmentManualViewController/TOTPEnrollmentViewModel.swift",
        "StytchB2BUIClient/ViewControllers/TOTPEnrollmentManualViewController/TOTPSecretView.swift",
        "StytchB2BUIClient/ViewControllers/TOTPEntryViewController/TOTPEntryViewController.swift",
        "StytchB2BUIClient/ViewControllers/TOTPEntryViewController/TOTPEntryViewModel.swift",
        "StytchUIClient/StytchUIClient+Configuration.swift",
        "StytchUIClient/StytchUIClient.swift",
        "StytchUIClient/ViewControllers/AuthHomeViewController/AuthHomeViewController.swift",
        "StytchUIClient/ViewControllers/AuthHomeViewController/AuthHomeViewModel.swift",
        "StytchUIClient/ViewControllers/AuthInputViewController/AuthInputViewController.swift",
        "StytchUIClient/ViewControllers/AuthInputViewController/AuthInputViewModel.swift",
        "StytchUIClient/ViewControllers/AuthRootViewController.swift",
        "StytchUIClient/ViewControllers/BiometricsRegistrationViewController/BiometricsRegistrationViewController.swift",
        "StytchUIClient/ViewControllers/BiometricsRegistrationViewController/BiometricsRegistrationViewModel.swift",
        "StytchUIClient/ViewControllers/EmailConfirmationViewController/EmailConfirmationViewController.swift",
        "StytchUIClient/ViewControllers/EmailConfirmationViewController/EmailConfirmationViewModel.swift",
        "StytchUIClient/ViewControllers/OAuthViewController/OAuthViewController.swift",
        "StytchUIClient/ViewControllers/OAuthViewController/OAuthViewModel.swift",
        "StytchUIClient/ViewControllers/OTPCodeViewController/OTPCodeViewController.swift",
        "StytchUIClient/ViewControllers/OTPCodeViewController/OTPCodeViewModel.swift",
        "StytchUIClient/ViewControllers/PasswordViewController/PasswordViewController.swift",
        "StytchUIClient/ViewControllers/PasswordViewController/PasswordViewModel.swift"
      ],
      "target_dependencies" : [
        "StytchCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StytchCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "StytchCoreTests",
      "path" : "Tests/StytchCoreTests",
      "sources" : [
        "B2BDiscoveryTestCase.swift",
        "B2BMagicLinksTestCase.swift",
        "B2BMembersTestCase.swift",
        "B2BOAuthTestCase.swift",
        "B2BOTPTestCase.swift",
        "B2BOrganizationsMembersTestCase.swift",
        "B2BOrganizationsTestCase.swift",
        "B2BPasswordsTestCase.swift",
        "B2BRBACTestCase.swift",
        "B2BRecoveryCodesTestCase.swift",
        "B2BSCIMTestCase.swift",
        "B2BSSOTestCase.swift",
        "B2BSearchManagerTestCase.swift",
        "B2BSessionsTestCase.swift",
        "B2BTOTPTestCase.swift",
        "BaseTestCase.swift",
        "BiometricsTestCase.swift",
        "CryptoClientTestCase.swift",
        "CryptoWalletsTestCase.swift",
        "DeeplinkHandlerTestCase.swift",
        "EncryptedUserDefaultsClientMock.swift",
        "ExtensionsTestCase.swift",
        "JSONTestCase.swift",
        "KeychainClient+Mock.swift",
        "KeychainClientTestCase.swift",
        "MagicLinksTestCase.swift",
        "ModelsTestCase.swift",
        "NetworkRequestHandlerTestCase.swift",
        "NetworkingClient+LiveTestCase.swift",
        "NetworkingClientInterceptor.swift",
        "NetworkingClientTestCase.swift",
        "OAuthTestCase.swift",
        "OTPTestCase.swift",
        "PasskeysTestCase.swift",
        "PasswordsTestCase.swift",
        "PollingClientTestCase.swift",
        "RBACPolicyMocks.swift",
        "RBACTestCase.swift",
        "SessionManagerTestCase.swift",
        "SessionStorageTestCase.swift",
        "StytchClientTestCase.swift",
        "TOTPTestCase.swift",
        "UserDefaults+Mock.swift",
        "UserManagementTestCase.swift",
        "XCTestHelpers.swift"
      ],
      "target_dependencies" : [
        "StytchCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StytchCore",
      "module_type" : "SwiftTarget",
      "name" : "StytchCore",
      "path" : "Sources/StytchCore",
      "product_dependencies" : [
        "RecaptchaEnterprise",
        "StytchDFP",
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "StytchCore",
        "StytchUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/StytchCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppleOAuthClient/AppleOAuthClient+Live.swift",
        "AppleOAuthClient/AppleOAuthClient.swift",
        "CaptchaClient.swift",
        "CryptoClient/CryptoClient+Live.swift",
        "CryptoClient/CryptoClient.swift",
        "DFPClient.swift",
        "Dependency.swift",
        "EncryptedUserDefaultsClient/EncryptedUserDefaultsClient.swift",
        "EncryptedUserDefaultsClient/EncryptedUserDefaultsClientImplementation.swift",
        "EncryptedUserDefaultsClient/EncryptedUserDefaultsItem.swift",
        "Environment.swift",
        "EventsClient.swift",
        "Extensions/CFError+Stytch.swift",
        "Extensions/Codable+Stytch.swift",
        "Extensions/Data+Stytch.swift",
        "Extensions/Dictionary+Stytch.swift",
        "Extensions/Error+StytchErrorInfo.swift",
        "Extensions/NSLock+Stytch.swift",
        "Extensions/Sequence+Stytch.swift",
        "Extensions/String+Stytch.swift",
        "Extensions/URL+Stytch.swift",
        "Extensions/URLComponents+Stytch.swift",
        "Generated/StytchB2BClient.DFP.getTelemetryID+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Discovery.createOrganization+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Discovery.exchangeIntermediateSession+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Discovery.listOrganizations+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.MagicLinks.Email.discoverySend+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.MagicLinks.Email.inviteSend+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.MagicLinks.Email.loginOrSignup+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.MagicLinks.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.MagicLinks.discoveryAuthenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Members.deleteFactor+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Members.get+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Members.update+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OAuth.Discovery.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OAuth.ThirdParty.Discovery.start+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OAuth.ThirdParty.start+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OAuth.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OTP.Email.Discovery.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OTP.Email.Discovery.send+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OTP.Email.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OTP.Email.loginOrSignup+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OTP.SMS.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.OTP.SMS.send+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.Members.create+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.Members.delete+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.Members.deleteFactor+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.Members.reactivate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.Members.update+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.delete+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.get+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.searchMembers+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Organizations.update+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.Discovery.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.Discovery.resetByEmail+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.Discovery.resetByEmailStart+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.resetByEmail+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.resetByEmailStart+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.resetByExistingPassword+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.resetBySession+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Passwords.strengthCheck+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.RBAC.allPermissions+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.RBAC.isAuthorized+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.RecoveryCodes.get+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.RecoveryCodes.recover+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.RecoveryCodes.rotate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.createConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.deleteConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.getConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.getConnectionGroups+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.rotateCancel+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.rotateComplete+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.rotateStart+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SCIM.updateConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.OIDC.createConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.OIDC.updateConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.SAML.createConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.SAML.deleteVerificationCertificate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.SAML.updateConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.SAML.updateConnectionByURL+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.deleteConnection+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.discoverConnections+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.getConnections+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SSO.start+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SearchManager.searchMember+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.SearchManager.searchOrganization+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Sessions.attest+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Sessions.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Sessions.exchange+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.Sessions.revoke+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.TOTP.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.TOTP.create+AsyncVariants.generated.swift",
        "Generated/StytchB2BClient.handle+AsyncVariants.generated.swift",
        "Generated/StytchClient.Biometrics.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.Biometrics.register+AsyncVariants.generated.swift",
        "Generated/StytchClient.Biometrics.removeRegistration+AsyncVariants.generated.swift",
        "Generated/StytchClient.CryptoWallets.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.CryptoWallets.authenticateStart+AsyncVariants.generated.swift",
        "Generated/StytchClient.DFP.getTelemetryID+AsyncVariants.generated.swift",
        "Generated/StytchClient.MagicLinks.Email.loginOrCreate+AsyncVariants.generated.swift",
        "Generated/StytchClient.MagicLinks.Email.send+AsyncVariants.generated.swift",
        "Generated/StytchClient.MagicLinks.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.OAuth.Apple.start+AsyncVariants.generated.swift",
        "Generated/StytchClient.OAuth.ThirdParty.start+AsyncVariants.generated.swift",
        "Generated/StytchClient.OAuth.attach+AsyncVariants.generated.swift",
        "Generated/StytchClient.OAuth.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.OTP.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.OTP.loginOrCreate+AsyncVariants.generated.swift",
        "Generated/StytchClient.OTP.send+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passkeys.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passkeys.register+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passkeys.update+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.create+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.resetByEmail+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.resetByEmailStart+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.resetByExistingPassword+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.resetBySession+AsyncVariants.generated.swift",
        "Generated/StytchClient.Passwords.strengthCheck+AsyncVariants.generated.swift",
        "Generated/StytchClient.Sessions.attest+AsyncVariants.generated.swift",
        "Generated/StytchClient.Sessions.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.Sessions.revoke+AsyncVariants.generated.swift",
        "Generated/StytchClient.TOTP.authenticate+AsyncVariants.generated.swift",
        "Generated/StytchClient.TOTP.create+AsyncVariants.generated.swift",
        "Generated/StytchClient.TOTP.recover+AsyncVariants.generated.swift",
        "Generated/StytchClient.TOTP.recoveryCodes+AsyncVariants.generated.swift",
        "Generated/StytchClient.UserManagement.deleteFactor+AsyncVariants.generated.swift",
        "Generated/StytchClient.UserManagement.get+AsyncVariants.generated.swift",
        "Generated/StytchClient.UserManagement.searchUser+AsyncVariants.generated.swift",
        "Generated/StytchClient.UserManagement.update+AsyncVariants.generated.swift",
        "Generated/StytchClient.handle+AsyncVariants.generated.swift",
        "KeychainClient/KeychainClient.swift",
        "KeychainClient/KeychainClientImplementation.swift",
        "KeychainClient/KeychainItem.swift",
        "KeychainClient/KeychainMigrations/KeychainMigration.swift",
        "KeychainClient/KeychainMigrations/KeychainMigration1.swift",
        "KeychainClient/KeychainMigrations/KeychainMigration2.swift",
        "KeychainClient/KeychainMigrations/KeychainMigration3.swift",
        "KeychainClient/KeychainMigrations/KeychainMigration4.swift",
        "LocalStorage.swift",
        "Networking/NetworkMonitor.swift",
        "Networking/NetworkRequestHandler.swift",
        "Networking/NetworkingClient.swift",
        "Networking/NetworkingRouter.swift",
        "ObjectStorage.swift",
        "PKCE/CodeChallengedParameters.swift",
        "PKCE/CodeVerifierParameters.swift",
        "PKCE/PKCEPairManager.swift",
        "PasskeysClient/PasskeysClient+Live.swift",
        "PasskeysClient/PasskeysClient.swift",
        "PollingClient/PollingClient+Live.swift",
        "PollingClient/PollingClient.swift",
        "SessionManager.swift",
        "SharedModels/AuthenticationFactor.swift",
        "SharedModels/BootstrapResponse.swift",
        "SharedModels/ClientInfo+Version.swift",
        "SharedModels/ClientInfo.swift",
        "SharedModels/ClientType.swift",
        "SharedModels/Completion.swift",
        "SharedModels/DataContainer.swift",
        "SharedModels/DeeplinkHandledStatus.swift",
        "SharedModels/DeviceHistory.swift",
        "SharedModels/Errors/StytchAPIError.swift",
        "SharedModels/Errors/StytchAPIErrorType.swift",
        "SharedModels/Errors/StytchError.swift",
        "SharedModels/Errors/StytchSDKError.swift",
        "SharedModels/Identifier.swift",
        "SharedModels/IntermediateSessionTokenParameters.swift",
        "SharedModels/Minutes.swift",
        "SharedModels/OAuthProviderValues.swift",
        "SharedModels/Path.swift",
        "SharedModels/RBACPolicy.swift",
        "SharedModels/Regex.swift",
        "SharedModels/Response.swift",
        "SharedModels/SessionToken.swift",
        "SharedModels/StytchClientConfiguration.swift",
        "SharedModels/StytchLocale.swift",
        "SharedModels/Union.swift",
        "SharedModels/Version.swift",
        "StartupClient.swift",
        "StytchB2BClient/Models/B2BAuthenticateResponse.swift",
        "StytchB2BClient/Models/B2BMFAAuthenticateResponse.swift",
        "StytchB2BClient/Models/Member.swift",
        "StytchB2BClient/Models/MemberSession.swift",
        "StytchB2BClient/Models/Organization.swift",
        "StytchB2BClient/Models/OrganizationType.swift",
        "StytchB2BClient/StytchB2BClient+AuthMethod.swift",
        "StytchB2BClient/StytchB2BClient+Common.swift",
        "StytchB2BClient/StytchB2BClient+DFP.swift",
        "StytchB2BClient/StytchB2BClient+Discovery.swift",
        "StytchB2BClient/StytchB2BClient+MagicLinks.swift",
        "StytchB2BClient/StytchB2BClient+Members.swift",
        "StytchB2BClient/StytchB2BClient+OAuth/StytchB2BClient+OAuth+Discovery.swift",
        "StytchB2BClient/StytchB2BClient+OAuth/StytchB2BClient+OAuth+ThirdParty+Discovery.swift",
        "StytchB2BClient/StytchB2BClient+OAuth/StytchB2BClient+OAuth+ThirdParty.swift",
        "StytchB2BClient/StytchB2BClient+OAuth/StytchB2BClient+OAuth.swift",
        "StytchB2BClient/StytchB2BClient+OTP/StytchB2BClient+OTP+Email+Discovery.swift",
        "StytchB2BClient/StytchB2BClient+OTP/StytchB2BClient+OTP+Email.swift",
        "StytchB2BClient/StytchB2BClient+OTP/StytchB2BClient+OTP+SMS.swift",
        "StytchB2BClient/StytchB2BClient+OTP/StytchB2BClient+OTP.swift",
        "StytchB2BClient/StytchB2BClient+Organizations/Organization Members/StytchB2BClient+Organizations+Members+CreateParameters.swift",
        "StytchB2BClient/StytchB2BClient+Organizations/Organization Members/StytchB2BClient+Organizations+Members+UpdateParameters.swift",
        "StytchB2BClient/StytchB2BClient+Organizations/Organization Members/StytchB2BClient+Organizations+Members.swift",
        "StytchB2BClient/StytchB2BClient+Organizations/StytchB2BClient+Organizations+SearchParameters.swift",
        "StytchB2BClient/StytchB2BClient+Organizations/StytchB2BClient+Organizations+UpdateParameters.swift",
        "StytchB2BClient/StytchB2BClient+Organizations/StytchB2BClient+Organizations.swift",
        "StytchB2BClient/StytchB2BClient+Passwords/StytchB2BClient+Passwords+Discovery.swift",
        "StytchB2BClient/StytchB2BClient+Passwords/StytchB2BClient+Passwords.swift",
        "StytchB2BClient/StytchB2BClient+RBAC.swift",
        "StytchB2BClient/StytchB2BClient+RecoveryCodes.swift",
        "StytchB2BClient/StytchB2BClient+Routes.swift",
        "StytchB2BClient/StytchB2BClient+SCIM/StytchB2BClient+SCIM+Parameters.swift",
        "StytchB2BClient/StytchB2BClient+SCIM/StytchB2BClient+SCIM+Responses.swift",
        "StytchB2BClient/StytchB2BClient+SCIM/StytchB2BClient+SCIM.swift",
        "StytchB2BClient/StytchB2BClient+SSO/StytchB2BClient+SSO+OIDC.swift",
        "StytchB2BClient/StytchB2BClient+SSO/StytchB2BClient+SSO+OIDCConnection.swift",
        "StytchB2BClient/StytchB2BClient+SSO/StytchB2BClient+SSO+SAML.swift",
        "StytchB2BClient/StytchB2BClient+SSO/StytchB2BClient+SSO+SAMLConnection.swift",
        "StytchB2BClient/StytchB2BClient+SSO/StytchB2BClient+SSO.swift",
        "StytchB2BClient/StytchB2BClient+SearchManager.swift",
        "StytchB2BClient/StytchB2BClient+Sessions.swift",
        "StytchB2BClient/StytchB2BClient+TOTP.swift",
        "StytchB2BClient/StytchB2BClient.swift",
        "StytchClient/BaseRoute.swift",
        "StytchClient/Biometrics/BiometricsRoute.swift",
        "StytchClient/Biometrics/LAContextEvaluating.swift",
        "StytchClient/Biometrics/LocalAuthenticationContextManager.swift",
        "StytchClient/Biometrics/StytchClient+Biometrics.swift",
        "StytchClient/CryptoWallets/CryptoWalletsRoute.swift",
        "StytchClient/CryptoWallets/StytchClient+CryptoWallets.swift",
        "StytchClient/DFP/StytchClient+DFP.swift",
        "StytchClient/MagicLinks/MagicLinksRoute.swift",
        "StytchClient/MagicLinks/StytchClient+MagicLinks.swift",
        "StytchClient/MagicLinks/StytchClient.MagicLinks+Email.swift",
        "StytchClient/Models/AuthenticateResponse.swift",
        "StytchClient/Models/Session.swift",
        "StytchClient/Models/User.swift",
        "StytchClient/OAuth/OAuth+Apple.swift",
        "StytchClient/OAuth/OAuth+ThirdParty.swift",
        "StytchClient/OAuth/OAuthRoute.swift",
        "StytchClient/OAuth/StytchClient+OAuth.swift",
        "StytchClient/OTP/OTPRoute.swift",
        "StytchClient/OTP/SytchClient+OTP.swift",
        "StytchClient/Passkeys/PasskeysRoute.swift",
        "StytchClient/Passkeys/StytchClient+Passkeys.swift",
        "StytchClient/Passwords/PasswordsRoute.swift",
        "StytchClient/Passwords/StytchClient+Passwords.swift",
        "StytchClient/StytchClient+AuthMethod.swift",
        "StytchClient/StytchClient+Sessions.swift",
        "StytchClient/StytchClient.swift",
        "StytchClient/TOTP/StytchClient+TOTP.swift",
        "StytchClient/TOTP/TOTPRoute.swift",
        "StytchClient/User/StytchClient+User.swift",
        "StytchClient/User/UsersRoute.swift",
        "StytchClientCommon.swift",
        "StytchConsoleLogger.swift",
        "WebAuthenticationSessionClient/WebAuthenticationSessionClient+Live.swift",
        "WebAuthenticationSessionClient/WebAuthenticationSessionClient.swift",
        "WebAuthenticationSessionClient/WebAuthenticationSessionClientConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk
Fetching https://github.com/stytchauth/stytch-ios-dfp.git
Fetching https://github.com/marmelroy/PhoneNumberKit
[1/234] Fetching stytch-ios-dfp
[58/6482] Fetching stytch-ios-dfp, swiftyjson
[735/7468] Fetching stytch-ios-dfp, swiftyjson, recaptcha-enterprise-mobile-sdk
[4221/14940] Fetching stytch-ios-dfp, swiftyjson, recaptcha-enterprise-mobile-sdk, phonenumberkit
Fetched https://github.com/stytchauth/stytch-ios-dfp.git from cache (0.45s)
[6670/14706] Fetching swiftyjson, recaptcha-enterprise-mobile-sdk, phonenumberkit
Fetched https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk from cache (0.45s)
[5872/13720] Fetching swiftyjson, phonenumberkit
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.77s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (1.78s)
Computing version for https://github.com/stytchauth/stytch-ios-dfp.git
Computed https://github.com/stytchauth/stytch-ios-dfp.git at 1.0.5 (2.77s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (0.83s)
Computing version for https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk
Computed https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk at 18.8.2 (0.76s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
[1/282] Fetching interop-ios-for-google-sdks
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.25s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (1.88s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.2.5 (1.32s)
Creating working copy for https://github.com/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 4.2.5
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/stytchauth/stytch-ios-dfp.git
Working copy of https://github.com/stytchauth/stytch-ios-dfp.git resolved at 1.0.5
Creating working copy for https://github.com/google/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk
Working copy of https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk resolved at 18.8.2
Downloading binary artifact https://dl.google.com/recaptchaenterprise/v18.8.2/RecaptchaEnterpriseSDK_iOS_xcframework/recaptcha-sdk-xcframework.xcframework.zip
[3352/3352] Downloading https://dl.google.com/recaptchaenterprise/v18.8.2/RecaptchaEnterpriseSDK_iOS_xcframework/recaptcha-sdk-xcframework.xcframework.zip
Downloaded https://dl.google.com/recaptchaenterprise/v18.8.2/RecaptchaEnterpriseSDK_iOS_xcframework/recaptcha-sdk-xcframework.xcframework.zip (1.61s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StytchUI/Media.xcassets
warning: 'stytch-ios-dfp': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/stytch-ios-dfp/Sources/stytch-ios-dfp/StytchDFP.xcframework
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[7/10] Copying PrivacyInfo.xcprivacy
[7/10] Copying PhoneNumberMetadata.json
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/34] Emitting module PhoneNumberKit
[12/36] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[13/36] Compiling PhoneNumberKit CountryCodePickerSectionHeaderView.swift
[14/36] Compiling PhoneNumberKit CountryCodePickerTableViewCell.swift
[15/36] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[16/36] Compiling PhoneNumberKit PhoneNumberTextField.swift
[17/36] Compiling PhoneNumberKit PhoneNumberTextFieldDelegate.swift
[18/36] Compiling PhoneNumberKit resource_bundle_accessor.swift
[19/36] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 |     switch (lhs.type, rhs.type) {
1215 |     case (.number, .number): return lhs.rawNumber < rhs.rawNumber
     |                                                   `- error: ambiguous use of operator '<'
1216 |     case (.string, .string): return lhs.rawString < rhs.rawString
1217 |     default:                 return false
     :
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1252 |
1253 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
[20/36] Compiling PhoneNumberKit MetadataManager.swift
[21/36] Compiling PhoneNumberKit MetadataParsing.swift
[22/36] Compiling PhoneNumberKit MetadataTypes.swift
[23/36] Compiling PhoneNumberKit PhoneNumberParser.swift
[24/36] Compiling PhoneNumberKit PhoneNumberUtility.swift
[25/36] Compiling PhoneNumberKit RegexManager.swift
[26/36] Compiling SwiftyJSON resource_bundle_accessor.swift
[27/36] Emitting module SwiftyJSON
[28/36] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
[29/36] Compiling PhoneNumberKit ParseManager.swift
[30/36] Compiling PhoneNumberKit PartialFormatter.swift
[31/36] Compiling PhoneNumberKit Bundle+Resources.swift
[32/36] Compiling PhoneNumberKit Constants.swift
[33/36] Compiling PhoneNumberKit Formatter.swift
[34/36] Compiling PhoneNumberKit PhoneNumber+Codable.swift
[35/36] Compiling PhoneNumberKit PhoneNumber.swift
[36/36] Compiling PhoneNumberKit PhoneNumberFormatter.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StytchUI/Media.xcassets
warning: 'stytch-ios-dfp': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/stytch-ios-dfp/Sources/stytch-ios-dfp/StytchDFP.xcframework
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[3/25] Compiling PhoneNumberKit PhoneNumberTextField.swift
[4/27] Compiling SwiftyJSON resource_bundle_accessor.swift
[5/27] Emitting module PhoneNumberKit
[6/27] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[7/27] Compiling PhoneNumberKit CountryCodePickerSectionHeaderView.swift
[8/27] Compiling PhoneNumberKit CountryCodePickerTableViewCell.swift
[9/27] Emitting module SwiftyJSON
[10/27] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 |     switch (lhs.type, rhs.type) {
1215 |     case (.number, .number): return lhs.rawNumber < rhs.rawNumber
     |                                                   `- error: ambiguous use of operator '<'
1216 |     case (.string, .string): return lhs.rawString < rhs.rawString
1217 |     default:                 return false
     :
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1252 |
1253 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
BUILD FAILURE 6.1 linux