The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-flow-navigation, reference v0.11.3 (e56a19), with Swift 6.3 for Android on 16 Apr 2026 00:13:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/magnuskahr/swiftui-flow-navigation.git
Reference: v0.11.3
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/magnuskahr/swiftui-flow-navigation
 * tag               v0.11.3    -> FETCH_HEAD
HEAD is now at e56a19a test
Cloned https://github.com/magnuskahr/swiftui-flow-navigation.git
Revision (git rev-parse @):
e56a19ad41b222f4fa3e28a97c1a53c24d672205
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/magnuskahr/swiftui-flow-navigation.git at v0.11.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/magnuskahr/swiftui-flow-navigation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/15] Write sources
[4/15] Write swift-version--4F562202D5529B1.txt
[6/29] Compiling FlowNavigation NavigationPush.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[7/29] Compiling FlowNavigation PassthroughFlowScreenProvider.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[8/29] Compiling FlowNavigation DefaultFailureFlowView.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[9/29] Compiling FlowNavigation DefaultUnavailableFlowView.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[10/29] Compiling FlowNavigation FlowScreenView.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[11/30] Compiling FlowNavigation LoadingFlowView.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[12/30] Compiling FlowNavigation FlowScreenId.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[13/30] Compiling FlowNavigation FlowScreenProvider.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[14/30] Compiling FlowNavigation FlowScreenContainer.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[15/30] Compiling FlowNavigation FlowScreenControl.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[16/30] Compiling FlowNavigation FlowReader.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[17/30] Compiling FlowNavigation FlowScreen.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/30] Emitting module FlowNavigation
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[19/30] Compiling FlowNavigation Flow.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
[20/30] Compiling FlowNavigation FlowProxy.swift
/host/spi-builder-workspace/Sources/FlowNavigation/Flow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view of the **Flow Navigation** system that manages and displays a sequence of screens in a SwiftUI `NavigationStack`.
BUILD FAILURE 6.3 android