Build Information
Failed to build Voyager, reference main (5edf97), with Swift 6.2 for Android on 13 Sep 2025 13:12:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bryan-vh/voyager.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bryan-vh/voyager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5edf970 Move content and update TabVoyagerView
Cloned https://github.com/bryan-vh/voyager.git
Revision (git rev-parse @):
5edf97063145f601149f0943ded79c546518f0c6
SUCCESS checkout https://github.com/bryan-vh/voyager.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/bryan-vh/voyager.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Example/Preview Content/Preview Assets.xcassets
/host/spi-builder-workspace/Sources/Example/Assets.xcassets
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/11] Compiling Voyager PresentationOption.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[5/12] Compiling Voyager TabVoyagerView.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[6/12] Compiling Voyager TabRouter.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module Voyager
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[8/12] Compiling Voyager DeeplinkHandler.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[9/12] Compiling Voyager BaseVoyagerView.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[10/12] Compiling Voyager Router.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[11/12] Compiling Voyager NavVoyagerView.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
[12/12] Compiling Voyager Route.swift
/host/spi-builder-workspace/Sources/Voyager/BaseVoyagerView.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct BaseVoyagerView<T: Route, Content: View>: View {
BUILD FAILURE 6.2 android