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 TestSpy, reference 0.5.0 (63398d), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 16:39:37 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/f-meloni/TestSpy.git
Reference: 0.5.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/f-meloni/TestSpy
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 63398d1 Merge branch 'master' of github.com:f-meloni/TestSpy
Cloned https://github.com/f-meloni/TestSpy.git
Revision (git rev-parse @):
63398d17c70ba7419cec78834f22be86b850643b
SUCCESS checkout https://github.com/f-meloni/TestSpy.git at 0.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/f-meloni/TestSpy.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/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/14759] Fetching quick
[4724/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.60s)
Fetched https://github.com/Quick/Nimble from cache (1.63s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (2.26s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.77s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/50] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[5/56] Compiling Nimble Predicate.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[6/56] Compiling Nimble RaisesException.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[7/56] Compiling Nimble SatisfyAllOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[8/56] Compiling Nimble SatisfyAnyOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[9/56] Compiling Nimble ThrowAssertion.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[10/56] Compiling Nimble ThrowError.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[11/56] Compiling Nimble AdapterProtocols.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[12/56] Compiling Nimble AssertionDispatcher.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[13/56] Compiling Nimble AssertionRecorder.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[14/56] Compiling Nimble NMBExpectation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[15/56] Compiling Nimble NMBObjCMatcher.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[16/56] Compiling Nimble NimbleEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[17/56] Compiling Nimble NimbleXCTestHandler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[18/56] Compiling Nimble BeGreaterThanOrEqualTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[19/56] Compiling Nimble BeIdenticalTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[20/56] Compiling Nimble BeLessThan.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[21/56] Compiling Nimble BeLessThanOrEqual.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[22/56] Compiling Nimble BeLogical.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[23/56] Compiling Nimble BeNil.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[24/56] Compiling Nimble BeVoid.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[25/56] Compiling Nimble HaveCount.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[26/56] Compiling Nimble Match.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[27/56] Compiling Nimble MatchError.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[28/56] Compiling Nimble MatcherFunc.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[29/56] Compiling Nimble MatcherProtocols.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[30/56] Compiling Nimble PostNotification.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[31/56] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[32/56] Compiling Nimble Contain.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[33/56] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[34/56] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[35/56] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[36/56] Compiling Nimble Equal.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[37/56] Compiling Nimble ExceptionCapture.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[38/56] Compiling Nimble DSL+Wait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[39/56] Compiling Nimble DSL.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[40/56] Compiling Nimble Expectation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[41/56] Compiling Nimble ExpectationMessage.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[42/56] Compiling Nimble Expression.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[43/56] Compiling Nimble FailureMessage.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[44/56] Compiling Nimble AllPass.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[45/56] Compiling Nimble Async.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[46/56] Compiling Nimble BeAKindOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[47/56] Compiling Nimble BeAnInstanceOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[48/56] Compiling Nimble BeCloseTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[49/56] Compiling Nimble BeEmpty.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[50/56] Compiling Nimble BeGreaterThan.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[51/56] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[52/56] Compiling Nimble Await.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[53/56] Compiling Nimble Errors.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[54/56] Compiling Nimble Functional.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[55/56] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
[56/56] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Protocol for the assertion handler that Nimble uses for all expectations.
BUILD FAILURE 6.2 wasm