Build Information
Failed to build swift-pretty-print, reference 0.1.2 (f94c5f), with Swift 6.2 for Wasm on 24 Aug 2025 10:54:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftToolkit/swift-pretty-print.git
Reference: 0.1.2
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/SwiftToolkit/swift-pretty-print
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at f94c5fc Support Swift 5.10
Cloned https://github.com/SwiftToolkit/swift-pretty-print.git
Revision (git rev-parse @):
f94c5fc37e50be5a80915195a9c9dd53b8bfa91d
SUCCESS checkout https://github.com/SwiftToolkit/swift-pretty-print.git at 0.1.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SwiftToolkit/swift-pretty-print.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Fetching https://github.com/apple/swift-argument-parser
[1/15689] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.24s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/29] Compiling PrettyPrint PrettyPrint.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[9/30] Compiling PrettyPrint Dictionary+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[10/30] Compiling PrettyPrint MirrorBasedPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[11/30] Compiling PrettyPrint URL+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[12/30] Compiling PrettyPrint UUID+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[13/30] Compiling PrettyPrint PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[14/30] Compiling PrettyPrint Bold.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[15/30] Compiling PrettyPrint Array+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/30] Emitting module PrettyPrint
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[17/30] Compiling PrettyPrint Set+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[18/30] Compiling PrettyPrint String+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[19/30] Compiling PrettyPrint Bool+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[20/30] Compiling PrettyPrint Date+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[21/30] Compiling PrettyPrint Numeric+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[22/30] Compiling PrettyPrint Optional+PrettyPrintable.swift
/host/spi-builder-workspace/Sources/PrettyPrint/Bold.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public extension String {
[23/30] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm