Build Information
Failed to build Nimble, reference v13.7.1 (7795df
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 17:28:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Quick/Nimble.git
Reference: v13.7.1
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/Nimble
* tag v13.7.1 -> FETCH_HEAD
HEAD is now at 7795df4 [v13.7.1] Update podspec
Cloned https://github.com/Quick/Nimble.git
Revision (git rev-parse @):
7795df4fff1a9cd231fe4867ae54f4dc5f5734f9
SUCCESS checkout https://github.com/Quick/Nimble.git at v13.7.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Quick/Nimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-docc-plugin
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[1258/3339] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.51s)
[250/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.82s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (4.80s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.81s)
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.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.56s)
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/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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Nimble/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/67] Emitting module Nimble
/host/spi-builder-workspace/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
[7/75] Compiling Nimble AllPass.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AsyncAllPass.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AsyncMatcher.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeAKindOf.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeAnInstanceOf.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeCloseTo.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeEmpty.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeGreaterThan.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeGreaterThanOrEqualTo.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeIdenticalTo.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeLessThan.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeLessThanOrEqual.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeLogical.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeNil.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeResult.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeVoid.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeWithin.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/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/75] Compiling Nimble SatisfyAllOf.swift
/host/spi-builder-workspace/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/75] Compiling Nimble SatisfyAnyOf.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ThrowAssertion.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ThrowError.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Polling+AsyncAwait.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Polling+Require.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Polling.swift
/host/spi-builder-workspace/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/75] Compiling Nimble BeginWithPrefix.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Contain.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/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/75] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Equal+Tuple.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Equal+TupleArray.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Equal.swift
/host/spi-builder-workspace/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/75] Compiling Nimble HaveCount.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Map.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Match.swift
/host/spi-builder-workspace/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/75] Compiling Nimble MatchError.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Matcher.swift
/host/spi-builder-workspace/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/75] Compiling Nimble MatcherProtocols.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Negation.swift
/host/spi-builder-workspace/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/75] Compiling Nimble PostNotification.swift
/host/spi-builder-workspace/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/75] Compiling Nimble RaisesException.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AsyncExpression.swift
/host/spi-builder-workspace/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/75] Compiling Nimble DSL+AsyncAwait.swift
/host/spi-builder-workspace/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/75] Compiling Nimble DSL+Require.swift
/host/spi-builder-workspace/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/75] Compiling Nimble DSL+Wait.swift
/host/spi-builder-workspace/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/75] Compiling Nimble DSL.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Expectation.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ExpectationMessage.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Expression.swift
/host/spi-builder-workspace/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/75] Compiling Nimble FailureMessage.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Requirement.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AsyncAwait.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AsyncTimerSequence.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Errors.swift
/host/spi-builder-workspace/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/75] Compiling Nimble NimbleTimeInterval.swift
/host/spi-builder-workspace/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/75] Compiling Nimble PollAwait.swift
/host/spi-builder-workspace/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/75] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/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/75] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AdapterProtocols.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AssertionDispatcher.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AssertionRecorder+Async.swift
/host/spi-builder-workspace/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/75] Compiling Nimble AssertionRecorder.swift
/host/spi-builder-workspace/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/75] Compiling Nimble NMBExpectation.swift
/host/spi-builder-workspace/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/75] Compiling Nimble NimbleEnvironment.swift
/host/spi-builder-workspace/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/75] Compiling Nimble NimbleSwiftTestingHandler.swift
/host/spi-builder-workspace/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/75] Compiling Nimble NimbleXCTestHandler.swift
/host/spi-builder-workspace/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/75] Compiling Nimble ExceptionCapture.swift
/host/spi-builder-workspace/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