Build Information
Failed to build QuickSwiftCheck, reference master (a84203
), with Swift 6.1 for Wasm on 28 May 2025 06:21:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/akashivskyy/quick-swift-check.git
Reference: master
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/akashivskyy/quick-swift-check
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a842036 Deprecate the project
Cloned https://github.com/akashivskyy/quick-swift-check.git
Revision (git rev-parse @):
a842036079c699c29ecbb95748fe0c975eb23881
SUCCESS checkout https://github.com/akashivskyy/quick-swift-check.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/akashivskyy/quick-swift-check.git
https://github.com/akashivskyy/quick-swift-check.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
},
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck"
}
],
"manifest_display_name" : "QuickSwiftCheck",
"name" : "QuickSwiftCheck",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "QuickSwiftCheck",
"targets" : [
"QuickSwiftCheck"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QuickSwiftCheck",
"module_type" : "SwiftTarget",
"name" : "QuickSwiftCheck",
"path" : "Sources",
"product_dependencies" : [
"Nimble",
"Quick",
"SwiftCheck"
],
"product_memberships" : [
"QuickSwiftCheck"
],
"sources" : [
"It.swift",
"To.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
Fetching https://github.com/typelift/SwiftCheck
[1/4887] Fetching swiftcheck
[2250/19642] Fetching swiftcheck, quick
[15807/39226] Fetching swiftcheck, quick, nimble
Fetched https://github.com/typelift/SwiftCheck from cache (0.41s)
[11558/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.36s)
Fetched https://github.com/Quick/Nimble from cache (1.38s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (1.86s)
Fetching https://github.com/llvm-swift/FileCheck.git
[1/479] Fetching filecheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (0.22s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 5.0.1 (1.05s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (2.38s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.40s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.12s)
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.32s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.48s)
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/apple/swift-argument-parser
[1/81] Fetching chalk
[65/15432] Fetching chalk, swift-argument-parser
Fetched https://github.com/mxcl/Chalk.git from cache (0.92s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (1.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.46s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 5.0.1
Creating working copy for https://github.com/typelift/SwiftCheck
Working copy of https://github.com/typelift/SwiftCheck resolved at 0.12.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/92] Emitting module Quick
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/95] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[9/101] Compiling SwiftCheck Lattice.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[10/101] Compiling SwiftCheck Modifiers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[11/102] Compiling SwiftCheck Rose.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[12/102] Compiling SwiftCheck State.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[13/102] Compiling SwiftCheck Test.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[14/102] Compiling SwiftCheck Testable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[15/102] Compiling SwiftCheck Random.swift
[18/102] Compiling SwiftCheck Property.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[20/102] Compiling SwiftCheck WitnessedArbitrary.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[21/102] Compiling Quick ErrorUtility.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[22/102] Compiling Quick Example.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/102] Emitting module SwiftCheck
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[24/102] Compiling Quick QuickTestSuite.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[25/102] Compiling Quick String+C99ExtendedIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[26/102] Compiling Quick URL+FileName.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[27/102] Compiling Quick World.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[28/102] Compiling Nimble MatcherFunc.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[29/102] Compiling Nimble MatcherProtocols.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[30/102] Compiling Nimble PostNotification.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[31/102] Compiling Nimble ExceptionCapture.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[32/102] Compiling Nimble DSL+Wait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[33/102] Compiling Nimble DSL.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[34/102] Compiling Nimble Expectation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[35/102] Compiling Nimble ExpectationMessage.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[36/102] Compiling Nimble Expression.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[37/102] Compiling Nimble FailureMessage.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[38/102] Compiling Quick QuickSpec.swift
[39/102] Compiling Quick QuickTestObservation.swift
[41/102] Compiling Quick NSBundle+CurrentTestBundle.swift
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/QuickMain.swift:28:5: error: 'async' call in a function that does not support concurrency
20 | /// info `XCTMain` if you were using swift-corelibs-xctest directly.
21 | /// This allows for mixing Quick specs and XCTestCase tests in one run.
22 | public func QCKMain(_ specs: [QuickSpec.Type],
| `- note: add 'async' to function 'QCKMain(_:configurations:testCases:)' to make it asynchronous
23 | configurations: [QuickConfiguration.Type] = [],
24 | testCases: [XCTestCaseEntry] = []) -> Never {
:
26 | QuickConfiguration.configureSubclassesIfNeeded(configurations, world: World.sharedWorld)
27 |
28 | XCTMain(specs.compactMap { testCase($0.allTests) } + testCases)
| `- error: 'async' call in a function that does not support concurrency
29 | }
30 |
[42/102] Compiling Quick QuickMain.swift
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/QuickMain.swift:28:5: error: 'async' call in a function that does not support concurrency
20 | /// info `XCTMain` if you were using swift-corelibs-xctest directly.
21 | /// This allows for mixing Quick specs and XCTestCase tests in one run.
22 | public func QCKMain(_ specs: [QuickSpec.Type],
| `- note: add 'async' to function 'QCKMain(_:configurations:testCases:)' to make it asynchronous
23 | configurations: [QuickConfiguration.Type] = [],
24 | testCases: [XCTestCaseEntry] = []) -> Never {
:
26 | QuickConfiguration.configureSubclassesIfNeeded(configurations, world: World.sharedWorld)
27 |
28 | XCTMain(specs.compactMap { testCase($0.allTests) } + testCases)
| `- error: 'async' call in a function that does not support concurrency
29 | }
30 |
[43/102] Compiling Quick QuickSelectedTestSuiteBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/QuickMain.swift:28:5: error: 'async' call in a function that does not support concurrency
20 | /// info `XCTMain` if you were using swift-corelibs-xctest directly.
21 | /// This allows for mixing Quick specs and XCTestCase tests in one run.
22 | public func QCKMain(_ specs: [QuickSpec.Type],
| `- note: add 'async' to function 'QCKMain(_:configurations:testCases:)' to make it asynchronous
23 | configurations: [QuickConfiguration.Type] = [],
24 | testCases: [XCTestCaseEntry] = []) -> Never {
:
26 | QuickConfiguration.configureSubclassesIfNeeded(configurations, world: World.sharedWorld)
27 |
28 | XCTMain(specs.compactMap { testCase($0.allTests) } + testCases)
| `- error: 'async' call in a function that does not support concurrency
29 | }
30 |
[44/102] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[45/102] Compiling Nimble Await.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[46/102] Compiling Nimble DispatchTimeInterval.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[47/102] Compiling Nimble Errors.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[48/102] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[49/102] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[56/102] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[57/102] Compiling Nimble BeginWithPrefix.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[58/102] Compiling Nimble Contain.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[59/102] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[60/102] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[61/102] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[62/102] Compiling Nimble Equal+Tuple.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[63/102] Compiling Nimble AllPass.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[64/102] Compiling Nimble Async.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[65/102] Compiling Nimble BeAKindOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[66/102] Compiling Nimble BeAnInstanceOf.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[67/102] Compiling Nimble BeCloseTo.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[68/102] Compiling Nimble BeEmpty.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[69/102] Compiling Nimble BeGreaterThan.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[71/102] Compiling Quick Closures.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[79/102] Compiling SwiftCheck Compose.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[80/102] Compiling SwiftCheck Gen.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[81/102] Compiling SwiftCheck Check.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[82/102] Compiling SwiftCheck CoArbitrary.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/88] Compiling Nimble DSL+Wait.swift
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/QuickMain.swift:28:5: error: 'async' call in a function that does not support concurrency
20 | /// info `XCTMain` if you were using swift-corelibs-xctest directly.
21 | /// This allows for mixing Quick specs and XCTestCase tests in one run.
22 | public func QCKMain(_ specs: [QuickSpec.Type],
| `- note: add 'async' to function 'QCKMain(_:configurations:testCases:)' to make it asynchronous
23 | configurations: [QuickConfiguration.Type] = [],
24 | testCases: [XCTestCaseEntry] = []) -> Never {
:
26 | QuickConfiguration.configureSubclassesIfNeeded(configurations, world: World.sharedWorld)
27 |
28 | XCTMain(specs.compactMap { testCase($0.allTests) } + testCases)
| `- error: 'async' call in a function that does not support concurrency
29 | }
30 |
[4/88] Compiling Nimble DSL.swift
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/QuickMain.swift:28:5: error: 'async' call in a function that does not support concurrency
20 | /// info `XCTMain` if you were using swift-corelibs-xctest directly.
21 | /// This allows for mixing Quick specs and XCTestCase tests in one run.
22 | public func QCKMain(_ specs: [QuickSpec.Type],
| `- note: add 'async' to function 'QCKMain(_:configurations:testCases:)' to make it asynchronous
23 | configurations: [QuickConfiguration.Type] = [],
24 | testCases: [XCTestCaseEntry] = []) -> Never {
:
26 | QuickConfiguration.configureSubclassesIfNeeded(configurations, world: World.sharedWorld)
27 |
28 | XCTMain(specs.compactMap { testCase($0.allTests) } + testCases)
| `- error: 'async' call in a function that does not support concurrency
29 | }
30 |
[5/88] Compiling Nimble Expectation.swift
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/QuickMain.swift:28:5: error: 'async' call in a function that does not support concurrency
20 | /// info `XCTMain` if you were using swift-corelibs-xctest directly.
21 | /// This allows for mixing Quick specs and XCTestCase tests in one run.
22 | public func QCKMain(_ specs: [QuickSpec.Type],
| `- note: add 'async' to function 'QCKMain(_:configurations:testCases:)' to make it asynchronous
23 | configurations: [QuickConfiguration.Type] = [],
24 | testCases: [XCTestCaseEntry] = []) -> Never {
:
26 | QuickConfiguration.configureSubclassesIfNeeded(configurations, world: World.sharedWorld)
27 |
28 | XCTMain(specs.compactMap { testCase($0.allTests) } + testCases)
| `- error: 'async' call in a function that does not support concurrency
29 | }
30 |
[6/88] Compiling Nimble ExpectationMessage.swift
[7/88] Compiling Nimble Expression.swift
[8/88] Compiling Nimble FailureMessage.swift
[9/91] Compiling Nimble BeAKindOf.swift
[10/91] Compiling Nimble BeAnInstanceOf.swift
[11/91] Compiling Nimble BeCloseTo.swift
[12/91] Compiling Nimble BeEmpty.swift
[13/91] Compiling Nimble BeGreaterThan.swift
[14/91] Compiling Nimble ExceptionCapture.swift
[15/91] Compiling Nimble NMBObjCMatcher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[16/91] Compiling Nimble NimbleEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[17/92] Emitting module Quick
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[22/92] Compiling Nimble NMBExpectation.swift
[25/92] Compiling Nimble AdapterProtocols.swift
[26/92] Compiling Nimble AssertionDispatcher.swift
[27/92] Compiling Nimble AssertionRecorder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/92] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[29/98] Compiling Nimble NimbleXCTestHandler.swift
[30/98] Compiling Nimble AllPass.swift
[31/98] Compiling Nimble Async.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import class Foundation.NSObject
3 | import class Foundation.Thread
[39/98] Compiling SwiftCheck WitnessedArbitrary.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
[42/98] Compiling Quick String+C99ExtendedIdentifier.swift
[43/98] Compiling Quick URL+FileName.swift
[44/98] Compiling Quick World.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/98] Emitting module SwiftCheck
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:388:9: error: no such module 'Darwin'
386 | import Glibc
387 | #else
388 | import Darwin
| `- error: no such module 'Darwin'
389 | #endif
390 |
BUILD FAILURE 6.1 wasm