Build Information
Failed to build swiftui-flow-navigation, reference v0.11.3 (e56a19
), with Swift 6.1 for Linux on 1 May 2025 03:59:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/magnuskahr/swiftui-flow-navigation.git
https://github.com/magnuskahr/swiftui-flow-navigation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-flow-navigation",
"name" : "swiftui-flow-navigation",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FlowNavigation",
"targets" : [
"FlowNavigation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "getting-started",
"targets" : [
"getting-started"
],
"type" : {
"snippet" : null
}
},
{
"name" : "hiding-the-back-button",
"targets" : [
"hiding-the-back-button"
],
"type" : {
"snippet" : null
}
},
{
"name" : "completing-a-flow",
"targets" : [
"completing-a-flow"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "FlowNavigationTests",
"module_type" : "SwiftTarget",
"name" : "FlowNavigationTests",
"path" : "Tests/FlowNavigationTests",
"sources" : [
"FlowProxyTests.swift",
"FlowReaderTests.swift",
"NavigationPushTests.swift"
],
"target_dependencies" : [
"FlowNavigation"
],
"type" : "test"
},
{
"c99name" : "FlowNavigation",
"module_type" : "SwiftTarget",
"name" : "FlowNavigation",
"path" : "Sources/FlowNavigation",
"product_memberships" : [
"FlowNavigation",
"getting-started",
"hiding-the-back-button",
"completing-a-flow"
],
"sources" : [
"Flow.swift",
"FlowProxy.swift",
"FlowReader.swift",
"FlowScreen.swift",
"FlowScreenContainer.swift",
"FlowScreenControl.swift",
"FlowScreenId.swift",
"FlowScreenProvider.swift",
"NavigationPush.swift",
"PassthroughFlowScreenProvider.swift",
"Views/DefaultFailureFlowView.swift",
"Views/DefaultUnavailableFlowView.swift",
"Views/FlowScreenView.swift",
"Views/LoadingFlowView.swift"
],
"type" : "library"
},
{
"c99name" : "getting_started",
"module_type" : "SwiftTarget",
"name" : "getting-started",
"path" : "Snippets",
"product_memberships" : [
"getting-started"
],
"sources" : [
"getting-started.swift"
],
"target_dependencies" : [
"FlowNavigation"
],
"type" : "snippet"
},
{
"c99name" : "hiding_the_back_button",
"module_type" : "SwiftTarget",
"name" : "hiding-the-back-button",
"path" : "Snippets",
"product_memberships" : [
"hiding-the-back-button"
],
"sources" : [
"hiding-the-back-button.swift"
],
"target_dependencies" : [
"FlowNavigation"
],
"type" : "snippet"
},
{
"c99name" : "completing_a_flow",
"module_type" : "SwiftTarget",
"name" : "completing-a-flow",
"path" : "Snippets",
"product_memberships" : [
"completing-a-flow"
],
"sources" : [
"completing-a-flow.swift"
],
"target_dependencies" : [
"FlowNavigation"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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 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`.
[10/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`.
[11/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`.
[12/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`.
[13/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`.
[14/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`.
[15/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`.
[16/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`.
[17/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`.
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`.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/25] 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`.
[3/25] 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`.
[4/26] 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`.
[5/26] 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`.
[6/26] 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`.
[7/26] 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`.
[8/26] 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`.
[9/26] 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`.
[10/26] 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`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/26] 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`.
[12/26] 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`.
[13/26] 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`.
[14/26] 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`.
[15/26] 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`.
[16/26] 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`.
BUILD FAILURE 6.1 linux