The Swift Package Index logo.Swift Package Index

Build Information

Failed to build stack-navigation, reference main (97212b), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 22:53:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sunghyun-k/stack-navigation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sunghyun-k/stack-navigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97212b0 NavigationBarHidden 추가
Cloned https://github.com/sunghyun-k/stack-navigation.git
Revision (git rev-parse @):
97212b0ae7915565d4eeb94c794170b6ef49f9d3
SUCCESS checkout https://github.com/sunghyun-k/stack-navigation.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": "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.60s)
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 main (97212b0)
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/8] 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/8] Compiling StackNavigation StackNavigationPath.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/8] 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> {
[7/8] 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> {
[8/8] 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