Build Information
Failed to build swiftui-dynamic-forms, reference main (99e6c3
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 22:37:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/capturecontext/swiftui-dynamic-forms.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/capturecontext/swiftui-dynamic-forms
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 99e6c37 feat: Update dependecies
Cloned https://github.com/capturecontext/swiftui-dynamic-forms.git
Revision (git rev-parse @):
99e6c37f5f97bcec17d77020fa94d460c49a5014
SUCCESS checkout https://github.com/capturecontext/swiftui-dynamic-forms.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/capturecontext/swiftui-dynamic-forms.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.25s)
Fetching https://github.com/capturecontext/swift-generic-color.git
[1/226] Fetching swift-generic-color
Fetched https://github.com/capturecontext/swift-generic-color.git from cache (0.25s)
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-case-paths.git
[1/4394] Fetching swift-case-paths
[1188/8975] Fetching swift-case-paths, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.56s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.57s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 0.6.1 (1.23s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.09s)
Computing version for https://github.com/pointfreeco/swift-case-paths.git
Computed https://github.com/pointfreeco/swift-case-paths.git at 0.11.0 (1.63s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.38s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 0.6.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/capturecontext/swift-generic-color.git
Working copy of https://github.com/capturecontext/swift-generic-color.git resolved at main (a4ce3f8)
Creating working copy for https://github.com/capturecontext/swift-prelude.git
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at develop (19edbd1)
Creating working copy for https://github.com/pointfreeco/swift-case-paths.git
Working copy of https://github.com/pointfreeco/swift-case-paths.git resolved at 0.11.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/76] Emitting module GenericColor
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[10/78] Compiling Prelude Curry.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[11/78] Compiling Prelude Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[12/78] Compiling Prelude Filterable.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[13/78] Compiling Prelude Endo.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[14/78] Compiling Prelude Cast.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[15/78] Compiling Prelude Collection.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[16/78] Compiling Prelude Or.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[17/78] Compiling Prelude Xor.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[18/78] Compiling XCTestDynamicOverlay XCTFail.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[19/78] Compiling XCTestDynamicOverlay Unimplemented.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[20/78] Compiling GenericColor String+RGB.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[21/78] Compiling GenericColor StaticallyNamedType.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[22/79] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[23/79] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/79] Emitting module Prelude
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[25/79] Compiling Prelude And.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[26/79] Compiling Prelude Equal.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[31/79] Compiling Prelude Field.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[32/79] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[33/79] Compiling Prelude HeytingAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[34/79] Compiling Prelude Hole.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[35/79] Compiling Prelude IO.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[36/79] Compiling Prelude Monoid.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[37/84] Compiling GenericColor CMYK.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[38/84] Compiling GenericColor Color+Mapping.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
[39/84] Compiling GenericColor Color.swift
/host/spi-builder-workspace/.build/checkouts/swift-generic-color/Sources/GenericColor/ColorComponent.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public struct ColorComponent: Equatable, Comparable, Codable, AdditiveArithmetic {
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[46/84] Compiling Prelude Match.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[47/84] Compiling Prelude Never.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[48/84] Compiling Prelude Operators+Impl.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[49/84] Compiling Prelude Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[50/84] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[51/84] Compiling Prelude Optional.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[52/84] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[53/84] Compiling Prelude Comparator.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[54/84] Compiling Prelude Const.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[58/84] Compiling XCTestDynamicOverlay XCTIsTesting.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/84] Emitting module XCTestDynamicOverlay
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[60/84] Compiling XCTestDynamicOverlay Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[61/84] Compiling XCTestDynamicOverlay DefaultInitializable.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[62/84] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @_transparent
[63/84] Compiling Prelude Tuple.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[64/84] Compiling Prelude Unit.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[65/84] Compiling Prelude Alt.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[66/84] Compiling Prelude Array.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[67/84] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[68/84] Compiling Prelude EuclideanRing.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[69/84] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[70/84] Compiling Prelude Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[71/84] Compiling Prelude Set.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[72/84] Compiling Prelude String.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[73/84] Compiling Prelude Pack.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
[74/84] Compiling Prelude Scope.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Bool/Equal.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public func equal<T: Equatable>(
BUILD FAILURE 6.2 wasm