Build Information
Failed to build DragoTextField, reference 1.0.0 (0bca6c), with Swift 6.1 for macOS (SPM) on 31 Mar 2026 06:05:20 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/ThrottleCode/DragoTextField.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThrottleCode/DragoTextField
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 0bca6c1 Added CocoaPods installation guide
Cloned https://github.com/ThrottleCode/DragoTextField.git
Revision (git rev-parse @):
0bca6c1b8cb3ad15d66c9e7cfafa6566a9a2739c
SUCCESS checkout https://github.com/ThrottleCode/DragoTextField.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ThrottleCode/DragoTextField.git
https://github.com/ThrottleCode/DragoTextField.git
{
"dependencies" : [
],
"manifest_display_name" : "DragoTextField",
"name" : "DragoTextField",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DragoTextField",
"targets" : [
"DragoTextField"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DragoTextField",
"module_type" : "SwiftTarget",
"name" : "DragoTextField",
"path" : "Sources/DragoTextField",
"product_memberships" : [
"DragoTextField"
],
"sources" : [
"DragoTextField.swift",
"String.swift",
"TextField.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling DragoTextField String.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
[4/6] Compiling DragoTextField TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Emitting module DragoTextField
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
[6/6] Compiling DragoTextField DragoTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
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 DragoTextField TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
[3/5] Compiling DragoTextField String.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module DragoTextField
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
[5/5] Compiling DragoTextField DragoTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
9 | //
10 |
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // MARK: - DragoTextField
BUILD FAILURE 6.1 macosSpm