The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Benchmark, reference 0.1.2 (816329), with Swift 6.3 for Wasm on 12 Apr 2026 19:09:24 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/swift-benchmark.git
Reference: 0.1.2
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
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/google/swift-benchmark.git
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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.17s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[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/68] Emitting module ArgumentParser
[15/74] Compiling ArgumentParser ArgumentVisibility.swift
[16/74] Compiling ArgumentParser CompletionKind.swift
[17/74] Compiling ArgumentParser Errors.swift
[18/74] Compiling ArgumentParser Flag.swift
[19/74] Compiling ArgumentParser NameSpecification.swift
[20/74] Compiling ArgumentParser Option.swift
[21/74] Compiling ArgumentParser OptionGroup.swift
[22/74] Compiling ArgumentParser Tree.swift
[23/74] Compiling ArgumentParser CodingKeyValidator.swift
[24/74] Compiling ArgumentParser NonsenseFlagsValidator.swift
[25/74] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/74] Compiling ArgumentParser PositionalArgumentsValidator.swift
[27/74] Compiling ArgumentParser UniqueNamesValidator.swift
[28/74] Compiling ArgumentParser InputOrigin.swift
[29/74] Compiling ArgumentParser Name.swift
[30/74] Compiling ArgumentParser Parsed.swift
[31/74] Compiling ArgumentParser ParsedValues.swift
[32/74] Compiling ArgumentParser ParserError.swift
[33/74] Compiling ArgumentParser SplitArguments.swift
[34/74] Compiling ArgumentParser ParentCommand.swift
[35/74] Compiling ArgumentParser AsyncParsableCommand.swift
[36/74] Compiling ArgumentParser CommandConfiguration.swift
[37/74] Compiling ArgumentParser CommandGroup.swift
[38/74] Compiling ArgumentParser EnumerableFlag.swift
[39/74] Compiling ArgumentParser ExpressibleByArgument.swift
[40/74] Compiling ArgumentParser ParsableArguments.swift
[41/74] Compiling ArgumentParser Foundation.swift
[42/74] Compiling ArgumentParser Mutex.swift
[43/74] Compiling ArgumentParser Platform.swift
[44/74] Compiling ArgumentParser SequenceExtensions.swift
[45/74] Compiling ArgumentParser StringExtensions.swift
[46/74] Compiling ArgumentParser SwiftExtensions.swift
[47/74] Compiling ArgumentParser DumpHelpGenerator.swift
[48/74] Compiling ArgumentParser HelpCommand.swift
[49/74] Compiling ArgumentParser HelpGenerator.swift
[50/74] Compiling ArgumentParser MessageInfo.swift
[51/74] Compiling ArgumentParser UsageGenerator.swift
[52/74] Compiling ArgumentParser CollectionExtensions.swift
[53/74] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/74] Compiling ArgumentParser CompletionsGenerator.swift
[55/74] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/74] Compiling ArgumentParser ZshCompletionsGenerator.swift
[57/74] Compiling ArgumentParser Argument.swift
[58/74] Compiling ArgumentParser ArgumentDiscussion.swift
[59/74] Compiling ArgumentParser ArgumentHelp.swift
[60/74] Compiling ArgumentParser ParsableCommand.swift
[61/74] Compiling ArgumentParser ArgumentDecoder.swift
[62/74] Compiling ArgumentParser ArgumentDefinition.swift
[63/74] Compiling ArgumentParser ArgumentSet.swift
[64/74] Compiling ArgumentParser CommandParser.swift
[65/74] Compiling ArgumentParser InputKey.swift
[66/75] Wrapping AST for ArgumentParser for debugging
[68/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)
[69/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/93] 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/93] 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)
[72/93] 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)
[73/93] 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)
[74/93] 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)
[75/93] 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)
[76/93] 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)
[77/93] 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)
[78/93] 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)
[79/93] 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)
[80/93] 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)
[81/93] 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)
[82/93] 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)
[83/93] 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)
[84/93] 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)
[85/93] 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)
BUILD FAILURE 6.3 wasm