Build Information
Failed to build Router, reference master (6326a5), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:00: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/dhardiman/router.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dhardiman/router
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6326a50 Fix imports
Cloned https://github.com/dhardiman/router.git
Revision (git rev-parse @):
6326a50e3f118ddc7d30d3714eab2788ea86c729
SUCCESS checkout https://github.com/dhardiman/router.git at master
========================================
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": "router",
"name": "Router",
"url": "https://github.com/dhardiman/router.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/router",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dhardiman/router.git
[1/2020] Fetching router
Fetched https://github.com/dhardiman/router.git from cache (1.61s)
Creating working copy for https://github.com/dhardiman/router.git
Working copy of https://github.com/dhardiman/router.git resolved at master (6326a50)
warning: '.resolve-product-dependencies': dependency 'router' 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/dhardiman/router.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 Router
/Users/admin/builder/spi-builder-workspace/Sources/Router/Destination.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Protocol describing the index of a tab within a tab controller
[5/8] Compiling Router Route.swift
/Users/admin/builder/spi-builder-workspace/Sources/Router/Destination.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Protocol describing the index of a tab within a tab controller
[6/8] Compiling Router Destination.swift
/Users/admin/builder/spi-builder-workspace/Sources/Router/Destination.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Protocol describing the index of a tab within a tab controller
[7/8] Compiling Router Router.swift
/Users/admin/builder/spi-builder-workspace/Sources/Router/Destination.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Protocol describing the index of a tab within a tab controller
[8/8] Compiling Router RouteTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/Router/Destination.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Protocol describing the index of a tab within a tab controller
BUILD FAILURE 6.3 macosSpm