Build Information
Failed to build stack-navigation, reference 0.3.2 (21f22a), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 07:25:27 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/sunghyun-k/stack-navigation.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sunghyun-k/stack-navigation
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at 21f22a1 5.7로 수정
Cloned https://github.com/sunghyun-k/stack-navigation.git
Revision (git rev-parse @):
21f22a11b25c25e9ad36e2e89b5105750604110a
SUCCESS checkout https://github.com/sunghyun-k/stack-navigation.git at 0.3.2
========================================
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": "stack-navigation",
"name": "stack-navigation",
"url": "https://github.com/sunghyun-k/stack-navigation.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stack-navigation",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sunghyun-k/stack-navigation.git
[1/160] Fetching stack-navigation
Fetched https://github.com/sunghyun-k/stack-navigation.git from cache (0.69s)
Creating working copy for https://github.com/sunghyun-k/stack-navigation.git
Working copy of https://github.com/sunghyun-k/stack-navigation.git resolved at 0.3.2 (21f22a1)
warning: '.resolve-product-dependencies': dependency 'stack-navigation' 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/sunghyun-k/stack-navigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module StackNavigation
/Users/admin/builder/spi-builder-workspace/Sources/StackNavigation/DestinationBuilderStorage.swift:1:14: error: no such module 'UIKit'
1 | import class UIKit.UIViewController
| `- error: no such module 'UIKit'
2 |
3 | public struct TypedDestinationBuilder<Datum, ViewController: UIViewController> {
[5/7] Compiling StackNavigation NavigationUpdateContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackNavigation/DestinationBuilderStorage.swift:1:14: error: no such module 'UIKit'
1 | import class UIKit.UIViewController
| `- error: no such module 'UIKit'
2 |
3 | public struct TypedDestinationBuilder<Datum, ViewController: UIViewController> {
[6/7] Compiling StackNavigation StackNavigationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackNavigation/DestinationBuilderStorage.swift:1:14: error: no such module 'UIKit'
1 | import class UIKit.UIViewController
| `- error: no such module 'UIKit'
2 |
3 | public struct TypedDestinationBuilder<Datum, ViewController: UIViewController> {
[7/7] Compiling StackNavigation DestinationBuilderStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StackNavigation/DestinationBuilderStorage.swift:1:14: error: no such module 'UIKit'
1 | import class UIKit.UIViewController
| `- error: no such module 'UIKit'
2 |
3 | public struct TypedDestinationBuilder<Datum, ViewController: UIViewController> {
BUILD FAILURE 6.3 macosSpm