Build Information
Failed to build Benchmark, reference main (816329
), with Swift 6.1 for Wasm on 28 May 2025 04:23:00 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.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/google/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/google/swift-benchmark
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8163295 Bump swift-argument-parser to stable (#94)
Cloned https://github.com/google/swift-benchmark.git
Revision (git rev-parse @):
8163295f6fe82356b0bcf8e1ab991645de17d096
SUCCESS checkout https://github.com/google/swift-benchmark.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/google/swift-benchmark.git
https://github.com/google/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-0":/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/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.88s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.37s)
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/18] Write sources
[7/18] Write swift-version-24593BA9C3E375BF.txt
[9/20] Emitting module ArgumentParserToolInfo
[10/20] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/21] Wrapping AST for ArgumentParserToolInfo for debugging
[13/59] Compiling ArgumentParser OptionGroup.swift
[14/59] Compiling ArgumentParser AsyncParsableCommand.swift
[15/59] Compiling ArgumentParser CommandConfiguration.swift
[16/59] Compiling ArgumentParser CommandGroup.swift
[17/59] Compiling ArgumentParser EnumerableFlag.swift
[18/64] Emitting module ArgumentParser
[19/64] Compiling ArgumentParser Name.swift
[20/64] Compiling ArgumentParser Parsed.swift
[21/64] Compiling ArgumentParser ParsedValues.swift
[22/64] Compiling ArgumentParser ParserError.swift
[23/64] Compiling ArgumentParser SplitArguments.swift
[24/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/64] Compiling ArgumentParser CompletionsGenerator.swift
[26/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/64] Compiling ArgumentParser Argument.swift
[29/64] Compiling ArgumentParser ArgumentHelp.swift
[30/64] Compiling ArgumentParser ExpressibleByArgument.swift
[31/64] Compiling ArgumentParser ParsableArguments.swift
[32/64] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/64] Compiling ArgumentParser ParsableCommand.swift
[34/64] Compiling ArgumentParser ArgumentDecoder.swift
[35/64] Compiling ArgumentParser ArgumentDefinition.swift
[36/64] Compiling ArgumentParser ArgumentSet.swift
[37/64] Compiling ArgumentParser CommandParser.swift
[38/64] Compiling ArgumentParser InputKey.swift
[39/64] Compiling ArgumentParser InputOrigin.swift
[40/64] Compiling ArgumentParser CollectionExtensions.swift
[41/64] Compiling ArgumentParser Platform.swift
[42/64] Compiling ArgumentParser SequenceExtensions.swift
[43/64] Compiling ArgumentParser StringExtensions.swift
[44/64] Compiling ArgumentParser Tree.swift
[45/64] Compiling ArgumentParser ArgumentVisibility.swift
[46/64] Compiling ArgumentParser CompletionKind.swift
[47/64] Compiling ArgumentParser Errors.swift
[48/64] Compiling ArgumentParser Flag.swift
[49/64] Compiling ArgumentParser NameSpecification.swift
[50/64] Compiling ArgumentParser Option.swift
[51/64] Compiling ArgumentParser DumpHelpGenerator.swift
[52/64] Compiling ArgumentParser HelpCommand.swift
[53/64] Compiling ArgumentParser HelpGenerator.swift
[54/64] Compiling ArgumentParser MessageInfo.swift
[55/64] Compiling ArgumentParser UsageGenerator.swift
[56/65] Wrapping AST for ArgumentParser for debugging
[58/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)
[59/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/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)
[61/83] 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)
[62/83] 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)
[63/83] 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)
[64/83] 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)
[65/83] 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)
[66/83] 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)
[67/83] 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)
[68/83] 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)
[69/83] 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)
[70/83] 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)
[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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/14] Emitting module ArgumentParserToolInfo
[6/52] Compiling ArgumentParser ArgumentVisibility.swift
[7/52] Compiling ArgumentParser CompletionKind.swift
[8/52] Compiling ArgumentParser Errors.swift
[9/52] Compiling ArgumentParser Flag.swift
[10/52] Compiling ArgumentParser NameSpecification.swift
[11/52] Compiling ArgumentParser Option.swift
[12/57] Compiling ArgumentParser OptionGroup.swift
[13/57] Compiling ArgumentParser AsyncParsableCommand.swift
[14/57] Compiling ArgumentParser CommandConfiguration.swift
[15/57] Compiling ArgumentParser CommandGroup.swift
[16/57] Compiling ArgumentParser EnumerableFlag.swift
[17/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/57] Compiling ArgumentParser CompletionsGenerator.swift
[19/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/57] Compiling ArgumentParser Argument.swift
[22/57] Compiling ArgumentParser ArgumentHelp.swift
[23/57] Emitting module ArgumentParser
[24/57] Compiling ArgumentParser ExpressibleByArgument.swift
[25/57] Compiling ArgumentParser ParsableArguments.swift
[26/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/57] Compiling ArgumentParser ParsableCommand.swift
[28/57] Compiling ArgumentParser ArgumentDecoder.swift
[29/57] Compiling ArgumentParser ArgumentDefinition.swift
[30/57] Compiling ArgumentParser ArgumentSet.swift
[31/57] Compiling ArgumentParser CommandParser.swift
[32/57] Compiling ArgumentParser InputKey.swift
[33/57] Compiling ArgumentParser InputOrigin.swift
[34/57] Compiling ArgumentParser DumpHelpGenerator.swift
[35/57] Compiling ArgumentParser HelpCommand.swift
[36/57] Compiling ArgumentParser HelpGenerator.swift
[37/57] Compiling ArgumentParser MessageInfo.swift
[38/57] Compiling ArgumentParser UsageGenerator.swift
[39/57] Compiling ArgumentParser Name.swift
[40/57] Compiling ArgumentParser Parsed.swift
[41/57] Compiling ArgumentParser ParsedValues.swift
[42/57] Compiling ArgumentParser ParserError.swift
[43/57] Compiling ArgumentParser SplitArguments.swift
[44/57] Compiling ArgumentParser CollectionExtensions.swift
[45/57] Compiling ArgumentParser Platform.swift
[46/57] Compiling ArgumentParser SequenceExtensions.swift
[47/57] Compiling ArgumentParser StringExtensions.swift
[48/57] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/73] 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)
[51/75] 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)
[52/75] 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)
[53/75] 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)
[54/75] 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)
[55/75] 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)
[56/75] 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)
[57/75] 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)
[58/75] 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)
[59/75] 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)
[60/75] 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)
[61/75] 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)
[62/75] 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)
[63/75] 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)
[64/75] 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)
[65/75] 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)
[66/75] 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)
[67/75] 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