Build Information
Failed to build RVS_AutofillTextField, reference 1.3.7 (b2e8d1), with Swift 6.1 for macOS (SPM) on 11 Feb 2026 05:26:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RiftValleySoftware/RVS_AutofillTextField.git
Reference: 1.3.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RiftValleySoftware/RVS_AutofillTextField
* tag 1.3.7 -> FETCH_HEAD
HEAD is now at b2e8d1d Updated documentation. Updated to latest tools.
Cloned https://github.com/RiftValleySoftware/RVS_AutofillTextField.git
Revision (git rev-parse @):
b2e8d1d18981a79b1230b65c567fe329d781835c
SUCCESS checkout https://github.com/RiftValleySoftware/RVS_AutofillTextField.git at 1.3.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RiftValleySoftware/RVS_AutofillTextField.git
https://github.com/RiftValleySoftware/RVS_AutofillTextField.git
{
"dependencies" : [
],
"manifest_display_name" : "RVS_AutofillTextField",
"name" : "RVS_AutofillTextField",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "RVS_AutofillTextField",
"targets" : [
"RVS_AutofillTextField"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RVS_AutofillTextField",
"module_type" : "SwiftTarget",
"name" : "RVS_AutofillTextField",
"path" : "Sources/RVS_AutofillTextField",
"product_memberships" : [
"RVS_AutofillTextField"
],
"sources" : [
"RVS_AutofillTextField.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module RVS_AutofillTextField
/Users/admin/builder/spi-builder-workspace/Sources/RVS_AutofillTextField/RVS_AutofillTextField.swift:24:8: error: no such module 'UIKit'
22 | */
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | #if os(iOS) // This prevents the IB errors from showing up, under SPM (From SO Answer: https://stackoverflow.com/a/66334661/879365).
[4/4] Compiling RVS_AutofillTextField RVS_AutofillTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/RVS_AutofillTextField/RVS_AutofillTextField.swift:24:8: error: no such module 'UIKit'
22 | */
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | #if os(iOS) // This prevents the IB errors from showing up, under SPM (From SO Answer: https://stackoverflow.com/a/66334661/879365).
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module RVS_AutofillTextField
/Users/admin/builder/spi-builder-workspace/Sources/RVS_AutofillTextField/RVS_AutofillTextField.swift:24:8: error: no such module 'UIKit'
22 | */
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | #if os(iOS) // This prevents the IB errors from showing up, under SPM (From SO Answer: https://stackoverflow.com/a/66334661/879365).
[3/3] Compiling RVS_AutofillTextField RVS_AutofillTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/RVS_AutofillTextField/RVS_AutofillTextField.swift:24:8: error: no such module 'UIKit'
22 | */
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | #if os(iOS) // This prevents the IB errors from showing up, under SPM (From SO Answer: https://stackoverflow.com/a/66334661/879365).
BUILD FAILURE 6.1 macosSpm