Build Information
Failed to build DragoTextField, reference main (0bca6c), with Swift 6.2 for macOS (SPM) on 1 Apr 2026 00:22:45 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/ThrottleCode/DragoTextField.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThrottleCode/DragoTextField
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 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",
"dependencies": [
{
"identity": "dragotextfield",
"name": "DragoTextField",
"url": "https://github.com/ThrottleCode/DragoTextField.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DragoTextField",
"dependencies": [
]
}
]
}
Fetching https://github.com/ThrottleCode/DragoTextField.git
[1/71] Fetching dragotextfield
Fetched https://github.com/ThrottleCode/DragoTextField.git from cache (1.08s)
Creating working copy for https://github.com/ThrottleCode/DragoTextField.git
Working copy of https://github.com/ThrottleCode/DragoTextField.git resolved at main (0bca6c1)
warning: '.resolve-product-dependencies': dependency 'dragotextfield' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ThrottleCode/DragoTextField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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
[4/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
[5/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
[6/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
BUILD FAILURE 6.2 macosSpm