The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BasisTheoryElements, reference master (621bf4), with Swift 6.1 for Linux on 23 Apr 2026 15:13:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Basis-Theory/ios-elements.git
Reference: master
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/Basis-Theory/ios-elements
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 621bf49 chore(ENG-10153): add AGENTS.md with developer essentials (#100)
Cloned https://github.com/Basis-Theory/ios-elements.git
Revision (git rev-parse @):
621bf4921a5dcab9ade41092c1b16db391019561
SUCCESS checkout https://github.com/Basis-Theory/ios-elements.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Basis-Theory/ios-elements.git
https://github.com/Basis-Theory/ios-elements.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.27s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.90s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/BasisTheoryElements/Sources/BasisTheoryElements/Resources/Assets.xcassets
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Compiling AnyCodable AnyCodable.swift
[6/7] Compiling AnyCodable AnyDecodable.swift
[7/7] Emitting module AnyCodable
[9/45] Compiling BasisTheoryElements GetTokenByIdResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[10/45] Compiling BasisTheoryElements HTTPMethod.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[11/45] Compiling BasisTheoryElements HttpClientHelpers.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[12/45] Compiling BasisTheoryElements JSON.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[13/45] Compiling BasisTheoryElements JWEEncryption.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[14/45] Compiling BasisTheoryElements AccessRule.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[15/45] Compiling BasisTheoryElements AnyCodableExtensions.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[16/45] Compiling BasisTheoryElements Application.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[17/45] Compiling BasisTheoryElements AuthorizeSessionRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[18/45] Compiling BasisTheoryElements AuthorizeSessionResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[19/45] Compiling BasisTheoryElements BaseElement.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/50] Emitting module BasisTheoryElements
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[21/50] Compiling BasisTheoryElements ElementEvents.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[22/50] Compiling BasisTheoryElements ElementMetadata.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[23/50] Compiling BasisTheoryElements ElementTransform.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[24/50] Compiling BasisTheoryElements EncryptTokenModel.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[25/50] Compiling BasisTheoryElements EncryptionMetadata.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[26/50] Compiling BasisTheoryElements Token.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[27/50] Compiling BasisTheoryElements TokenIntentClient.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[28/50] Compiling BasisTheoryElements TokenIntentModels.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[29/50] Compiling BasisTheoryElements UpdateToken.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[30/50] Compiling BasisTheoryElements UpdateTokenRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[31/50] Compiling BasisTheoryElements Privacy.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[32/50] Compiling BasisTheoryElements ProxyHelpers.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[33/50] Compiling BasisTheoryElements ProxyHttpRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[34/50] Compiling BasisTheoryElements TelemetryLogging.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[35/50] Compiling BasisTheoryElements TextElementUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[36/50] Compiling BasisTheoryElements BasisTheoryElements.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[37/50] Compiling BasisTheoryElements BasisTheoryUIViewController.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[38/50] Compiling BasisTheoryElements BinInfo.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[39/50] Compiling BasisTheoryElements BinLookup.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[40/50] Compiling BasisTheoryElements BtDatadogLogger.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[41/50] Compiling BasisTheoryElements CardBrand.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[42/50] Compiling BasisTheoryElements CardBrandSelectorUIButton.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[43/50] Compiling BasisTheoryElements CardExpirationDateUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[44/50] Compiling BasisTheoryElements CardNumberElementUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[45/50] Compiling BasisTheoryElements CardVerificationCodeUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[46/50] Compiling BasisTheoryElements CreateSessionResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[47/50] Compiling BasisTheoryElements CreateToken.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[48/50] Compiling BasisTheoryElements CreateTokenRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[49/50] Compiling BasisTheoryElements CreateTokenResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[50/50] Compiling BasisTheoryElements DeviceInfo.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/BasisTheoryElements/Sources/BasisTheoryElements/Resources/Assets.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling AnyCodable AnyCodable.swift
[3/5] Compiling AnyCodable AnyDecodable.swift
[4/5] Emitting module AnyCodable
[5/5] Compiling AnyCodable AnyEncodable.swift
[7/43] Compiling BasisTheoryElements Privacy.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[8/43] Compiling BasisTheoryElements ProxyHelpers.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[9/43] Compiling BasisTheoryElements ProxyHttpRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[10/43] Compiling BasisTheoryElements TelemetryLogging.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[11/43] Compiling BasisTheoryElements TextElementUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[12/48] Compiling BasisTheoryElements GetTokenByIdResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[13/48] Compiling BasisTheoryElements HTTPMethod.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[14/48] Compiling BasisTheoryElements HttpClientHelpers.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[15/48] Compiling BasisTheoryElements JSON.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[16/48] Compiling BasisTheoryElements JWEEncryption.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[17/48] Compiling BasisTheoryElements ElementEvents.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[18/48] Compiling BasisTheoryElements ElementMetadata.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[19/48] Compiling BasisTheoryElements ElementTransform.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[20/48] Compiling BasisTheoryElements EncryptTokenModel.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[21/48] Compiling BasisTheoryElements EncryptionMetadata.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[22/48] Compiling BasisTheoryElements CreateSessionResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[23/48] Compiling BasisTheoryElements CreateToken.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[24/48] Compiling BasisTheoryElements CreateTokenRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[25/48] Compiling BasisTheoryElements CreateTokenResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[26/48] Compiling BasisTheoryElements DeviceInfo.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/48] Emitting module BasisTheoryElements
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[28/48] Compiling BasisTheoryElements AccessRule.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[29/48] Compiling BasisTheoryElements AnyCodableExtensions.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[30/48] Compiling BasisTheoryElements Application.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[31/48] Compiling BasisTheoryElements AuthorizeSessionRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[32/48] Compiling BasisTheoryElements AuthorizeSessionResponse.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[33/48] Compiling BasisTheoryElements BaseElement.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[34/48] Compiling BasisTheoryElements BasisTheoryElements.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[35/48] Compiling BasisTheoryElements BasisTheoryUIViewController.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[36/48] Compiling BasisTheoryElements BinInfo.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[37/48] Compiling BasisTheoryElements BinLookup.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[38/48] Compiling BasisTheoryElements BtDatadogLogger.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[39/48] Compiling BasisTheoryElements CardBrand.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[40/48] Compiling BasisTheoryElements CardBrandSelectorUIButton.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[41/48] Compiling BasisTheoryElements CardExpirationDateUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[42/48] Compiling BasisTheoryElements CardNumberElementUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[43/48] Compiling BasisTheoryElements CardVerificationCodeUITextField.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[44/48] Compiling BasisTheoryElements Token.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[45/48] Compiling BasisTheoryElements TokenIntentClient.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[46/48] Compiling BasisTheoryElements TokenIntentModels.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[47/48] Compiling BasisTheoryElements UpdateToken.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
[48/48] Compiling BasisTheoryElements UpdateTokenRequest.swift
/host/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BaseElement.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | public protocol ElementProtocol {
BUILD FAILURE 6.1 linux