Build Information
Failed to build BasisTheoryElements, reference 5.2.0 (3c1c47), with Swift 6.1 for macOS (SPM) on 10 Apr 2026 01:53:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Basis-Theory/ios-elements.git
Reference: 5.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Basis-Theory/ios-elements
* tag 5.2.0 -> FETCH_HEAD
HEAD is now at 3c1c479 feat: implement token update (#96)
Cloned https://github.com/Basis-Theory/ios-elements.git
Revision (git rev-parse @):
3c1c479638a225186151c1c68bc7c72d6a179ec9
SUCCESS checkout https://github.com/Basis-Theory/ios-elements.git at 5.2.0
========================================
Build
========================================
Selected platform: macosSpm
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
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
}
],
"manifest_display_name" : "BasisTheoryElements",
"name" : "BasisTheoryElements",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "BasisTheoryElements",
"targets" : [
"BasisTheoryElements"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BasisTheoryElements",
"module_type" : "SwiftTarget",
"name" : "BasisTheoryElements",
"path" : "BasisTheoryElements/Sources",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"BasisTheoryElements"
],
"sources" : [
"BasisTheoryElements/AccessRule.swift",
"BasisTheoryElements/AnyCodableExtensions.swift",
"BasisTheoryElements/Application.swift",
"BasisTheoryElements/AuthorizeSessionRequest.swift",
"BasisTheoryElements/AuthorizeSessionResponse.swift",
"BasisTheoryElements/BaseElement.swift",
"BasisTheoryElements/BasisTheoryElements.swift",
"BasisTheoryElements/BasisTheoryUIViewController.swift",
"BasisTheoryElements/BinInfo.swift",
"BasisTheoryElements/BinLookup.swift",
"BasisTheoryElements/BtDatadogLogger.swift",
"BasisTheoryElements/CardBrand.swift",
"BasisTheoryElements/CardBrandSelectorUIButton.swift",
"BasisTheoryElements/CardExpirationDateUITextField.swift",
"BasisTheoryElements/CardNumberElementUITextField.swift",
"BasisTheoryElements/CardVerificationCodeUITextField.swift",
"BasisTheoryElements/CreateSessionResponse.swift",
"BasisTheoryElements/CreateToken.swift",
"BasisTheoryElements/CreateTokenRequest.swift",
"BasisTheoryElements/CreateTokenResponse.swift",
"BasisTheoryElements/DeviceInfo.swift",
"BasisTheoryElements/ElementEvents.swift",
"BasisTheoryElements/ElementMetadata.swift",
"BasisTheoryElements/ElementTransform.swift",
"BasisTheoryElements/EncryptTokenModel.swift",
"BasisTheoryElements/EncryptionMetadata.swift",
"BasisTheoryElements/GetTokenByIdResponse.swift",
"BasisTheoryElements/HTTPMethod.swift",
"BasisTheoryElements/HttpClientHelpers.swift",
"BasisTheoryElements/JSON.swift",
"BasisTheoryElements/JWEEncryption.swift",
"BasisTheoryElements/Privacy.swift",
"BasisTheoryElements/ProxyHelpers.swift",
"BasisTheoryElements/ProxyHttpRequest.swift",
"BasisTheoryElements/TelemetryLogging.swift",
"BasisTheoryElements/TextElementUITextField.swift",
"BasisTheoryElements/Token.swift",
"BasisTheoryElements/TokenIntentClient.swift",
"BasisTheoryElements/TokenIntentModels.swift",
"BasisTheoryElements/UpdateToken.swift",
"BasisTheoryElements/UpdateTokenRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Emitting module AnyCodable
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Compiling AnyCodable AnyEncodable.swift
[8/45] Compiling BasisTheoryElements AccessRule.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[9/45] Compiling BasisTheoryElements AnyCodableExtensions.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[10/45] Compiling BasisTheoryElements Application.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[11/45] Compiling BasisTheoryElements AuthorizeSessionRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[12/45] Compiling BasisTheoryElements AuthorizeSessionResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/49] Emitting module BasisTheoryElements
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[14/49] Compiling BasisTheoryElements BaseElement.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[15/49] Compiling BasisTheoryElements BasisTheoryElements.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[16/49] Compiling BasisTheoryElements BasisTheoryUIViewController.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[17/49] Compiling BasisTheoryElements BinInfo.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[18/49] Compiling BasisTheoryElements ElementEvents.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[19/49] Compiling BasisTheoryElements ElementMetadata.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[20/49] Compiling BasisTheoryElements ElementTransform.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[21/49] Compiling BasisTheoryElements EncryptTokenModel.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[22/49] Compiling BasisTheoryElements EncryptionMetadata.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[23/49] Compiling BasisTheoryElements GetTokenByIdResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[24/49] Compiling BasisTheoryElements HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[25/49] Compiling BasisTheoryElements HttpClientHelpers.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[26/49] Compiling BasisTheoryElements BinLookup.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[27/49] Compiling BasisTheoryElements BtDatadogLogger.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[28/49] Compiling BasisTheoryElements CardBrand.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[29/49] Compiling BasisTheoryElements CardBrandSelectorUIButton.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[30/49] Compiling BasisTheoryElements TokenIntentClient.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[31/49] Compiling BasisTheoryElements TokenIntentModels.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[32/49] Compiling BasisTheoryElements UpdateToken.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[33/49] Compiling BasisTheoryElements UpdateTokenRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[34/49] Compiling BasisTheoryElements JSON.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[35/49] Compiling BasisTheoryElements JWEEncryption.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[36/49] Compiling BasisTheoryElements Privacy.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[37/49] Compiling BasisTheoryElements ProxyHelpers.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[38/49] Compiling BasisTheoryElements ProxyHttpRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[39/49] Compiling BasisTheoryElements TelemetryLogging.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[40/49] Compiling BasisTheoryElements TextElementUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[41/49] Compiling BasisTheoryElements Token.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[42/49] Compiling BasisTheoryElements CreateToken.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[43/49] Compiling BasisTheoryElements CreateTokenRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[44/49] Compiling BasisTheoryElements CreateTokenResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[45/49] Compiling BasisTheoryElements DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[46/49] Compiling BasisTheoryElements CardExpirationDateUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[47/49] Compiling BasisTheoryElements CardNumberElementUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[48/49] Compiling BasisTheoryElements CardVerificationCodeUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[49/49] Compiling BasisTheoryElements CreateSessionResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.81s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.43s)
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
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/Resources/Assets.xcassets
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling AnyCodable AnyDecodable.swift
[3/5] Compiling AnyCodable AnyCodable.swift
[4/5] Emitting module AnyCodable
[5/5] Compiling AnyCodable AnyEncodable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/43] Emitting module BasisTheoryElements
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[7/47] Compiling BasisTheoryElements EncryptionMetadata.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[8/47] Compiling BasisTheoryElements GetTokenByIdResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[9/47] Compiling BasisTheoryElements HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[10/47] Compiling BasisTheoryElements HttpClientHelpers.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[11/47] Compiling BasisTheoryElements AccessRule.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[12/47] Compiling BasisTheoryElements AnyCodableExtensions.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[13/47] Compiling BasisTheoryElements Application.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[14/47] Compiling BasisTheoryElements AuthorizeSessionRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[15/47] Compiling BasisTheoryElements AuthorizeSessionResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[16/47] Compiling BasisTheoryElements BinLookup.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[17/47] Compiling BasisTheoryElements BtDatadogLogger.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[18/47] Compiling BasisTheoryElements CardBrand.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[19/47] Compiling BasisTheoryElements CardBrandSelectorUIButton.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[20/47] Compiling BasisTheoryElements JSON.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[21/47] Compiling BasisTheoryElements JWEEncryption.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[22/47] Compiling BasisTheoryElements Privacy.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[23/47] Compiling BasisTheoryElements ProxyHelpers.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[24/47] Compiling BasisTheoryElements CardExpirationDateUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[25/47] Compiling BasisTheoryElements CardNumberElementUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[26/47] Compiling BasisTheoryElements CardVerificationCodeUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[27/47] Compiling BasisTheoryElements CreateSessionResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[28/47] Compiling BasisTheoryElements TokenIntentClient.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[29/47] Compiling BasisTheoryElements TokenIntentModels.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[30/47] Compiling BasisTheoryElements UpdateToken.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[31/47] Compiling BasisTheoryElements UpdateTokenRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[32/47] Compiling BasisTheoryElements ElementEvents.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[33/47] Compiling BasisTheoryElements ElementMetadata.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[34/47] Compiling BasisTheoryElements ElementTransform.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[35/47] Compiling BasisTheoryElements EncryptTokenModel.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[36/47] Compiling BasisTheoryElements CreateToken.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[37/47] Compiling BasisTheoryElements CreateTokenRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[38/47] Compiling BasisTheoryElements CreateTokenResponse.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[39/47] Compiling BasisTheoryElements DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[40/47] Compiling BasisTheoryElements ProxyHttpRequest.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[41/47] Compiling BasisTheoryElements TelemetryLogging.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[42/47] Compiling BasisTheoryElements TextElementUITextField.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[43/47] Compiling BasisTheoryElements Token.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[44/47] Compiling BasisTheoryElements BaseElement.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[45/47] Compiling BasisTheoryElements BasisTheoryElements.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[46/47] Compiling BasisTheoryElements BasisTheoryUIViewController.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
[47/47] Compiling BasisTheoryElements BinInfo.swift
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryUIViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BasisTheoryUIViewController: UIViewController, UITextFieldDelegate {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/BasisTheoryElements/Sources/BasisTheoryElements/Resources/Assets.xcassets
BUILD FAILURE 6.1 macosSpm