Build Information
Failed to build SkyFloatingLabelTextField, reference main (a0750e), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:34:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Skyscanner/SkyFloatingLabelTextField.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Skyscanner/SkyFloatingLabelTextField
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a0750eb [Release] Version 4.0.0
Cloned https://github.com/Skyscanner/SkyFloatingLabelTextField.git
Revision (git rev-parse @):
a0750ebbc7311f3b3debf99c5e59338e854afa59
SUCCESS checkout https://github.com/Skyscanner/SkyFloatingLabelTextField.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "skyfloatinglabeltextfield",
"name": "SkyFloatingLabelTextField",
"url": "https://github.com/Skyscanner/SkyFloatingLabelTextField.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SkyFloatingLabelTextField",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Skyscanner/SkyFloatingLabelTextField.git
[1/3643] Fetching skyfloatinglabeltextfield
Fetched https://github.com/Skyscanner/SkyFloatingLabelTextField.git from cache (1.12s)
Creating working copy for https://github.com/Skyscanner/SkyFloatingLabelTextField.git
Working copy of https://github.com/Skyscanner/SkyFloatingLabelTextField.git resolved at main (a0750eb)
warning: '.resolve-product-dependencies': dependency 'skyfloatinglabeltextfield' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Skyscanner/SkyFloatingLabelTextField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module SkyFloatingLabelTextField
/Users/admin/builder/spi-builder-workspace/Sources/SkyFloatingLabelTextField.swift:12:8: error: no such module 'UIKit'
10 | // for the specific language governing permissions and limitations under the License.
11 |
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | /**
[4/6] Compiling SkyFloatingLabelTextField SkyFloatingLabelTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkyFloatingLabelTextField.swift:12:8: error: no such module 'UIKit'
10 | // for the specific language governing permissions and limitations under the License.
11 |
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | /**
[5/6] Compiling SkyFloatingLabelTextField SkyFloatingLabelTextFieldWithIcon.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkyFloatingLabelTextField.swift:12:8: error: no such module 'UIKit'
10 | // for the specific language governing permissions and limitations under the License.
11 |
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | /**
[6/6] Compiling SkyFloatingLabelTextField UITextField+fixCaretPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkyFloatingLabelTextField.swift:12:8: error: no such module 'UIKit'
10 | // for the specific language governing permissions and limitations under the License.
11 |
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | /**
BUILD FAILURE 6.3 macosSpm