Build Information
Failed to build RouterService, reference 1.1.0 (6dae64
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 16:03:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rockbruno/RouterService.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rockbruno/RouterService
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 6dae64e Bump
Cloned https://github.com/rockbruno/RouterService.git
Revision (git rev-parse @):
6dae64e98aba011d50e352ed193dfe0c3c59e155
SUCCESS checkout https://github.com/rockbruno/RouterService.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rockbruno/RouterService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-1EA4D86E10B52AF.txt
[4/16] Compiling RouterServiceInterface StoreInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[5/16] Compiling RouterServiceInterface RouterServiceProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/16] Emitting module RouterServiceInterface
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[7/16] Compiling RouterServiceInterface RouteHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[8/16] Compiling RouterServiceInterface Route.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[9/16] Compiling RouterServiceInterface Feature.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[10/16] Compiling RouterServiceInterface Dependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[11/16] Compiling RouterServiceInterface PresentationStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
[12/16] Compiling RouterServiceInterface AnyRoute.swift
/Users/admin/builder/spi-builder-workspace/Sources/RouterServiceInterface/Feature.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Feature {
BUILD FAILURE 6.2 macosSpm