The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Voyager, reference main (5edf97), with Swift 6.1 for Android on 13 Sep 2025 13:12:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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.1
Building package at path:  $PWD
https://github.com/bryan-vh/voyager.git
https://github.com/bryan-vh/voyager.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Voyager",
  "name" : "Voyager",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Voyager",
      "targets" : [
        "Voyager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VoyagerTests",
      "module_type" : "SwiftTarget",
      "name" : "VoyagerTests",
      "path" : "Tests/VoyagerTests",
      "sources" : [
        "RouterTests.swift",
        "TabRouterTests.swift",
        "TestDeeplinkHandler.swift",
        "TestRoute.swift"
      ],
      "target_dependencies" : [
        "Voyager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Voyager",
      "module_type" : "SwiftTarget",
      "name" : "Voyager",
      "path" : "Sources/Voyager",
      "product_memberships" : [
        "Voyager"
      ],
      "sources" : [
        "BaseVoyagerView.swift",
        "DeeplinkHandler.swift",
        "NavVoyagerView.swift",
        "PresentationOption.swift",
        "Route.swift",
        "Router.swift",
        "TabRouter.swift",
        "TabVoyagerView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "sources" : [
        "ContentView.swift",
        "ExampleApp.swift",
        "Route1View.swift",
        "Route2View.swift"
      ],
      "target_dependencies" : [
        "Voyager"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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-24593BA9C3E375BF.txt
[4/11] 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 {
[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 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 {
[7/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)
[8/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 {
[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 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 {
[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 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] 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 {
[3/9] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] 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 {
[5/10] 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 {
[6/10] 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 {
[7/10] 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 {
[8/10] 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 {
[9/10] 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 {
[10/10] 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 {
BUILD FAILURE 6.1 android