Build Information
Failed to build NavigationBarHelper, reference 1.0.0 (767b5b), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:13:28 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/jerry0523/navigationbarhelper.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jerry0523/navigationbarhelper
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 767b5b7 support SPM
Cloned https://github.com/jerry0523/navigationbarhelper.git
Revision (git rev-parse @):
767b5b7d4db6b79083b9e985605da74b03da53e4
SUCCESS checkout https://github.com/jerry0523/navigationbarhelper.git at 1.0.0
========================================
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": "navigationbarhelper",
"name": "NavigationBarHelper",
"url": "https://github.com/jerry0523/navigationbarhelper.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/navigationbarhelper",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jerry0523/navigationbarhelper.git
[1/270] Fetching navigationbarhelper
Fetched https://github.com/jerry0523/navigationbarhelper.git from cache (1.19s)
Creating working copy for https://github.com/jerry0523/navigationbarhelper.git
Working copy of https://github.com/jerry0523/navigationbarhelper.git resolved at 1.0.0 (767b5b7)
warning: '.resolve-product-dependencies': dependency 'navigationbarhelper' 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/jerry0523/navigationbarhelper.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/9] Emitting module NavigationBarHelper
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
[4/9] Compiling NavigationBarHelper Utilities.swift
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
[5/9] Compiling NavigationBarHelper UIViewController+Swizzle.swift
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
[6/9] Compiling NavigationBarHelper UINavigationBar+Swizzle.swift
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
[7/9] Compiling NavigationBarHelper NavigationBarBackgroundView.swift
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
[8/9] Compiling NavigationBarHelper NavigationBarHelper.swift
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
[9/9] Compiling NavigationBarHelper NavigationBarHelper+AttrRestoration.swift
/Users/admin/builder/spi-builder-workspace/NavigationBarHelper/NavigationBarBackgroundView.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
| `- error: no such module 'UIKit'
25 |
26 | open class NavigationBarBackgroundView: UIView {
BUILD FAILURE 6.3 macosSpm