Build Information
Failed to build Router, reference master (6326a5), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 12:36:24 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dhardiman/router.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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
[6/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
[7/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
[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.2 macosSpm