Build Information
Failed to build swift-fakes, reference v0.2.0 (9eb0ed
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 18:25:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Quick/swift-fakes.git
Reference: v0.2.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/Quick/swift-fakes
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at 9eb0edc Merge pull request #27 from Quick/property_spy
Cloned https://github.com/Quick/swift-fakes.git
Revision (git rev-parse @):
9eb0edc90f1bd402db001ab0105e811ad36f70c5
SUCCESS checkout https://github.com/Quick/swift-fakes.git at v0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Quick/swift-fakes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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-docc-plugin
Fetching https://github.com/Quick/Nimble.git
[1/2082] Fetching swift-docc-plugin
[2083/21666] Fetching swift-docc-plugin, nimble
Fetched https://github.com/apple/swift-docc-plugin from cache (1.66s)
Fetched https://github.com/Quick/Nimble.git from cache (1.68s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (4.30s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.48s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.44s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.28s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.74s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.68s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/68] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[8/76] Compiling Nimble Requirement.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[9/76] Compiling Nimble AsyncAwait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[10/76] Compiling Nimble AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[11/76] Compiling Nimble Errors.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[12/76] Compiling Nimble NimbleTimeInterval.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[13/76] Compiling Nimble PollAwait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[14/76] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[15/76] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[16/76] Compiling Nimble SatisfyAllOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[17/76] Compiling Nimble SatisfyAnyOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[18/76] Compiling Nimble ThrowAssertion.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[19/76] Compiling Nimble ThrowError.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[20/76] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[21/76] Compiling Nimble Polling+AsyncAwait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[22/76] Compiling Nimble Polling+Require.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[23/76] Compiling Nimble Polling.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[24/76] Compiling Nimble Map.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[25/76] Compiling Nimble Match.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[26/76] Compiling Nimble MatchError.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[27/76] Compiling Nimble Matcher.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[28/76] Compiling Nimble MatcherProtocols.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[29/76] Compiling Nimble Negation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[30/76] Compiling Nimble PostNotification.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[31/76] Compiling Nimble RaisesException.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[32/76] Compiling Nimble AdapterProtocols.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[33/76] Compiling Nimble AssertionDispatcher.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[34/76] Compiling Nimble AssertionRecorder+Async.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[35/76] Compiling Nimble AssertionRecorder.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[36/76] Compiling Nimble NMBExpectation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[37/76] Compiling Nimble NimbleEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[38/76] Compiling Nimble NimbleSwiftTestingHandler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[39/76] Compiling Nimble NimbleXCTestHandler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[40/76] Compiling Nimble ExceptionCapture.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[41/76] Compiling Nimble BeginWithPrefix.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[42/76] Compiling Nimble Contain.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[43/76] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[44/76] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[45/76] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[46/76] Compiling Nimble Equal+Tuple.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[47/76] Compiling Nimble Equal+TupleArray.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[48/76] Compiling Nimble Equal.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[49/76] Compiling Nimble HaveCount.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[50/76] Compiling Nimble AsyncExpression.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[51/76] Compiling Nimble DSL+AsyncAwait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[52/76] Compiling Nimble DSL+Require.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[53/76] Compiling Nimble DSL+Wait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[54/76] Compiling Nimble DSL.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[55/76] Compiling Nimble Expectation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[56/76] Compiling Nimble ExpectationMessage.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[57/76] Compiling Nimble Expression.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[58/76] Compiling Nimble FailureMessage.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[59/76] Compiling Nimble BeIdenticalTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[60/76] Compiling Nimble BeLessThan.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[61/76] Compiling Nimble BeLessThanOrEqual.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[62/76] Compiling Nimble BeLogical.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[63/76] Compiling Nimble BeNil.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[64/76] Compiling Nimble BeResult.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[65/76] Compiling Nimble BeVoid.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[66/76] Compiling Nimble BeWithin.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[67/76] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[68/76] Compiling Nimble AllPass.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[69/76] Compiling Nimble AsyncAllPass.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[70/76] Compiling Nimble AsyncMatcher.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[71/76] Compiling Nimble BeAKindOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[72/76] Compiling Nimble BeAnInstanceOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[73/76] Compiling Nimble BeCloseTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[74/76] Compiling Nimble BeEmpty.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[75/76] Compiling Nimble BeGreaterThan.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[76/76] Compiling Nimble BeGreaterThanOrEqualTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
3 | import class Foundation.Thread
4 | #endif
5 | import class Foundation.NSObject
| `- error: no such module 'Foundation'
6 |
7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
BUILD FAILURE 6.2 wasm