The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WrkstrmFoundation, reference 2.3.1 (491d47), with Swift 6.2 (beta) for Wasm on 27 Aug 2025 14:02:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/WrkstrmFoundation.git
Reference: 2.3.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/WrkstrmFoundation
 * tag               2.3.1      -> FETCH_HEAD
HEAD is now at 491d471 Merge pull request #51 from wrkstrm/codex/update-wrkstrm-tutorial-with-code-references
Cloned https://github.com/wrkstrm/WrkstrmFoundation.git
Revision (git rev-parse @):
491d471e26085a54bca277ca48dbf7cd64dd0098
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmFoundation.git at 2.3.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wrkstrm/WrkstrmFoundation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Fetching https://github.com/wrkstrm/WrkstrmLog.git
[1/1820] Fetching wrkstrmlog
Fetching https://github.com/wrkstrm/WrkstrmMain.git
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.49s)
[1/1568] Fetching wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.25s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/WrkstrmMain.git at 2.4.1 (2.43s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 2.1.0 (1.13s)
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.58s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at 2.1.0
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 2.4.1
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/37] Compiling WrkstrmMain AnyCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/37] Compiling WrkstrmMain DynamicCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/37] Compiling WrkstrmMain JSON.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain String+Count.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain String+KebabCase.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain String+Repeat.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Injectable.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Random.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain BinaryTree.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Tree.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain List.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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
[19/40] Compiling WrkstrmMain Sort.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Collection+Sorting.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain CommandLine+Executable.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Optional+AnyFlattenable.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain OptionalComparisons.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Sequence+Decompose.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain Sequence+Unique.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain String+Contains.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain String+Source.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain StringError.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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/40] Compiling WrkstrmMain UInt+BitSetting.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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)
[31/40] Emitting module WrkstrmMain
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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
[32/40] Compiling WrkstrmMain IndexedCollection.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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
[33/40] Compiling WrkstrmMain SortedArray.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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
[34/40] Compiling WrkstrmMain Array+Filter.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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
[35/40] Compiling WrkstrmMain ClosedRange+Magnitude.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/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
[36/40] Compiling Logging Locks.swift
[37/40] Compiling Logging LogHandler.swift
[38/40] Emitting module Logging
BUILD FAILURE 6.2 wasm