Build Information
Failed to build BorderedTextField, reference master (b9ce19), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 12:53:57 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/KrishnaRLolage/BorderedTextField.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KrishnaRLolage/BorderedTextField
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b9ce196 refactoring
Cloned https://github.com/KrishnaRLolage/BorderedTextField.git
Revision (git rev-parse @):
b9ce196060115bbd526b3adc5a093e7e16d2e9ba
SUCCESS checkout https://github.com/KrishnaRLolage/BorderedTextField.git at master
========================================
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": "borderedtextfield",
"name": "BorderedTextField",
"url": "https://github.com/KrishnaRLolage/BorderedTextField.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BorderedTextField",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/KrishnaRLolage/BorderedTextField.git
[1/38] Fetching borderedtextfield
Fetched https://github.com/KrishnaRLolage/BorderedTextField.git from cache (0.64s)
Creating working copy for https://github.com/KrishnaRLolage/BorderedTextField.git
Working copy of https://github.com/KrishnaRLolage/BorderedTextField.git resolved at master (b9ce196)
warning: '.resolve-product-dependencies': dependency 'borderedtextfield' 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/KrishnaRLolage/BorderedTextField.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 BorderedTextField
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
[4/6] Compiling BorderedTextField BorderedTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
[5/6] Compiling BorderedTextField CustomTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
[6/6] Compiling BorderedTextField Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
BUILD FAILURE 6.3 macosSpm