The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcbox, reference master (9ef360), with Swift 6.2 for Wasm on 18 Jun 2025 01:45:17 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/omochi/xcbox.git
Reference: master
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/omochi/xcbox
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9ef360c Update README.md
Cloned https://github.com/omochi/xcbox.git
Revision (git rev-parse @):
9ef360c70deb3b4049eac47d81723bec775022e4
SUCCESS checkout https://github.com/omochi/xcbox.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/omochi/xcbox.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/tuist/xcodeproj.git
Fetching https://github.com/omochi/FineJSON.git
[1/584] Fetching finejson
[585/23917] Fetching finejson, xcodeproj
Fetched https://github.com/omochi/FineJSON.git from cache (1.08s)
Fetched https://github.com/tuist/xcodeproj.git from cache (1.11s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 6.7.0 (3.25s)
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/kareman/SwiftShell
[1/1411] Fetching pathkit
[453/6274] Fetching pathkit, swiftshell
[2482/8401] Fetching pathkit, swiftshell, aexml
Fetched https://github.com/kylef/PathKit from cache (0.20s)
[3830/6990] Fetching swiftshell, aexml
Fetched https://github.com/tadija/AEXML from cache (0.31s)
Fetched https://github.com/kareman/SwiftShell from cache (0.31s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 4.1.2 (2.43s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 0.9.2 (0.35s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.18s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.3.3 (0.52s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (0.33s)
Computing version for https://github.com/omochi/FineJSON.git
Computed https://github.com/omochi/FineJSON.git at 1.14.0 (0.34s)
Fetching https://github.com/omochi/RichJSONParser.git
[1/533] Fetching richjsonparser
Fetched https://github.com/omochi/RichJSONParser.git from cache (0.20s)
Computing version for https://github.com/omochi/RichJSONParser.git
Computed https://github.com/omochi/RichJSONParser.git at 3.0.0 (0.53s)
Creating working copy for https://github.com/omochi/RichJSONParser.git
Working copy of https://github.com/omochi/RichJSONParser.git resolved at 3.0.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 4.1.2
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 0.9.2
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 6.7.0
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.3.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/omochi/FineJSON.git
Working copy of https://github.com/omochi/FineJSON.git resolved at 1.14.0
Building for debugging...
[0/17] Write sources
[7/17] Write swift-version-24593BA9C3E375BF.txt
[9/41] Compiling RichJSONParser SourceLocationLite.swift
/host/spi-builder-workspace/.build/checkouts/RichJSONParser/Sources/RichJSONParser/FastJSONParser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class FastJSONParser {
[10/41] Compiling RichJSONParser StaticBuffer.swift
/host/spi-builder-workspace/.build/checkouts/RichJSONParser/Sources/RichJSONParser/FastJSONParser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class FastJSONParser {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/43] Emitting module RichJSONParser
/host/spi-builder-workspace/.build/checkouts/RichJSONParser/Sources/RichJSONParser/FastJSONParser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class FastJSONParser {
[12/43] Compiling RichJSONParser Characters.swift
/host/spi-builder-workspace/.build/checkouts/RichJSONParser/Sources/RichJSONParser/FastJSONParser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class FastJSONParser {
[13/43] Compiling RichJSONParser DecodedUnicodeChar.swift
/host/spi-builder-workspace/.build/checkouts/RichJSONParser/Sources/RichJSONParser/FastJSONParser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class FastJSONParser {
[14/43] Compiling RichJSONParser FastJSONParser.swift
/host/spi-builder-workspace/.build/checkouts/RichJSONParser/Sources/RichJSONParser/FastJSONParser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class FastJSONParser {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/43] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[16/43] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
BUILD FAILURE 6.2 wasm