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 Ospuze, reference v8.0.0 (1bed9e), with Swift 6.2 (beta) for Wasm on 11 Sep 2025 22:09:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/Eisenhuth/Ospuze.git
Reference: v8.0.0
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/Eisenhuth/Ospuze
 * tag               v8.0.0     -> FETCH_HEAD
HEAD is now at 1bed9e3 Season 8
Submodule path 'Sources/Ospuze/Resources/Holtow': checked out '38196fcd6cf3c07e744391ba92c25f398a08379b'
Submodule 'Sources/Ospuze/Resources/Holtow' (https://github.com/Eisenhuth/Holtow.git) registered for path 'Sources/Ospuze/Resources/Holtow'
Cloning into '/host/spi-builder-workspace/Sources/Ospuze/Resources/Holtow'...
Cloned https://github.com/Eisenhuth/Ospuze.git
Revision (git rev-parse @):
1bed9e3eadcddf9a87162f68cd9f5db84f6e425d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/Ospuze.git at v8.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Eisenhuth/Ospuze.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/eisenhuth/yasu.git
[1/57] Fetching yasu
Fetched https://github.com/eisenhuth/yasu.git from cache (0.65s)
Computing version for https://github.com/eisenhuth/yasu.git
Computed https://github.com/eisenhuth/yasu.git at 1.0.1 (1.12s)
Creating working copy for https://github.com/eisenhuth/yasu.git
Working copy of https://github.com/eisenhuth/yasu.git resolved at 1.0.1
Building for debugging...
[0/44] Write sources
[0/44] Copying S8_tdm.json
[0/44] Copying CB1.json
[0/44] Copying S8_worldtour.json
[0/44] Copying OB.json
[0/44] Copying CB2.json
[0/44] Copying S8_quickcash.json
[0/44] Copying S8_powershift.json
[0/44] Copying S8_sponsor.json
[0/44] Copying S7_worldtour.json
[0/44] Copying S8_crossplay.json
[0/44] Copying S7_terminalattack.json
[0/44] Copying S7_tdm.json
[0/44] Copying S7_quickcash.json
[0/44] Copying S7_sponsor.json
[0/44] Copying S7_powershift.json
[0/44] Copying S7_crossplay.json
[0/44] Copying S6_worldtour.json
[0/44] Copying S6_terminalattack.json
[1/44] Copying S6_tdm.json
[20/44] Copying S6_quickcash.json
[20/44] Copying S6_sponsor.json
[20/44] Copying S6_powershift.json
[20/44] Copying S5_worldtour.json
[20/44] Copying S5_sponsor.json
[20/44] Copying S6_crossplay.json
[20/44] Copying S5_crossplay.json
[20/44] Copying S4_worldtour.json
[20/44] Copying S4_sponsor.json
[20/44] Copying S4_crossplay.json
[20/44] Copying S3_worldtour.json
[20/44] Copying S2_xbox.json
[20/44] Copying S2_psn.json
[20/44] Copying S2_steam.json
[20/44] Copying README.md
[20/44] Copying LICENSE
[20/44] Write sources
[20/44] Copying S2_crossplay.json
[20/44] Copying S1_xbox.json
[20/44] Copying S1_psn.json
[28/44] Copying S1_steam.json
[39/44] Copying S3_crossplay.json
[42/44] Copying S1_crossplay.json
[43/44] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/47] Emitting module YASU
/host/spi-builder-workspace/.build/checkouts/yasu/Sources/YASU/Data/LoadData.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
[46/47] Compiling YASU BundleExtension.swift
/host/spi-builder-workspace/.build/checkouts/yasu/Sources/YASU/Data/LoadData.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
[47/47] Compiling YASU LoadData.swift
/host/spi-builder-workspace/.build/checkouts/yasu/Sources/YASU/Data/LoadData.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
BUILD FAILURE 6.2 wasm