Build Information
Failed to build NavigationProgress, reference main (71e26e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 22:26:12 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/chrisnyw/NavigationProgress.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrisnyw/NavigationProgress
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 71e26e0 Update README.md
Cloned https://github.com/chrisnyw/NavigationProgress.git
Revision (git rev-parse @):
71e26e0909646af88c42b1a98229328ee2dfb7b1
SUCCESS checkout https://github.com/chrisnyw/NavigationProgress.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "navigationprogress",
"name": "NavigationProgress",
"url": "https://github.com/chrisnyw/NavigationProgress.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NavigationProgress",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/chrisnyw/NavigationProgress.git
[1/92] Fetching navigationprogress
Fetched https://github.com/chrisnyw/NavigationProgress.git from cache (1.44s)
Creating working copy for https://github.com/chrisnyw/NavigationProgress.git
Working copy of https://github.com/chrisnyw/NavigationProgress.git resolved at main (71e26e0)
warning: '.resolve-product-dependencies': dependency 'navigationprogress' 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/chrisnyw/NavigationProgress.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
[3/6] Compiling NavigationProgress ProgressBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigationProgress/NavigationProgress.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public struct NavigationProgress {
[4/6] Compiling NavigationProgress UIViewController+NavigationProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigationProgress/NavigationProgress.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public struct NavigationProgress {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Emitting module NavigationProgress
/Users/admin/builder/spi-builder-workspace/Sources/NavigationProgress/NavigationProgress.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public struct NavigationProgress {
[6/6] Compiling NavigationProgress NavigationProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigationProgress/NavigationProgress.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public struct NavigationProgress {
BUILD FAILURE 6.3 macosSpm