Build Information
Failed to build Benchmark, reference main (45a7b5), with Swift 6.1 for Wasm on 12 Dec 2025 07:27:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-benchmark.git
Reference: main
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/stackotter/swift-benchmark
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 45a7b50 Add async benchmark support
Cloned https://github.com/stackotter/swift-benchmark.git
Revision (git rev-parse @):
45a7b500c24e7243da7b02e19cf436d0107a0c1b
SUCCESS checkout https://github.com/stackotter/swift-benchmark.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/stackotter/swift-benchmark.git
https://github.com/stackotter/swift-benchmark.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Benchmark",
"name" : "Benchmark",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BenchmarkSuiteExampleMain",
"targets" : [
"BenchmarkSuiteExampleMain"
],
"type" : {
"executable" : null
}
},
{
"name" : "BenchmarkMinimalExample",
"targets" : [
"BenchmarkMinimalExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BenchmarkTests",
"module_type" : "SwiftTarget",
"name" : "BenchmarkTests",
"path" : "Tests/BenchmarkTests",
"sources" : [
"BenchmarkColumnTests.swift",
"BenchmarkCommandTests.swift",
"BenchmarkReporterTests.swift",
"BenchmarkRunnerTests.swift",
"BenchmarkSettingTests.swift",
"BenchmarkSuiteTests.swift",
"CustomBenchmarkTests.swift",
"MockTextOutputStream.swift",
"StatsTests.swift",
"XCTTestManifests.swift"
],
"target_dependencies" : [
"Benchmark",
"BenchmarkSuiteExample"
],
"type" : "test"
},
{
"c99name" : "BenchmarkSuiteExampleMain",
"module_type" : "SwiftTarget",
"name" : "BenchmarkSuiteExampleMain",
"path" : "Sources/BenchmarkSuiteExampleMain",
"product_memberships" : [
"BenchmarkSuiteExampleMain"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Benchmark",
"BenchmarkSuiteExample"
],
"type" : "executable"
},
{
"c99name" : "BenchmarkSuiteExample",
"module_type" : "SwiftTarget",
"name" : "BenchmarkSuiteExample",
"path" : "Sources/BenchmarkSuiteExample",
"product_memberships" : [
"BenchmarkSuiteExampleMain"
],
"sources" : [
"AddStringBenchmarks.swift",
"Suites.swift"
],
"target_dependencies" : [
"Benchmark"
],
"type" : "library"
},
{
"c99name" : "BenchmarkMinimalExample",
"module_type" : "SwiftTarget",
"name" : "BenchmarkMinimalExample",
"path" : "Sources/BenchmarkMinimalExample",
"product_memberships" : [
"BenchmarkMinimalExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Benchmark"
],
"type" : "executable"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Benchmark",
"BenchmarkSuiteExampleMain",
"BenchmarkMinimalExample"
],
"sources" : [
"Benchmark.swift",
"BenchmarkArguments.swift",
"BenchmarkColumn.swift",
"BenchmarkCommand.swift",
"BenchmarkFilter.swift",
"BenchmarkFormatter.swift",
"BenchmarkMain.swift",
"BenchmarkReporter.swift",
"BenchmarkResult.swift",
"BenchmarkRunner.swift",
"BenchmarkSetting.swift",
"BenchmarkState.swift",
"BenchmarkSuite.swift",
"BenchmarkTermination.swift",
"BenchmarkTime.swift",
"Stats.swift",
"TestIntegration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/16922] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.19s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/21] Emitting module ArgumentParserToolInfo
[11/21] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/22] Wrapping AST for ArgumentParserToolInfo for debugging
[14/66] Emitting module ArgumentParser
[15/72] Compiling ArgumentParser ArgumentVisibility.swift
[16/72] Compiling ArgumentParser CompletionKind.swift
[17/72] Compiling ArgumentParser Errors.swift
[18/72] Compiling ArgumentParser Flag.swift
[19/72] Compiling ArgumentParser NameSpecification.swift
[20/72] Compiling ArgumentParser Option.swift
[21/72] Compiling ArgumentParser InputKey.swift
[22/72] Compiling ArgumentParser InputOrigin.swift
[23/72] Compiling ArgumentParser Name.swift
[24/72] Compiling ArgumentParser Parsed.swift
[25/72] Compiling ArgumentParser ParsedValues.swift
[26/72] Compiling ArgumentParser ParserError.swift
[27/72] Compiling ArgumentParser Tree.swift
[28/72] Compiling ArgumentParser CodingKeyValidator.swift
[29/72] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/72] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/72] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/72] Compiling ArgumentParser UniqueNamesValidator.swift
[33/72] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/72] Compiling ArgumentParser CompletionsGenerator.swift
[35/72] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/72] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/72] Compiling ArgumentParser Argument.swift
[38/72] Compiling ArgumentParser ArgumentDiscussion.swift
[39/72] Compiling ArgumentParser ArgumentHelp.swift
[40/72] Compiling ArgumentParser OptionGroup.swift
[41/72] Compiling ArgumentParser AsyncParsableCommand.swift
[42/72] Compiling ArgumentParser CommandConfiguration.swift
[43/72] Compiling ArgumentParser CommandGroup.swift
[44/72] Compiling ArgumentParser EnumerableFlag.swift
[45/72] Compiling ArgumentParser ExpressibleByArgument.swift
[46/72] Compiling ArgumentParser ParsableArguments.swift
[47/72] Compiling ArgumentParser ParsableCommand.swift
[48/72] Compiling ArgumentParser ArgumentDecoder.swift
[49/72] Compiling ArgumentParser ArgumentDefinition.swift
[50/72] Compiling ArgumentParser ArgumentSet.swift
[51/72] Compiling ArgumentParser CommandParser.swift
[52/72] Compiling ArgumentParser CollectionExtensions.swift
[53/72] Compiling ArgumentParser Mutex.swift
[54/72] Compiling ArgumentParser Platform.swift
[55/72] Compiling ArgumentParser SequenceExtensions.swift
[56/72] Compiling ArgumentParser StringExtensions.swift
[57/72] Compiling ArgumentParser SwiftExtensions.swift
[58/72] Compiling ArgumentParser SplitArguments.swift
[59/72] Compiling ArgumentParser DumpHelpGenerator.swift
[60/72] Compiling ArgumentParser HelpCommand.swift
[61/72] Compiling ArgumentParser HelpGenerator.swift
[62/72] Compiling ArgumentParser MessageInfo.swift
[63/72] Compiling ArgumentParser UsageGenerator.swift
[64/73] Wrapping AST for ArgumentParser for debugging
[66/89] Compiling Benchmark BenchmarkReporter.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[67/89] Compiling Benchmark BenchmarkResult.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[68/91] Compiling Benchmark BenchmarkState.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[69/91] Compiling Benchmark BenchmarkSuite.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[70/91] Compiling Benchmark BenchmarkCommand.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[71/91] Compiling Benchmark BenchmarkFilter.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[72/91] Compiling Benchmark BenchmarkFormatter.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[73/91] Compiling Benchmark BenchmarkMain.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[74/91] Compiling Benchmark BenchmarkTermination.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[75/91] Compiling Benchmark BenchmarkTime.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[76/91] Compiling Benchmark BenchmarkRunner.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[77/91] Compiling Benchmark BenchmarkSetting.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/91] Emitting module Benchmark
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[79/91] Compiling Benchmark Benchmark.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[80/91] Compiling Benchmark BenchmarkArguments.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[81/91] Compiling Benchmark BenchmarkColumn.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[82/91] Compiling Benchmark Stats.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[83/91] Compiling Benchmark TestIntegration.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/15] Emitting module ArgumentParserToolInfo
[5/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/59] Emitting module ArgumentParser
[8/65] Compiling ArgumentParser ArgumentVisibility.swift
[9/65] Compiling ArgumentParser CompletionKind.swift
[10/65] Compiling ArgumentParser Errors.swift
[11/65] Compiling ArgumentParser Flag.swift
[12/65] Compiling ArgumentParser NameSpecification.swift
[13/65] Compiling ArgumentParser Option.swift
[14/65] Compiling ArgumentParser Tree.swift
[15/65] Compiling ArgumentParser CodingKeyValidator.swift
[16/65] Compiling ArgumentParser NonsenseFlagsValidator.swift
[17/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[18/65] Compiling ArgumentParser PositionalArgumentsValidator.swift
[19/65] Compiling ArgumentParser UniqueNamesValidator.swift
[20/65] Compiling ArgumentParser CollectionExtensions.swift
[21/65] Compiling ArgumentParser Mutex.swift
[22/65] Compiling ArgumentParser Platform.swift
[23/65] Compiling ArgumentParser SequenceExtensions.swift
[24/65] Compiling ArgumentParser StringExtensions.swift
[25/65] Compiling ArgumentParser SwiftExtensions.swift
[26/65] Compiling ArgumentParser OptionGroup.swift
[27/65] Compiling ArgumentParser AsyncParsableCommand.swift
[28/65] Compiling ArgumentParser CommandConfiguration.swift
[29/65] Compiling ArgumentParser CommandGroup.swift
[30/65] Compiling ArgumentParser EnumerableFlag.swift
[31/65] Compiling ArgumentParser ExpressibleByArgument.swift
[32/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/65] Compiling ArgumentParser CompletionsGenerator.swift
[34/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/65] Compiling ArgumentParser Argument.swift
[37/65] Compiling ArgumentParser ArgumentDiscussion.swift
[38/65] Compiling ArgumentParser ArgumentHelp.swift
[39/65] Compiling ArgumentParser ParsableArguments.swift
[40/65] Compiling ArgumentParser ParsableCommand.swift
[41/65] Compiling ArgumentParser ArgumentDecoder.swift
[42/65] Compiling ArgumentParser ArgumentDefinition.swift
[43/65] Compiling ArgumentParser ArgumentSet.swift
[44/65] Compiling ArgumentParser CommandParser.swift
[45/65] Compiling ArgumentParser SplitArguments.swift
[46/65] Compiling ArgumentParser DumpHelpGenerator.swift
[47/65] Compiling ArgumentParser HelpCommand.swift
[48/65] Compiling ArgumentParser HelpGenerator.swift
[49/65] Compiling ArgumentParser MessageInfo.swift
[50/65] Compiling ArgumentParser UsageGenerator.swift
[51/65] Compiling ArgumentParser InputKey.swift
[52/65] Compiling ArgumentParser InputOrigin.swift
[53/65] Compiling ArgumentParser Name.swift
[54/65] Compiling ArgumentParser Parsed.swift
[55/65] Compiling ArgumentParser ParsedValues.swift
[56/65] Compiling ArgumentParser ParserError.swift
[58/81] Compiling Benchmark BenchmarkRunner.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[59/81] Compiling Benchmark BenchmarkSetting.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[60/81] Compiling Benchmark BenchmarkTermination.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[61/81] Compiling Benchmark BenchmarkTime.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[62/81] Compiling Benchmark BenchmarkCommand.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[63/81] Compiling Benchmark BenchmarkFilter.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[64/81] Compiling Benchmark BenchmarkReporter.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[65/81] Compiling Benchmark BenchmarkResult.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[66/81] Compiling Benchmark BenchmarkState.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[67/81] Compiling Benchmark BenchmarkSuite.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[68/81] Compiling Benchmark BenchmarkFormatter.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[69/81] Compiling Benchmark BenchmarkMain.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/83] Emitting module Benchmark
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[71/83] Compiling Benchmark Benchmark.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[72/83] Compiling Benchmark BenchmarkArguments.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[73/83] Compiling Benchmark BenchmarkColumn.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[74/83] Compiling Benchmark Stats.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
[75/83] Compiling Benchmark TestIntegration.swift
/host/spi-builder-workspace/Sources/Benchmark/BenchmarkTime.swift:15:8: error: no such module 'Dispatch'
13 | // limitations under the License.
14 |
15 | import Dispatch
| `- error: no such module 'Dispatch'
16 |
17 | @inline(__always)
BUILD FAILURE 6.1 wasm