Build Information
Failed to build SwiftTUI, reference v1.1.1 (b8c087), with Swift 6.1 for Wasm on 7 Mar 2026 16:47: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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rxtech-lab/SwiftTUI.git
Reference: v1.1.1
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/rxtech-lab/SwiftTUI
* tag v1.1.1 -> FETCH_HEAD
HEAD is now at b8c087b fix: text remaining from last page (#12)
Cloned https://github.com/rxtech-lab/SwiftTUI.git
Revision (git rev-parse @):
b8c087b9d097e667a487899a4988764e684fb0ab
SUCCESS checkout https://github.com/rxtech-lab/SwiftTUI.git at v1.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rxtech-lab/SwiftTUI.git
https://github.com/rxtech-lab/SwiftTUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftTUI",
"name" : "SwiftTUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftTUI",
"targets" : [
"SwiftTUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTUITests",
"module_type" : "SwiftTarget",
"name" : "SwiftTUITests",
"path" : "Tests/SwiftTUITests",
"sources" : [
"ExampleViewTests.swift",
"LifecycleModifierTests.swift",
"ListTests.swift",
"NavigationTests.swift",
"PositionTests.swift",
"RectTests.swift",
"RendererTests.swift",
"StateTests.swift",
"SwiftTUITests.swift",
"TextWrappingTests.swift",
"ToolbarTests.swift",
"ViewBuildTests.swift"
],
"target_dependencies" : [
"SwiftTUI"
],
"type" : "test"
},
{
"c99name" : "SwiftTUI",
"module_type" : "SwiftTarget",
"name" : "SwiftTUI",
"path" : "Sources/SwiftTUI",
"product_memberships" : [
"SwiftTUI"
],
"sources" : [
"Controls/Control.swift",
"Controls/Window.swift",
"Debug/Control+logTree.swift",
"Debug/Node+logTree.swift",
"Debug/log.swift",
"Drawing/AttributeScopes+SwiftTUIAttributes.swift",
"Drawing/Cell.swift",
"Drawing/CellAttributes.swift",
"Drawing/Color.swift",
"Drawing/Edges.swift",
"Drawing/Extended.swift",
"Drawing/Position.swift",
"Drawing/Rect.swift",
"Drawing/Rendering/EscapeSequence.swift",
"Drawing/Rendering/Layer.swift",
"Drawing/Rendering/LayerDrawing.swift",
"Drawing/Rendering/Renderer.swift",
"Drawing/Size.swift",
"PropertyWrappers/Binding.swift",
"PropertyWrappers/Environment.swift",
"PropertyWrappers/ObservedObject.swift",
"PropertyWrappers/State.swift",
"PropertyWrappers/View+Environment.swift",
"PropertyWrappers/View+ObservableObject.swift",
"PropertyWrappers/View+State.swift",
"RunLoop/ASCII.swift",
"RunLoop/Application.swift",
"RunLoop/ArrowKeyParser.swift",
"SwiftTUI.swift",
"ViewGraph/ComposedView.swift",
"ViewGraph/GenericView.swift",
"ViewGraph/LayoutRootView.swift",
"ViewGraph/ModifierView.swift",
"ViewGraph/Node.swift",
"ViewGraph/PrimitiveView.swift",
"ViewGraph/View.swift",
"ViewGraph/Weak.swift",
"ViewGraph/WeakSet.swift",
"Views/Controls/Button.swift",
"Views/Controls/Color+View.swift",
"Views/Controls/Divider.swift",
"Views/Controls/GeometryReader.swift",
"Views/Controls/List.swift",
"Views/Controls/ScrollView.swift",
"Views/Controls/Spacer.swift",
"Views/Controls/Text.swift",
"Views/Controls/TextField.swift",
"Views/EmptyView.swift",
"Views/ForEach.swift",
"Views/Group.swift",
"Views/Modifiers/Background.swift",
"Views/Modifiers/Bold.swift",
"Views/Modifiers/Border.swift",
"Views/Modifiers/FixedFrame.swift",
"Views/Modifiers/FlexibleFrame.swift",
"Views/Modifiers/Focusable.swift",
"Views/Modifiers/ForegroundColor.swift",
"Views/Modifiers/Italic.swift",
"Views/Modifiers/OnAppear.swift",
"Views/Modifiers/Padding.swift",
"Views/Modifiers/SetEnvironment.swift",
"Views/Modifiers/Strikethrough.swift",
"Views/Modifiers/Tag.swift",
"Views/Modifiers/Task.swift",
"Views/Modifiers/Underline.swift",
"Views/Navigation/NavigationDestinationModifier.swift",
"Views/Navigation/NavigationInternals.swift",
"Views/Navigation/NavigationLink.swift",
"Views/Navigation/NavigationPath.swift",
"Views/Navigation/NavigationSplitView.swift",
"Views/Navigation/NavigationStack.swift",
"Views/Optional+View.swift",
"Views/Stacks/Alignment.swift",
"Views/Stacks/Axis.swift",
"Views/Stacks/HStack.swift",
"Views/Stacks/VStack.swift",
"Views/Stacks/ZStack.swift",
"Views/Toolbar/Toolbar.swift",
"Views/Toolbar/ToolbarHost.swift",
"Views/TupleView.swift",
"Views/ViewBuilder.swift",
"Views/_ConditionalView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm