Build Information
Failed to build BasisTheoryElements, reference 5.2.0 (3c1c47), with Swift 6.2 for macOS (SPM) on 10 Apr 2026 01:54:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.75s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.40s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "ios-elements",
"name": "BasisTheoryElements",
"url": "https://github.com/Basis-Theory/ios-elements.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-elements",
"dependencies": [
{
"identity": "anycodable",
"name": "AnyCodable",
"url": "https://github.com/Flight-School/AnyCodable",
"version": "0.6.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCodable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Basis-Theory/ios-elements.git
[1/4355] Fetching ios-elements
Fetched https://github.com/Basis-Theory/ios-elements.git from cache (1.09s)
Fetching https://github.com/Flight-School/AnyCodable from cache
Fetched https://github.com/Flight-School/AnyCodable from cache (0.45s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.51s)
Creating working copy for https://github.com/Basis-Theory/ios-elements.git
Working copy of https://github.com/Basis-Theory/ios-elements.git resolved at 5.2.0 (3c1c479)
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: '.resolve-product-dependencies': dependency 'ios-elements' is not used by any target
Found 1 product dependencies
- AnyCodable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Basis-Theory/ios-elements.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/7] Compiling AnyCodable AnyDecodable.swift
[5/7] Emitting module AnyCodable
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Compiling AnyCodable AnyEncodable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/45] 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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/45] 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 {
[15/45] 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 {
[16/45] 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 {
[17/45] 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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[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 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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
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.2 macosSpm