Build Information
Failed to build WrkstrmMain, reference 2.4.1 (2fd291
), with Swift 6.2 (beta) for Wasm on 27 Aug 2025 07:30:27 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.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmMain.git
Reference: 2.4.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/wrkstrm/WrkstrmMain
* tag 2.4.1 -> FETCH_HEAD
HEAD is now at 2fd2914 Merge pull request #44 from wrkstrm/codex/add-tests-for-decodeallowingnulloremptyobject
Cloned https://github.com/wrkstrm/WrkstrmMain.git
Revision (git rev-parse @):
2fd2914d10e7676830376cdc3e8504b8cf32e8c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmMain.git at 2.4.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wrkstrm/WrkstrmMain.git
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.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/28] Compiling WrkstrmMain String+Source.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[4/28] Compiling WrkstrmMain StringError.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[5/28] Compiling WrkstrmMain UInt+BitSetting.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[6/31] Compiling WrkstrmMain AnyCodingKey.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[7/31] Compiling WrkstrmMain DynamicCodingKey.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[8/31] Compiling WrkstrmMain JSON.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[9/31] Compiling WrkstrmMain String+Count.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[10/31] Compiling WrkstrmMain String+KebabCase.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[11/31] Compiling WrkstrmMain String+Repeat.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[12/31] Compiling WrkstrmMain Collection+Sorting.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[13/31] Compiling WrkstrmMain CommandLine+Executable.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[14/31] Compiling WrkstrmMain Optional+AnyFlattenable.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[15/31] Compiling WrkstrmMain OptionalComparisons.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[16/31] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[17/31] Compiling WrkstrmMain Injectable.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[18/31] Compiling WrkstrmMain Random.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/31] Emitting module WrkstrmMain
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[20/31] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[21/31] Compiling WrkstrmMain Sequence+Decompose.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[22/31] Compiling WrkstrmMain Sequence+Unique.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[23/31] Compiling WrkstrmMain String+Contains.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[24/31] Compiling WrkstrmMain IndexedCollection.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[25/31] Compiling WrkstrmMain SortedArray.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[26/31] Compiling WrkstrmMain Array+Filter.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[27/31] Compiling WrkstrmMain ClosedRange+Magnitude.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[28/31] Compiling WrkstrmMain BinaryTree.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[29/31] Compiling WrkstrmMain Tree.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[30/31] Compiling WrkstrmMain List.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
[31/31] Compiling WrkstrmMain Sort.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/CustomCollections/Structs/IndexedCollection.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// A collection wrapper that provides both the index and element of each entry in a
BUILD FAILURE 6.2 wasm