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 tripadvisor-swift, reference 0.5.5 (bd97b7), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 09:28:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/zunda-pixel/tripadvisor-swift.git
Reference: 0.5.5
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/zunda-pixel/tripadvisor-swift
 * tag               0.5.5      -> FETCH_HEAD
HEAD is now at bd97b76 Create release.yml (#30)
Cloned https://github.com/zunda-pixel/tripadvisor-swift.git
Revision (git rev-parse @):
bd97b76d087c7dcd181689be5e091bedeaa6f96e
SUCCESS checkout https://github.com/zunda-pixel/tripadvisor-swift.git at 0.5.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/zunda-pixel/tripadvisor-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/zunda-pixel/http-client
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
[905/1025] Fetching swift-http-types, http-client
[966/1043] Fetching swift-http-types, http-client, swift-currency
Fetched https://github.com/zunda-pixel/http-client from cache (0.50s)
Fetching https://github.com/pointfreeco/swift-tagged
Fetched https://github.com/apple/swift-http-types from cache (0.48s)
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.49s)
[1/1162] Fetching swift-tagged
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.49s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (1.89s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (4.63s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (0.83s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.97s)
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/zunda-pixel/swift-currency
Working copy of https://github.com/zunda-pixel/swift-currency resolved at 0.0.1
Creating working copy for https://github.com/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.1
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
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/20] Emitting module Currency
[9/20] Emitting module HTTPTypes
[10/21] Compiling Tagged UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Tagged where RawValue == UUID {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/21] Emitting module Tagged
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Tagged where RawValue == UUID {
[12/21] Compiling Tagged Tagged.swift
/host/spi-builder-workspace/.build/checkouts/swift-tagged/Sources/Tagged/UUID.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Tagged where RawValue == UUID {
BUILD FAILURE 6.2 wasm