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 ShellOut, reference 3.3.0 (808c97), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 14:38:50 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/SwiftPackageIndex/ShellOut.git
Reference: 3.3.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/SwiftPackageIndex/ShellOut
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at 808c97c Merge pull request #13 from SwiftPackageIndex/Sendable-ShellOutCommand
Cloned https://github.com/SwiftPackageIndex/ShellOut.git
Revision (git rev-parse @):
808c97cc684bceb58288db70e701fa66636cf31d
SUCCESS checkout https://github.com/SwiftPackageIndex/ShellOut.git at 3.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/ShellOut.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/apple/swift-tools-support-core.git
Fetching https://github.com/SwiftPackageIndex/ShellQuote
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[359/9795] Fetching swift-algorithms, swift-log
[436/16653] Fetching swift-algorithms, swift-log, swift-tools-support-core
[613/16729] Fetching swift-algorithms, swift-log, swift-tools-support-core, shellquote
Fetched https://github.com/SwiftPackageIndex/ShellQuote from cache (0.75s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.76s)
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Computing version for https://github.com/SwiftPackageIndex/ShellQuote
Computed https://github.com/SwiftPackageIndex/ShellQuote at 1.0.2 (3.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.04s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.07s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (1.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.69s)
Creating working copy for https://github.com/SwiftPackageIndex/ShellQuote
Working copy of https://github.com/SwiftPackageIndex/ShellQuote resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
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.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/12] Write sources
[7/12] Compiling TSCclibc libc.c
[8/12] Compiling TSCclibc process.c
[8/12] Compiling _NumericsShims _NumericsShims.c
[10/12] Compiling TSCclibc strerror.c
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/31] Compiling RealModule Float80+Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/32] Emitting module ShellQuote
/host/spi-builder-workspace/.build/checkouts/ShellQuote/Sources/ShellQuote/ShellQuote.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
   |        `- error: no such module 'Foundation'
16 |
17 |
[15/32] Compiling ShellQuote ShellQuote.swift
/host/spi-builder-workspace/.build/checkouts/ShellQuote/Sources/ShellQuote/ShellQuote.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
   |        `- error: no such module 'Foundation'
16 |
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/32] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
 19 | @_exported import Android
 20 | #else
 21 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 22 | #endif
 23 |
BUILD FAILURE 6.2 wasm