The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Benchmark, reference main (6b8c88), with Swift 6.1 for Wasm on 26 Aug 2025 13:22:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/ordo-one/package-benchmark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/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/apple/swift-system.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/602] Fetching hdrhistogram-swift
[369/805] Fetching hdrhistogram-swift, texttable
[806/840] Fetching hdrhistogram-swift, texttable, package-jemalloc
[841/5740] Fetching hdrhistogram-swift, texttable, package-jemalloc, swift-system
[988/7548] Fetching hdrhistogram-swift, texttable, package-jemalloc, swift-system, swift-atomics
[7549/23237] Fetching hdrhistogram-swift, texttable, package-jemalloc, swift-system, swift-atomics, swift-argument-parser
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.52s)
[8045/22635] Fetching texttable, package-jemalloc, swift-system, swift-atomics, swift-argument-parser
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
[3459/17735] Fetching texttable, package-jemalloc, swift-atomics, swift-argument-parser
Fetched https://github.com/ordo-one/TextTable.git from cache (0.93s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.93s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.93s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.94s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (1.58s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.60s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.63s)
Fetching https://github.com/apple/swift-numerics
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.77s)
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.87s)
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/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.3
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/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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.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
[21/78] Compiling _NumericsShims _NumericsShims.c
[22/78] Write sources
[27/78] Compiling _AtomicsShims.c
[28/78] Write sources
[33/78] Compiling SwiftRuntimeHooks shims.c
[33/78] Write sources
[35/78] Compiling CSystem shims.c
[36/78] Compiling _AtomicsShims.c
[37/78] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[38/78] Compiling CSystem shims.c
[39/78] Compiling SwiftRuntimeHooks shims.c
[40/78] Write swift-version-24593BA9C3E375BF.txt
[42/188] Emitting module SystemPackage
[44/196] Compiling RealModule Real.swift
[45/197] Compiling RealModule ElementaryFunctions.swift
[46/197] Compiling RealModule Float80+Real.swift
[47/197] Emitting module BenchmarkShared
[48/197] Compiling BenchmarkShared Command+Helpers.swift
[49/198] Compiling RealModule AugmentedArithmetic.swift
[50/198] Compiling RealModule Double+Real.swift
[51/198] Compiling RealModule Float16+Real.swift
[52/198] Compiling SystemPackage SystemString.swift
[53/198] Compiling SystemPackage Util+StringArray.swift
[54/198] Compiling SystemPackage Util.swift
[55/198] Compiling SystemPackage UtilConsumers.swift
[56/198] Emitting module RealModule
[57/198] Compiling RealModule AlgebraicField.swift
[58/198] Compiling RealModule ApproximateEquality.swift
[59/198] Compiling RealModule Float+Real.swift
[60/198] Compiling RealModule Float80+Real.swift
[61/199] Compiling RealModule RealFunctions.swift
[62/200] Compiling RealModule ElementaryFunctions.swift
[64/200] Compiling RealModule Real.swift
[65/200] Compiling BenchmarkShared Command+Helpers.swift
[66/200] Emitting module BenchmarkShared
[69/201] Emitting module RealModule
[72/201] Compiling RealModule Float+Real.swift
[73/201] Compiling RealModule Float16+Real.swift
[74/201] Compiling SystemPackage FilePermissions.swift
[75/201] Compiling SystemPackage IOCompletion.swift
[76/201] Compiling SystemPackage IORequest.swift
[77/201] Compiling SystemPackage IORing.swift
[82/201] Compiling SystemPackage FilePathSyntax.swift
[83/201] Compiling SystemPackage FilePathTemp.swift
[84/201] Compiling SystemPackage FilePathTempPosix.swift
[85/201] Compiling SystemPackage FilePathTempWindows.swift
[86/201] Compiling SystemPackage FilePathWindows.swift
[91/201] Compiling SystemPackage FilePathString.swift
[92/201] Compiling RealModule RealFunctions.swift
[96/245] Compiling Atomics IntegerConformances.swift
[97/245] Compiling Atomics PointerConformances.swift
[98/245] Compiling Atomics Primitives.native.swift
[99/245] Compiling Atomics OptionalRawRepresentable.swift
[100/245] Compiling Atomics RawRepresentable.swift
[101/245] Compiling SystemPackage Syscalls.swift
[102/245] Compiling SystemPackage WindowsSyscallAdapters.swift
[103/245] Compiling SystemPackage MachPort.swift
[104/245] Compiling SystemPackage PlatformString.swift
[105/245] Compiling Atomics AtomicStorage.swift
[106/245] Compiling Atomics AtomicValue.swift
[107/247] Compiling Atomics UnsafeAtomic.swift
[108/247] Compiling Atomics UnsafeAtomicLazyReference.swift
[111/247] Compiling Atomics DoubleWord.swift
[112/247] Compiling Atomics AtomicInteger.swift
[113/247] Compiling Atomics AtomicOptionalWrappable.swift
[114/247] Compiling Atomics AtomicReference.swift
[115/247] Compiling SystemPackage Constants.swift
[116/247] Compiling SystemPackage Exports.swift
[117/247] Compiling SystemPackage Mocking.swift
[118/247] Compiling SystemPackage RawBuffer.swift
[119/247] Compiling Atomics AtomicBool.swift
[120/247] Compiling Atomics ManagedAtomic.swift
[121/247] Compiling Atomics ManagedAtomicLazyReference.swift
[122/247] Compiling Atomics AtomicMemoryOrderings.swift
[123/247] Compiling Atomics IntegerOperations.swift
[124/247] Compiling Atomics Unmanaged extensions.swift
[125/247] Compiling SystemPackage FileDescriptor.swift
[126/247] Compiling SystemPackage FileHelpers.swift
[127/247] Compiling SystemPackage FileOperations.swift
[137/250] Compiling TextTable String+Util.swift
[143/251] Compiling TextTable RstFormat.swift
[144/251] Compiling TextTable SimpleFormat.swift
[148/256] Compiling Atomics IntegerOperations.swift
[149/256] Compiling Atomics Unmanaged extensions.swift
[154/256] Emitting module TextTable
[159/256] Compiling ComplexModule Arithmetic.swift
[185/257] Compiling ComplexModule Complex.swift
[186/257] Compiling ComplexModule Differentiable.swift
[187/257] Compiling ComplexModule ElementaryFunctions.swift
[188/257] Emitting module ComplexModule
[191/258] Compiling TextTable String+Util.swift
[192/259] Compiling TextTable RstFormat.swift
[193/259] Compiling TextTable SimpleFormat.swift
[193/259] Wrapping AST for SystemPackage for debugging
[197/259] Emitting module TextTable
[198/259] Compiling TextTable TextTable.swift
[205/261] Compiling ComplexModule Arithmetic.swift
[207/264] Emitting module Numerics
[208/264] Compiling Numerics Numerics.swift
[208/264] Wrapping AST for RealModule for debugging
[210/265] Wrapping AST for BenchmarkShared for debugging
[212/265] Compiling TextTable TextTable.swift
[213/266] Compiling ComplexModule ElementaryFunctions.swift
[214/266] Compiling ArgumentParserToolInfo ToolInfo.swift
[215/266] Emitting module ArgumentParserToolInfo
[215/267] Wrapping AST for TextTable for debugging
[218/267] Wrapping AST for SystemPackage for debugging
[219/267] Wrapping AST for RealModule for debugging
[220/269] Wrapping AST for TextTable for debugging
[221/269] Wrapping AST for ArgumentParserToolInfo for debugging
[222/313] Wrapping AST for Numerics for debugging
[223/313] Wrapping AST for ComplexModule for debugging
[224/313] Wrapping AST for BenchmarkShared for debugging
[226/313] Emitting module Atomics
[228/313] Emitting module ArgumentParserToolInfo
[229/313] Compiling ArgumentParserToolInfo ToolInfo.swift
[230/314] Compiling ArgumentParser BashCompletionsGenerator.swift
[231/314] Compiling ArgumentParser CompletionsGenerator.swift
[232/314] Compiling ArgumentParser FishCompletionsGenerator.swift
[233/314] Compiling ArgumentParser ZshCompletionsGenerator.swift
[234/314] Compiling ArgumentParser Argument.swift
[235/314] Compiling ArgumentParser ArgumentDiscussion.swift
[238/315] Emitting module Histogram
[239/315] 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 |             }
[239/315] Wrapping AST for ArgumentParserToolInfo for debugging
[240/315] Compiling ComplexModule Complex.swift
[241/315] Emitting module ComplexModule
[241/315] Wrapping AST for Atomics for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/160] Compiling RealModule ElementaryFunctions.swift
[7/161] Compiling RealModule Float80+Real.swift
[8/161] Compiling RealModule Real.swift
[9/161] Compiling BenchmarkShared Command+Helpers.swift
[10/161] Emitting module BenchmarkShared
[11/162] Compiling RealModule Float16+Real.swift
[12/162] Compiling RealModule RealFunctions.swift
[13/162] Compiling SystemPackage FileOperations.swift
[14/162] Compiling SystemPackage IORing.swift
[15/162] Compiling SystemPackage RawIORequest.swift
[16/162] Compiling SystemPackage Backcompat.swift
[17/164] Compiling SystemPackage FileDescriptor.swift
[18/164] Compiling SystemPackage FileHelpers.swift
[19/164] Compiling SystemPackage Errno.swift
[20/164] Compiling SystemPackage ErrnoWindows.swift
[21/164] Compiling TextTable FancyGridFormat.swift
[22/164] Compiling TextTable GridFormat.swift
[23/165] Compiling TextTable SimpleFormat.swift
[24/165] Compiling TextTable String+Util.swift
[25/166] Compiling TextTable RstFormat.swift
[26/166] Compiling TextTable String+Util.swift
[27/166] Compiling TextTable SimpleFormat.swift
[28/166] Compiling TextTable RstFormat.swift
[29/166] Emitting module BenchmarkShared
[31/166] Compiling BenchmarkShared Command+Helpers.swift
[32/166] Compiling TextTable HtmlFormat.swift
[33/166] Compiling TextTable LatexFormat.swift
[34/166] Compiling RealModule Float+Real.swift
[35/166] Compiling SystemPackage Syscalls.swift
[36/166] Compiling SystemPackage WindowsSyscallAdapters.swift
[37/166] Compiling SystemPackage MachPort.swift
[38/166] Compiling SystemPackage PlatformString.swift
[39/170] Compiling SystemPackage FilePathWindows.swift
[40/170] Compiling SystemPackage FilePermissions.swift
[41/170] Compiling SystemPackage IOCompletion.swift
[42/170] Compiling SystemPackage IORequest.swift
[43/170] Emitting module TextTable
[44/174] Compiling TextTable PlainFormat.swift
[45/174] Compiling TextTable PsqlFormat.swift
[46/174] Compiling TextTable OrgFormat.swift
[47/174] Compiling TextTable PipeFormat.swift
[53/173] Emitting module RealModule
[55/184] Compiling RealModule ElementaryFunctions.swift
[56/184] Compiling Atomics IntegerOperations.swift
[57/184] Compiling Atomics Unmanaged extensions.swift
[58/185] Compiling RealModule Real.swift
[60/185] Compiling SystemPackage Exports.swift
[61/185] Compiling SystemPackage Mocking.swift
[62/185] Compiling SystemPackage RawBuffer.swift
[71/203] Compiling TextTable TextTable.swift
[72/203] Compiling RealModule RealFunctions.swift
[73/205] Compiling Atomics AtomicStorage.swift
[74/205] Compiling Atomics AtomicValue.swift
[75/205] Compiling Atomics AtomicInteger.swift
[76/205] Compiling RealModule Float16+Real.swift
[77/205] Emitting module SystemPackage
[81/205] Compiling Atomics AtomicOptionalWrappable.swift
[82/205] Compiling Atomics AtomicReference.swift
[83/207] Emitting module SystemPackage
[86/207] Compiling Atomics RawRepresentable.swift
[87/207] Compiling Atomics AtomicBool.swift
[88/208] Compiling RealModule Float80+Real.swift
[89/208] Compiling Atomics ManagedAtomicLazyReference.swift
[90/208] Compiling Atomics UnsafeAtomic.swift
[91/208] Compiling Atomics UnsafeAtomicLazyReference.swift
[92/208] Compiling Atomics IntegerOperations.swift
[97/208] Compiling Atomics Unmanaged extensions.swift
[101/208] Compiling TextTable TextTable.swift
[103/208] Compiling RealModule Float+Real.swift
[104/208] Compiling Atomics ManagedAtomic.swift
[108/208] Compiling Atomics Primitives.native.swift
[109/208] Compiling Atomics OptionalRawRepresentable.swift
[110/208] Compiling Atomics IntegerConformances.swift
[111/208] Compiling Atomics PointerConformances.swift
[112/208] Compiling Atomics AtomicMemoryOrderings.swift
[113/208] Compiling Atomics DoubleWord.swift
[114/207] Emitting module RealModule
[120/213] Emitting module Atomics
[125/213] Emitting module TextTable
[128/214] Compiling SystemPackage SystemString.swift
[129/214] Compiling SystemPackage Util+StringArray.swift
[130/214] Compiling SystemPackage Util.swift
[131/214] Compiling SystemPackage UtilConsumers.swift
[151/221] Emitting module ComplexModule
[162/222] Compiling ArgumentParserToolInfo ToolInfo.swift
[163/222] Emitting module ArgumentParserToolInfo
[166/222] Wrapping AST for RealModule for debugging
[167/222] Wrapping AST for SystemPackage for debugging
[169/222] Emitting module Atomics
[170/222] Compiling ComplexModule Complex.swift
[171/222] Compiling ComplexModule ElementaryFunctions.swift
[172/222] Compiling ComplexModule Differentiable.swift
[173/222] Compiling ComplexModule Arithmetic.swift
[179/224] Wrapping AST for RealModule for debugging
[180/224] Wrapping AST for SystemPackage for debugging
[188/225] Compiling ComplexModule Complex.swift
[192/269] Compiling ComplexModule ElementaryFunctions.swift
[192/269] Wrapping AST for Atomics for debugging
[193/269] Wrapping AST for ComplexModule for debugging
[194/269] Wrapping AST for Atomics for debugging
[196/271] Emitting module ComplexModule
[197/271] Compiling Numerics Numerics.swift
[198/271] Emitting module Numerics
[199/272] Compiling ArgumentParser OptionGroup.swift
[200/272] Compiling ArgumentParser AsyncParsableCommand.swift
[201/272] Compiling ArgumentParser CommandConfiguration.swift
[202/272] Compiling ArgumentParser CommandGroup.swift
[203/272] Compiling ArgumentParser EnumerableFlag.swift
[204/272] Compiling ArgumentParser ExpressibleByArgument.swift
[206/277] Compiling ArgumentParser CollectionExtensions.swift
[207/277] Compiling ArgumentParser Mutex.swift
[208/277] Compiling ArgumentParser Platform.swift
[209/277] Compiling ArgumentParser SequenceExtensions.swift
[210/277] Compiling ArgumentParser StringExtensions.swift
[211/277] Compiling ArgumentParser SwiftExtensions.swift
[212/279] Compiling ArgumentParserToolInfo ToolInfo.swift
[213/279] Emitting module ArgumentParserToolInfo
[214/280] Wrapping AST for ArgumentParserToolInfo for debugging
[216/280] Compiling ArgumentParser Tree.swift
[217/280] Compiling ArgumentParser CodingKeyValidator.swift
[218/280] Compiling ArgumentParser NonsenseFlagsValidator.swift
[219/280] Compiling ArgumentParser ParsableArgumentsValidation.swift
[220/280] Compiling ArgumentParser PositionalArgumentsValidator.swift
[221/280] Compiling ArgumentParser UniqueNamesValidator.swift
[222/280] Emitting module Histogram
[223/280] 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 |             }
[224/287] Compiling ArgumentParser InputKey.swift
[225/287] Compiling ArgumentParser InputOrigin.swift
[226/287] Compiling ArgumentParser Name.swift
[227/287] Compiling ArgumentParser Parsed.swift
[228/287] Compiling ArgumentParser ParsedValues.swift
[229/287] Compiling ArgumentParser ParserError.swift
[230/287] Compiling ComplexModule Arithmetic.swift
BUILD FAILURE 6.1 wasm