Build Information
Failed to build Benchmark, reference 1.29.4 (6b8c88
), with Swift 6.1 for Wasm on 26 Aug 2025 13:20:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-benchmark.git
Reference: 1.29.4
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/ordo-one/package-benchmark
* tag 1.29.4 -> FETCH_HEAD
HEAD is now at 6b8c88f fix(patch): Fix occasionally incorrect unit in some tables [2/4] (#329)
Cloned https://github.com/ordo-one/package-benchmark.git
Revision (git rev-parse @):
6b8c88f8089e518063cb7efc928ddacfdf6d867e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-benchmark.git at 1.29.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ordo-one/package-benchmark.git
https://github.com/ordo-one/package-benchmark.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "texttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/TextTable.git"
},
{
"identity" : "hdrhistogram-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/HdrHistogram/hdrhistogram-swift.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "package-jemalloc",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/package-jemalloc.git"
}
],
"manifest_display_name" : "Benchmark",
"name" : "Benchmark",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "BenchmarkCommandPlugin",
"targets" : [
"BenchmarkCommandPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "BenchmarkPlugin",
"targets" : [
"BenchmarkPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BenchmarkTool",
"targets" : [
"BenchmarkTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "BenchmarkHelpGenerator",
"targets" : [
"BenchmarkHelpGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "BenchmarkBoilerplateGenerator",
"targets" : [
"BenchmarkBoilerplateGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftRuntimeHooks",
"module_type" : "ClangTarget",
"name" : "SwiftRuntimeHooks",
"path" : "Sources/SwiftRuntimeHooks",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"shims.c"
],
"type" : "library"
},
{
"c99name" : "CLinuxOperatingSystemStats",
"module_type" : "ClangTarget",
"name" : "CLinuxOperatingSystemStats",
"path" : "Platform/CLinuxOperatingSystemStats",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"CLinuxOperatingSystemStats.c"
],
"type" : "library"
},
{
"c99name" : "CDarwinOperatingSystemStats",
"module_type" : "ClangTarget",
"name" : "CDarwinOperatingSystemStats",
"path" : "Platform/CDarwinOperatingSystemStats",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"CDarwinOperatingSystemStats.c"
],
"type" : "library"
},
{
"c99name" : "BenchmarkTool",
"module_type" : "SwiftTarget",
"name" : "BenchmarkTool",
"path" : "Plugins/BenchmarkTool",
"product_dependencies" : [
"ArgumentParser",
"SystemPackage",
"TextTable"
],
"product_memberships" : [
"BenchmarkCommandPlugin",
"BenchmarkTool"
],
"sources" : [
"BenchmarkTool+Baselines.swift",
"BenchmarkTool+CreateBenchmark.swift",
"BenchmarkTool+Export+InfluxCSVFormatter.swift",
"BenchmarkTool+Export+JMHElement.swift",
"BenchmarkTool+Export+JMHFormatter.swift",
"BenchmarkTool+Export.swift",
"BenchmarkTool+JSON.swift",
"BenchmarkTool+Machine.swift",
"BenchmarkTool+Operations.swift",
"BenchmarkTool+PrettyPrinting.swift",
"BenchmarkTool+ReadP90AbsoluteThresholds.swift",
"BenchmarkTool+Thresholds.swift",
"BenchmarkTool.swift",
"FilePath+Additions.swift",
"FilePath+DirectoryView.swift",
"String+Additions.swift"
],
"target_dependencies" : [
"Benchmark",
"BenchmarkShared"
],
"type" : "executable"
},
{
"c99name" : "BenchmarkTests",
"module_type" : "SwiftTarget",
"name" : "BenchmarkTests",
"path" : "Tests/BenchmarkTests",
"sources" : [
"AdditionalTests.swift",
"BenchmarkMetricsTests.swift",
"BenchmarkResultTests.swift",
"BenchmarkRunnerTests.swift",
"BenchmarkTests.swift",
"OperatingSystemAndMallocTests.swift",
"StatisticsTests.swift"
],
"target_dependencies" : [
"Benchmark"
],
"type" : "test"
},
{
"c99name" : "BenchmarkShared",
"module_type" : "SwiftTarget",
"name" : "BenchmarkShared",
"path" : "Sources/BenchmarkShared",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool",
"BenchmarkHelpGenerator"
],
"sources" : [
"Command+Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "BenchmarkPlugin",
"module_type" : "PluginTarget",
"name" : "BenchmarkPlugin",
"path" : "Plugins/BenchmarkPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"BenchmarkPlugin"
],
"sources" : [
"BenchmarkSupportPlugin.swift"
],
"target_dependencies" : [
"BenchmarkBoilerplateGenerator"
],
"type" : "plugin"
},
{
"c99name" : "BenchmarkHelpGenerator",
"module_type" : "SwiftTarget",
"name" : "BenchmarkHelpGenerator",
"path" : "Plugins/BenchmarkHelpGenerator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"BenchmarkHelpGenerator"
],
"sources" : [
"BenchmarkHelpGenerator.swift"
],
"target_dependencies" : [
"BenchmarkShared"
],
"type" : "executable"
},
{
"c99name" : "BenchmarkCommandPlugin",
"module_type" : "PluginTarget",
"name" : "BenchmarkCommandPlugin",
"path" : "Plugins/BenchmarkCommandPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Run the Benchmark performance test suite.",
"type" : "custom",
"verb" : "benchmark"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"BenchmarkCommandPlugin"
],
"sources" : [
"ArgumentExtractor+Extensions.swift",
"BenchmarkCommandPlugin.swift",
"BenchmarkPlugin+Help.swift",
"Command+Helpers.swift"
],
"target_dependencies" : [
"BenchmarkTool"
],
"type" : "plugin"
},
{
"c99name" : "BenchmarkBoilerplateGenerator",
"module_type" : "SwiftTarget",
"name" : "BenchmarkBoilerplateGenerator",
"path" : "Plugins/BenchmarkBoilerplateGenerator",
"product_dependencies" : [
"ArgumentParser",
"SystemPackage"
],
"product_memberships" : [
"BenchmarkPlugin",
"BenchmarkBoilerplateGenerator"
],
"sources" : [
"BenchmarkBoilerplateGenerator.swift"
],
"type" : "executable"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_dependencies" : [
"Histogram",
"ArgumentParser",
"SystemPackage",
"Atomics",
"jemalloc"
],
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"ARCStats/ARCStats.swift",
"ARCStats/ARCStatsProducer.swift",
"Benchmark+ConvenienceInitializers.swift",
"Benchmark.swift",
"BenchmarkClock.swift",
"BenchmarkExecutor+Extensions.swift",
"BenchmarkExecutor.swift",
"BenchmarkInternals.swift",
"BenchmarkMetric+Defaults.swift",
"BenchmarkMetric.swift",
"BenchmarkResult.swift",
"BenchmarkRunner+ReadWrite.swift",
"BenchmarkRunner.swift",
"BenchmarkThresholds+Defaults.swift",
"BenchmarkThresholds.swift",
"Blackhole.swift",
"Int+Extensions.swift",
"MallocStats/MallocStats+jemalloc-support.swift",
"MallocStats/MallocStats.swift",
"MallocStats/MallocStatsProducer+jemalloc.swift",
"NIOConcurrencyHelpers/NIOLock.swift",
"NIOConcurrencyHelpers/lock.swift",
"OperatingSystemStats/OperatingSystemStats.swift",
"OperatingSystemStats/OperatingSystemStatsProducer+Darwin.swift",
"OperatingSystemStats/OperatingSystemStatsProducer+Linux.swift",
"OutputSuppressor.swift",
"Progress/Progress.swift",
"Progress/ProgressElements.swift",
"Progress/Utilities.swift",
"Statistics.swift"
],
"target_dependencies" : [
"CDarwinOperatingSystemStats",
"CLinuxOperatingSystemStats",
"SwiftRuntimeHooks",
"BenchmarkShared"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/35] Fetching package-jemalloc
[36/1843] Fetching package-jemalloc, swift-atomics
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.29s)
[615/1808] Fetching swift-atomics
[689/6708] Fetching swift-atomics, swift-system
[6709/6911] Fetching swift-atomics, swift-system, texttable
[6912/7513] Fetching swift-atomics, swift-system, texttable, hdrhistogram-swift
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/ordo-one/TextTable.git from cache (0.82s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.85s)
[1/15689] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.23s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (3.00s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.82s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.60s)
Fetching https://github.com/apple/swift-numerics
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.58s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.03s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.93s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.3
warning: couldn't find pc file for jemalloc
warning: couldn't find pc file for jemalloc
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/78] Write sources
[17/78] Compiling _NumericsShims _NumericsShims.c
[18/78] Compiling _AtomicsShims.c
[19/78] Write sources
[25/78] Compiling SwiftRuntimeHooks shims.c
[26/78] Write sources
[34/78] Compiling _NumericsShims _NumericsShims.c
[35/78] Compiling _AtomicsShims.c
[36/78] Compiling CSystem shims.c
[38/78] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[39/78] Compiling SwiftRuntimeHooks shims.c
[40/78] Write swift-version-24593BA9C3E375BF.txt
[42/204] Emitting module SystemPackage
[43/208] Emitting module Atomics
[44/210] Compiling BenchmarkShared Command+Helpers.swift
[45/210] Emitting module BenchmarkShared
[46/211] Compiling Atomics IntegerOperations.swift
[47/211] Compiling Atomics Unmanaged extensions.swift
[48/211] Compiling RealModule Real.swift
[49/211] Compiling RealModule Float80+Real.swift
[50/212] Compiling Atomics UnsafeAtomic.swift
[51/212] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/212] Compiling Atomics IntegerConformances.swift
[53/212] Compiling Atomics PointerConformances.swift
[54/212] Emitting module RealModule
[55/213] Compiling RealModule Float80+Real.swift
[56/213] Compiling RealModule Float16+Real.swift
[57/213] Compiling RealModule Real.swift
[58/213] Compiling Atomics AtomicInteger.swift
[59/213] Compiling Atomics AtomicOptionalWrappable.swift
[60/213] Compiling Atomics AtomicReference.swift
[61/213] Compiling Atomics ManagedAtomic.swift
[62/213] Compiling Atomics ManagedAtomicLazyReference.swift
[63/213] Compiling Atomics AtomicMemoryOrderings.swift
[64/213] Compiling Atomics DoubleWord.swift
[65/213] Compiling Atomics AtomicStorage.swift
[66/213] Compiling Atomics AtomicValue.swift
[67/213] Emitting module RealModule
[68/213] Compiling SystemPackage SystemString.swift
[69/213] Compiling SystemPackage Util+StringArray.swift
[70/213] Compiling SystemPackage Util.swift
[71/213] Compiling SystemPackage UtilConsumers.swift
[72/213] Compiling RealModule Float+Real.swift
[73/213] Compiling RealModule ElementaryFunctions.swift
[74/213] Compiling RealModule Float16+Real.swift
[75/213] Compiling Atomics Primitives.native.swift
[76/213] Compiling Atomics OptionalRawRepresentable.swift
[83/217] Compiling RealModule Float+Real.swift
[86/217] Compiling RealModule ElementaryFunctions.swift
[93/217] Compiling Atomics RawRepresentable.swift
[94/217] Compiling Atomics AtomicBool.swift
[108/218] Emitting module SystemPackage
[109/218] Compiling RealModule RealFunctions.swift
[114/242] Compiling Atomics AtomicStorage.swift
[115/242] Compiling Atomics AtomicValue.swift
[116/242] Compiling Atomics AtomicMemoryOrderings.swift
[117/242] Compiling Atomics DoubleWord.swift
[118/242] Compiling Atomics PointerConformances.swift
[119/242] Compiling Atomics Primitives.native.swift
[120/242] Compiling Atomics AtomicInteger.swift
[121/242] Compiling Atomics AtomicOptionalWrappable.swift
[122/242] Compiling Atomics AtomicReference.swift
[123/247] Compiling SystemPackage Syscalls.swift
[124/247] Compiling SystemPackage WindowsSyscallAdapters.swift
[125/247] Compiling SystemPackage MachPort.swift
[126/247] Compiling SystemPackage PlatformString.swift
[127/247] Compiling Atomics ManagedAtomic.swift
[128/247] Compiling Atomics ManagedAtomicLazyReference.swift
[129/247] Compiling Atomics UnsafeAtomic.swift
[130/247] Compiling Atomics UnsafeAtomicLazyReference.swift
[133/247] Compiling SystemPackage FileDescriptor.swift
[134/247] Compiling SystemPackage FileHelpers.swift
[135/247] Compiling SystemPackage FileOperations.swift
[136/247] Compiling SystemPackage Constants.swift
[137/247] Compiling SystemPackage Exports.swift
[138/247] Compiling SystemPackage Mocking.swift
[139/247] Compiling SystemPackage RawBuffer.swift
[140/248] Emitting module BenchmarkShared
[141/248] Compiling BenchmarkShared Command+Helpers.swift
[152/251] Emitting module TextTable
[157/252] Compiling ComplexModule Arithmetic.swift
[165/252] Compiling Atomics IntegerOperations.swift
[166/252] Compiling Atomics Unmanaged extensions.swift
[170/252] Compiling TextTable SimpleFormat.swift
[174/252] Compiling Atomics OptionalRawRepresentable.swift
[175/252] Compiling Atomics RawRepresentable.swift
[178/252] Compiling TextTable String+Util.swift
[179/253] Compiling Atomics AtomicBool.swift
[180/253] Compiling Atomics IntegerConformances.swift
[183/253] Compiling TextTable String+Util.swift
[186/253] Compiling TextTable RstFormat.swift
[192/253] Compiling TextTable SimpleFormat.swift
[193/253] Emitting module TextTable
[198/253] Compiling SystemPackage SystemString.swift
[199/253] Compiling SystemPackage Util+StringArray.swift
[200/253] Compiling SystemPackage Util.swift
[201/253] Compiling SystemPackage UtilConsumers.swift
[202/254] Compiling TextTable TextTable.swift
[206/256] Emitting module ComplexModule
[207/256] Compiling ComplexModule ElementaryFunctions.swift
[209/256] Emitting module ArgumentParserToolInfo
[210/256] Compiling ArgumentParserToolInfo ToolInfo.swift
[212/257] Emitting module Atomics
[220/258] Compiling ComplexModule Differentiable.swift
[221/258] Compiling ComplexModule Complex.swift
[222/264] Wrapping AST for RealModule for debugging
[223/264] Wrapping AST for TextTable for debugging
[224/264] Wrapping AST for ComplexModule for debugging
[225/264] Wrapping AST for BenchmarkShared for debugging
[226/286] Wrapping AST for SystemPackage for debugging
[227/312] Wrapping AST for Atomics for debugging
[228/312] Wrapping AST for SystemPackage for debugging
[229/312] Wrapping AST for ArgumentParserToolInfo for debugging
[230/312] Wrapping AST for TextTable for debugging
[231/312] Wrapping AST for RealModule for debugging
[233/312] Emitting module Numerics
[234/312] Compiling Numerics Numerics.swift
[234/313] Wrapping AST for BenchmarkShared for debugging
[235/313] Wrapping AST for Atomics for debugging
[238/313] Compiling ComplexModule Differentiable.swift
[239/313] Emitting module ComplexModule
[240/313] Compiling ComplexModule Complex.swift
[241/313] Compiling ComplexModule Arithmetic.swift
[242/313] Compiling ComplexModule ElementaryFunctions.swift
[242/314] Wrapping AST for Numerics for debugging
[244/316] Wrapping AST for ComplexModule for debugging
[246/318] Compiling ArgumentParser InputKey.swift
[247/318] Compiling ArgumentParser InputOrigin.swift
[248/318] Compiling ArgumentParser Name.swift
[249/318] Compiling ArgumentParser Parsed.swift
[250/318] Compiling ArgumentParser ParsedValues.swift
[251/318] Compiling ArgumentParser ParserError.swift
[252/324] Compiling ArgumentParser CollectionExtensions.swift
[253/324] Compiling ArgumentParser Mutex.swift
[254/324] Compiling ArgumentParser Platform.swift
[255/324] Compiling ArgumentParser SequenceExtensions.swift
[256/324] Compiling ArgumentParser StringExtensions.swift
[257/324] Compiling ArgumentParser SwiftExtensions.swift
[258/324] Emitting module ArgumentParser
[259/324] Compiling Numerics Numerics.swift
[260/324] Emitting module Numerics
[262/325] Emitting module ArgumentParserToolInfo
[263/325] Compiling ArgumentParserToolInfo ToolInfo.swift
[265/326] Compiling ArgumentParser ArgumentVisibility.swift
[266/326] Compiling ArgumentParser CompletionKind.swift
[267/326] Compiling ArgumentParser Errors.swift
[268/326] Compiling ArgumentParser Flag.swift
[269/326] Compiling ArgumentParser NameSpecification.swift
[270/326] Compiling ArgumentParser Option.swift
[271/326] Compiling ArgumentParser BashCompletionsGenerator.swift
[272/326] Compiling ArgumentParser CompletionsGenerator.swift
[273/326] Compiling ArgumentParser FishCompletionsGenerator.swift
[274/326] Compiling ArgumentParser ZshCompletionsGenerator.swift
[275/326] Compiling ArgumentParser Argument.swift
[276/326] Compiling ArgumentParser ArgumentDiscussion.swift
[277/326] Compiling ArgumentParser ArgumentHelp.swift
[277/326] Wrapping AST for Numerics for debugging
[278/326] Wrapping AST for ArgumentParserToolInfo for debugging
[280/372] Compiling ArgumentParser Tree.swift
[281/372] Compiling ArgumentParser CodingKeyValidator.swift
[282/372] Compiling ArgumentParser NonsenseFlagsValidator.swift
[283/372] Compiling ArgumentParser ParsableArgumentsValidation.swift
[284/372] Compiling ArgumentParser PositionalArgumentsValidator.swift
[285/372] Compiling ArgumentParser UniqueNamesValidator.swift
[286/372] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[287/372] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[288/372] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[289/372] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[290/372] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[291/372] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[292/378] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[293/378] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[294/378] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[295/378] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[296/378] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[297/378] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[298/378] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[299/378] Compiling Histogram Histogram.swift
[300/378] Emitting module Histogram
[301/379] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1392:25: error: cannot find 'vsnprintf' in scope
1390 | // string.
1391 | 0..<bufferSize ~= format.withCString {
1392 | Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
| `- error: cannot find 'vsnprintf' in scope
1393 | }
1394 | }
[302/379] Emitting module Histogram
[304/379] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[305/379] Compiling ArgumentParser CodingKeyValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[306/379] Compiling ArgumentParser NonsenseFlagsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[307/379] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[308/379] Compiling ArgumentParser PositionalArgumentsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[309/379] Compiling ArgumentParser UniqueNamesValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[309/379] Wrapping AST for Histogram for debugging
[310/379] Compiling ArgumentParser CompletionsGenerator.swift
[311/379] Compiling ArgumentParser FishCompletionsGenerator.swift
[312/379] Compiling ArgumentParser ZshCompletionsGenerator.swift
[313/379] Compiling ArgumentParser Argument.swift
[314/379] Compiling ArgumentParser ArgumentDiscussion.swift
[315/379] Compiling ArgumentParser ArgumentHelp.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: couldn't find pc file for jemalloc
warning: couldn't find pc file for jemalloc
[0/1] Planning build
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/42] Write swift-version-24593BA9C3E375BF.txt
[6/158] Compiling SystemPackage IORequest.swift
[7/158] Compiling SystemPackage FilePathSyntax.swift
[8/160] Compiling RealModule Float+Real.swift
[9/161] Emitting module TextTable
[10/161] Compiling RealModule Real.swift
[11/162] Emitting module BenchmarkShared
[12/162] Compiling RealModule ElementaryFunctions.swift
[13/162] Compiling TextTable RstFormat.swift
[14/162] Compiling RealModule RealFunctions.swift
[15/162] Compiling SystemPackage FilePermissions.swift
[16/162] Compiling SystemPackage IOCompletion.swift
[17/162] Compiling SystemPackage FilePathTemp.swift
[18/162] Compiling SystemPackage FilePathTempPosix.swift
[19/162] Compiling RealModule Float80+Real.swift
[20/162] Compiling RealModule Real.swift
[21/162] Compiling SystemPackage FilePathString.swift
[22/162] Compiling SystemPackage FilePathWindows.swift
[23/162] Compiling SystemPackage Syscalls.swift
[24/162] Compiling SystemPackage WindowsSyscallAdapters.swift
[25/162] Compiling SystemPackage MachPort.swift
[26/162] Compiling SystemPackage PlatformString.swift
[27/163] Compiling SystemPackage Errno.swift
[28/163] Compiling SystemPackage ErrnoWindows.swift
[29/163] Compiling SystemPackage FileDescriptor.swift
[30/163] Compiling SystemPackage FileHelpers.swift
[31/167] Compiling BenchmarkShared Command+Helpers.swift
[32/167] Compiling TextTable SimpleFormat.swift
[33/167] Compiling SystemPackage FilePathComponentView.swift
[34/167] Compiling SystemPackage FilePathComponents.swift
[35/167] Compiling TextTable String+Util.swift
[36/168] Compiling RealModule Float16+Real.swift
[37/168] Compiling RealModule Float80+Real.swift
[38/168] Compiling Atomics IntegerOperations.swift
[39/168] Compiling Atomics Unmanaged extensions.swift
[40/168] Compiling BenchmarkShared Command+Helpers.swift
[41/168] Emitting module BenchmarkShared
[44/169] Emitting module RealModule
[47/169] Compiling RealModule ElementaryFunctions.swift
[48/169] Compiling RealModule Float+Real.swift
[49/169] Compiling RealModule Float16+Real.swift
[54/173] Compiling SystemPackage FileOperations.swift
[55/173] Compiling SystemPackage FilePath.swift
[56/173] Compiling RealModule RealFunctions.swift
[60/172] Emitting module RealModule
[62/173] Compiling SystemPackage RawIORequest.swift
[63/173] Compiling SystemPackage Backcompat.swift
[64/173] Compiling SystemPackage CInterop.swift
[65/173] Compiling SystemPackage Constants.swift
[66/173] Compiling SystemPackage Exports.swift
[67/173] Compiling SystemPackage Mocking.swift
[68/173] Compiling SystemPackage RawBuffer.swift
[69/173] Compiling TextTable TextTable.swift
[72/173] Compiling SystemPackage FilePathParsing.swift
[78/191] Compiling Atomics AtomicBool.swift
[79/191] Compiling Atomics IntegerConformances.swift
[80/191] Compiling Atomics OptionalRawRepresentable.swift
[81/191] Compiling Atomics RawRepresentable.swift
[82/199] Emitting module SystemPackage
[83/204] Compiling Atomics AtomicValue.swift
[84/204] Compiling Atomics ManagedAtomic.swift
[85/204] Compiling Atomics ManagedAtomicLazyReference.swift
[86/204] Compiling Atomics AtomicMemoryOrderings.swift
[87/206] Compiling Atomics DoubleWord.swift
[88/206] Compiling Atomics UnsafeAtomic.swift
[89/206] Compiling Atomics UnsafeAtomicLazyReference.swift
[92/206] Emitting module ArgumentParserToolInfo
[93/205] Compiling TextTable RstFormat.swift
[102/206] Compiling TextTable FancyGridFormat.swift
[103/206] Compiling TextTable GridFormat.swift
[104/211] Compiling TextTable SimpleFormat.swift
[105/211] Compiling TextTable String+Util.swift
[112/216] Compiling TextTable OrgFormat.swift
[113/218] Emitting module SystemPackage
[114/218] Compiling Atomics AtomicStorage.swift
[116/218] Compiling TextTable PlainFormat.swift
[117/218] Compiling TextTable PsqlFormat.swift
[121/218] Compiling TextTable PipeFormat.swift
[122/218] Compiling SystemPackage SystemString.swift
[123/218] Compiling SystemPackage Util+StringArray.swift
[124/218] Compiling SystemPackage Util.swift
[125/218] Compiling SystemPackage UtilConsumers.swift
[126/218] Compiling TextTable LatexFormat.swift
[129/218] Compiling Atomics AtomicReference.swift
[135/218] Compiling TextTable HtmlFormat.swift
[136/218] Compiling Atomics IntegerOperations.swift
[137/218] Compiling Atomics Unmanaged extensions.swift
[138/219] Compiling TextTable TextTable.swift
[144/219] Emitting module TextTable
[150/220] Compiling ComplexModule Differentiable.swift
[151/220] Compiling ComplexModule ElementaryFunctions.swift
[153/219] Compiling ComplexModule Complex.swift
[154/219] Compiling ComplexModule Arithmetic.swift
[156/219] Emitting module Atomics
[156/221] Wrapping AST for SystemPackage for debugging
[157/221] Wrapping AST for RealModule for debugging
[173/221] Emitting module ComplexModule
[174/223] Wrapping AST for RealModule for debugging
[176/223] Compiling ComplexModule Differentiable.swift
[177/223] Compiling ComplexModule ElementaryFunctions.swift
[178/223] Compiling ComplexModule Complex.swift
[181/224] Compiling ArgumentParserToolInfo ToolInfo.swift
[182/225] Wrapping AST for ComplexModule for debugging
[184/224] Wrapping AST for SystemPackage for debugging
[185/228] Wrapping AST for ComplexModule for debugging
[187/228] Emitting module Numerics
[188/228] Compiling Numerics Numerics.swift
[190/273] Emitting module Numerics
[191/274] Compiling ArgumentParser BashCompletionsGenerator.swift
[192/274] Compiling ArgumentParser CompletionsGenerator.swift
[193/274] Compiling ArgumentParser FishCompletionsGenerator.swift
[194/274] Compiling ArgumentParser ZshCompletionsGenerator.swift
[195/274] Compiling ArgumentParser Argument.swift
[196/274] Compiling ArgumentParser ArgumentDiscussion.swift
[199/275] Wrapping AST for Atomics for debugging
[201/277] Emitting module Atomics
[202/277] Compiling ArgumentParser InputKey.swift
[203/277] Compiling ArgumentParser InputOrigin.swift
[204/277] Compiling ArgumentParser Name.swift
[205/277] Compiling ArgumentParser Parsed.swift
[206/277] Compiling ArgumentParser ParsedValues.swift
[207/277] Compiling ArgumentParser ParserError.swift
[208/283] Emitting module ArgumentParserToolInfo
[209/283] Compiling ArgumentParserToolInfo ToolInfo.swift
[213/285] Compiling ArgumentParser CollectionExtensions.swift
[214/285] Compiling ArgumentParser Mutex.swift
[215/285] Compiling ArgumentParser Platform.swift
[216/285] Compiling ArgumentParser SequenceExtensions.swift
[217/285] Compiling ArgumentParser StringExtensions.swift
[218/285] Compiling ArgumentParser SwiftExtensions.swift
[221/284] Emitting module Histogram
[222/284] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1392:25: error: cannot find 'vsnprintf' in scope
1390 | // string.
1391 | 0..<bufferSize ~= format.withCString {
1392 | Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
| `- error: cannot find 'vsnprintf' in scope
1393 | }
1394 | }
[222/284] Wrapping AST for Atomics for debugging
[223/284] Emitting module ArgumentParser
[224/284] Emitting module Histogram
BUILD FAILURE 6.1 wasm