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 Valet-THOTP, reference 1.0.0 (299e0b), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 14:28:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/ericlewis/Valet-THOTP.git
Reference: 1.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/ericlewis/Valet-THOTP
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 299e0b9 more secure.. wow.
Cloned https://github.com/ericlewis/Valet-THOTP.git
Revision (git rev-parse @):
299e0b9c83d2a32028c8c420128ac0da8c4c8f6d
SUCCESS checkout https://github.com/ericlewis/Valet-THOTP.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ericlewis/Valet-THOTP.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/ericlewis/THOTP
Fetching https://github.com/Square/Valet
[1/371] Fetching thotp
[372/6365] Fetching thotp, valet
Fetched https://github.com/ericlewis/THOTP from cache (0.26s)
[900/5994] Fetching valet
Fetched https://github.com/Square/Valet from cache (0.51s)
Computing version for https://github.com/Square/Valet
Computed https://github.com/Square/Valet at 3.2.8 (0.96s)
Computing version for https://github.com/ericlewis/THOTP
Computed https://github.com/ericlewis/THOTP at 1.0.66 (2.16s)
Fetching https://github.com/ericlewis/URL-QueryItem.git
Fetching https://github.com/norio-nomura/Base32.git
[1/1168] Fetching base32
[1169/1185] Fetching base32, url-queryitem
Fetched https://github.com/ericlewis/URL-QueryItem.git from cache (0.29s)
Fetched https://github.com/norio-nomura/Base32.git from cache (0.30s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (0.77s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (2.98s)
Creating working copy for https://github.com/Square/Valet
Working copy of https://github.com/Square/Valet resolved at 3.2.8
Creating working copy for https://github.com/ericlewis/URL-QueryItem.git
Working copy of https://github.com/ericlewis/URL-QueryItem.git resolved at 1.0.0
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Creating working copy for https://github.com/ericlewis/THOTP
Working copy of https://github.com/ericlewis/THOTP resolved at 1.0.66
Building for debugging...
[0/17] Write sources
[5/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/42] Emitting module Base32
/host/spi-builder-workspace/.build/checkouts/Base32/Sources/Base32/Base16.swift:27:8: error: no such module 'Foundation'
 25 | //  THE SOFTWARE.
 26 |
 27 | import Foundation
    |        `- error: no such module 'Foundation'
 28 |
 29 | // MARK: - Base16 Data <-> String
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/42] Emitting module URL_QueryItem
/host/spi-builder-workspace/.build/checkouts/URL-QueryItem/Sources/URL-QueryItem/Collection+URLQueryItem.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Collection where Element == URLQueryItem {
[9/42] Compiling Valet SecureEnclaveValet.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[10/42] Compiling Valet SinglePromptSecureEnclaveValet.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[11/44] Compiling Valet SecureEnclave.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[12/44] Compiling Valet SecureEnclaveAccessControl.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/44] Emitting module Valet
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[14/44] Compiling Valet Accessibility.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[15/44] Compiling Valet CloudAccessibility.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[16/44] Compiling Valet Configuration.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[17/44] Compiling Valet Keychain.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[18/44] Compiling Valet SecItem.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[19/44] Compiling Valet Service.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[20/44] Compiling URL_QueryItem URL+QueryItems.swift
/host/spi-builder-workspace/.build/checkouts/URL-QueryItem/Sources/URL-QueryItem/Collection+URLQueryItem.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Collection where Element == URLQueryItem {
[21/44] Compiling URL_QueryItem Collection+URLQueryItem.swift
/host/spi-builder-workspace/.build/checkouts/URL-QueryItem/Sources/URL-QueryItem/Collection+URLQueryItem.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Collection where Element == URLQueryItem {
[22/44] Compiling URL_QueryItem URL+URLComponents.swift
/host/spi-builder-workspace/.build/checkouts/URL-QueryItem/Sources/URL-QueryItem/Collection+URLQueryItem.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Collection where Element == URLQueryItem {
[23/44] Compiling Valet KeychainQueryConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[24/44] Compiling Valet MigrationResult.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[25/44] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
/host/spi-builder-workspace/.build/checkouts/URL-QueryItem/Sources/URL-QueryItem/Collection+URLQueryItem.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Collection where Element == URLQueryItem {
[26/44] Compiling Base32 shim.swift
/host/spi-builder-workspace/.build/checkouts/Base32/Sources/Base32/Base16.swift:27:8: error: no such module 'Foundation'
 25 | //  THE SOFTWARE.
 26 |
 27 | import Foundation
    |        `- error: no such module 'Foundation'
 28 |
 29 | // MARK: - Base16 Data <-> String
[27/44] Compiling Base32 StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/Base32/Sources/Base32/Base16.swift:27:8: error: no such module 'Foundation'
 25 | //  THE SOFTWARE.
 26 |
 27 | import Foundation
    |        `- error: no such module 'Foundation'
 28 |
 29 | // MARK: - Base16 Data <-> String
[28/44] Compiling Valet ErrorHandler.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[29/44] Compiling Valet Identifier.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[30/44] Compiling Valet SwiftCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
[31/44] Compiling Valet Valet.swift
/host/spi-builder-workspace/.build/checkouts/Valet/Sources/Valet/Accessibility.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 |
BUILD FAILURE 6.2 wasm