The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swiftui-flow-navigation, reference v0.11.3 (e56a19), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 12:43:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/magnuskahr/swiftui-flow-navigation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/15] Write sources
[4/15] Write swift-version-24593BA9C3E375BF.txt
[6/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`.
[7/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`.
[8/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`.
[9/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`.
[10/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`.
[11/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`.
[12/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`.
[13/30] 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`.
[14/30] 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`.
[15/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`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/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`.
[17/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`.
[18/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`.
[19/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`.
[20/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`.
BUILD FAILURE 6.2 wasm