Build Information
Failed to build DragoTextField, reference 1.0.0 (0bca6c), with Swift 6.0 for macOS (SPM) on 31 Mar 2026 06:35:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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.0
Building package at path: $PWD
https://github.com/ThrottleCode/DragoTextField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.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
BUILD FAILURE 6.0 macosSpm