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 IPSWDownloads, reference main (2e8ad3), with Swift 6.2 for Wasm on 17 Sep 2025 16:44:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/brightdigit/IPSWDownloads.git
Reference: main
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/brightdigit/IPSWDownloads
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2e8ad36 Updates for Windows and Swift 6.2 (#50)
Cloned https://github.com/brightdigit/IPSWDownloads.git
Revision (git rev-parse @):
2e8ad36b5f74285dbe104e7ae99f8be0cd06b7b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/IPSWDownloads.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/brightdigit/IPSWDownloads.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/brightdigit/OSVer
[1/261] Fetching osver
[189/1260] Fetching osver, swift-openapi-urlsession
Fetched https://github.com/brightdigit/OSVer from cache (0.39s)
[260/999] Fetching swift-openapi-urlsession
[281/6716] Fetching swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.51s)
[4746/5717] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.69s)
Computing version for https://github.com/brightdigit/OSVer
Computed https://github.com/brightdigit/OSVer at 1.0.0 (1.21s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (0.77s)
Fetching https://github.com/apple/swift-http-types
[1/923] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.42s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (4.33s)
Fetching https://github.com/apple/swift-collections
[1/17466] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.88s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (2.69s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.84s)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.3
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
Creating working copy for https://github.com/brightdigit/OSVer
Working copy of https://github.com/brightdigit/OSVer resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/37] Compiling OSVer OSVer.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
[10/37] Compiling OSVer OSVerParseable.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
[11/37] Compiling InternalCollectionsUtilities Descriptions.swift
[12/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/37] Compiling InternalCollectionsUtilities Debugging.swift
[15/38] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/38] Compiling OSVer OSVer+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/38] Emitting module OSVer
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
[18/38] Compiling OSVer OSVer+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
[19/38] Compiling OSVer OSVer+Comparable.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
[20/38] Compiling OSVer OSVer+Init.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer+Init.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension OSVer {
BUILD FAILURE 6.2 wasm