Build Information
Failed to build NavigationBarHelper, reference 1.0.0 (767b5b), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:17:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jerry0523/navigationbarhelper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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 {
[4/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 {
[5/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 {
[6/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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 {
[8/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 {
[9/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 {
BUILD FAILURE 6.2 macosSpm