Build Information
Failed to build SwiftTUI, reference main (537133
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 16:14:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/rensbreur/SwiftTUI.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/rensbreur/SwiftTUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5371330 Fix build on linux
Cloned https://github.com/rensbreur/SwiftTUI.git
Revision (git rev-parse @):
537133031bc2b2731048d00748c69700e1b48185
SUCCESS checkout https://github.com/rensbreur/SwiftTUI.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rensbreur/SwiftTUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.87s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.83s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/67] Emitting module SwiftTUI
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[6/75] Compiling SwiftTUI Edges.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[7/75] Compiling SwiftTUI Extended.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[8/75] Compiling SwiftTUI Position.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[9/75] Compiling SwiftTUI Rect.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[10/75] Compiling SwiftTUI EscapeSequence.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[11/75] Compiling SwiftTUI Layer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[12/75] Compiling SwiftTUI LayerDrawing.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[13/75] Compiling SwiftTUI Renderer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[14/75] Compiling SwiftTUI Size.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[15/75] Compiling SwiftTUI Binding.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[16/75] Compiling SwiftTUI Environment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[17/75] Compiling SwiftTUI ObservedObject.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[18/75] Compiling SwiftTUI State.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[19/75] Compiling SwiftTUI View+Environment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[20/75] Compiling SwiftTUI View+ObservableObject.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[21/75] Compiling SwiftTUI View+State.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[22/75] Compiling SwiftTUI ASCII.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[23/75] Compiling SwiftTUI Application.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[24/75] Compiling SwiftTUI ForegroundColor.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[25/75] Compiling SwiftTUI Italic.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[26/75] Compiling SwiftTUI OnAppear.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[27/75] Compiling SwiftTUI Padding.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[28/75] Compiling SwiftTUI SetEnvironment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[29/75] Compiling SwiftTUI Strikethrough.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[30/75] Compiling SwiftTUI Underline.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[31/75] Compiling SwiftTUI Optional+View.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[32/75] Compiling SwiftTUI TextField.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[33/75] Compiling SwiftTUI EmptyView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[34/75] Compiling SwiftTUI ForEach.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[35/75] Compiling SwiftTUI Group.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[36/75] Compiling SwiftTUI Background.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[37/75] Compiling SwiftTUI Bold.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[38/75] Compiling SwiftTUI Border.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[39/75] Compiling SwiftTUI FixedFrame.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[40/75] Compiling SwiftTUI FlexibleFrame.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[41/75] Compiling SwiftTUI Alignment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[42/75] Compiling SwiftTUI Axis.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[43/75] Compiling SwiftTUI HStack.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[44/75] Compiling SwiftTUI VStack.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[45/75] Compiling SwiftTUI ZStack.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[46/75] Compiling SwiftTUI TupleView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[47/75] Compiling SwiftTUI ViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[48/75] Compiling SwiftTUI _ConditionalView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[49/75] Compiling SwiftTUI Control.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[50/75] Compiling SwiftTUI Window.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[51/75] Compiling SwiftTUI Control+logTree.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[52/75] Compiling SwiftTUI Node+logTree.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[53/75] Compiling SwiftTUI log.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[54/75] Compiling SwiftTUI AttributeScopes+SwiftTUIAttributes.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[55/75] Compiling SwiftTUI Cell.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[56/75] Compiling SwiftTUI CellAttributes.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[57/75] Compiling SwiftTUI Color.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[58/75] Compiling SwiftTUI ArrowKeyParser.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[59/75] Compiling SwiftTUI SwiftTUI.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[60/75] Compiling SwiftTUI ComposedView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[61/75] Compiling SwiftTUI GenericView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[62/75] Compiling SwiftTUI LayoutRootView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[63/75] Compiling SwiftTUI ModifierView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[64/75] Compiling SwiftTUI Node.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[65/75] Compiling SwiftTUI PrimitiveView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[66/75] Compiling SwiftTUI View.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[67/75] Compiling SwiftTUI Weak.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[68/75] Compiling SwiftTUI WeakSet.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[69/75] Compiling SwiftTUI Button.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[70/75] Compiling SwiftTUI Color+View.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[71/75] Compiling SwiftTUI Divider.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[72/75] Compiling SwiftTUI GeometryReader.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[73/75] Compiling SwiftTUI ScrollView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[74/75] Compiling SwiftTUI Spacer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
[75/75] Compiling SwiftTUI Text.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Controls/Control.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// The basic layout object that can be created by a node. Not every node will
BUILD FAILURE 6.2 wasm