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 1.29.3 (5c4569), with Swift 6.1 for Android on 31 May 2025 00:03:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-benchmark.git
Reference: 1.29.3
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.3     -> FETCH_HEAD
HEAD is now at 5c4569a fix(patch): Rename 'Shared' target to 'BenchmarkShared' (#324)
Cloned https://github.com/ordo-one/package-benchmark.git
Revision (git rev-parse @):
5c4569a9e7e9acac4db43f31e58252539ca71f0b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-benchmark.git at 1.29.3
========================================
Build
========================================
Selected platform:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/apple/swift-system.git
[1/602] Fetching hdrhistogram-swift
[603/4993] Fetching hdrhistogram-swift, swift-system
[1965/6710] Fetching hdrhistogram-swift, swift-system, swift-atomics
[6711/22096] Fetching hdrhistogram-swift, swift-system, swift-atomics, swift-argument-parser
[7481/22131] Fetching hdrhistogram-swift, swift-system, swift-atomics, swift-argument-parser, package-jemalloc
[7482/22334] Fetching hdrhistogram-swift, swift-system, swift-atomics, swift-argument-parser, package-jemalloc, texttable
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (1.14s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (1.14s)
[21544/21697] Fetching swift-system, swift-atomics, swift-argument-parser, texttable
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
[17306/17306] Fetching swift-atomics, swift-argument-parser, texttable
Fetched https://github.com/apple/swift-atomics.git from cache (1.50s)
Fetched https://github.com/ordo-one/TextTable.git from cache (1.50s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.51s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (2.40s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.64s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.83s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.86s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.10s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.70s)
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.5.0
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.5.1
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
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
Building for debugging...
[3/77] Write sources
[16/77] Compiling _NumericsShims _NumericsShims.c
[16/77] Write sources
[19/77] Compiling _NumericsShims _NumericsShims.c
[19/77] Compiling _AtomicsShims.c
[21/77] Write sources
[33/77] Compiling CSystem shims.c
[34/77] Compiling _AtomicsShims.c
[35/77] Compiling SwiftRuntimeHooks shims.c
[36/77] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[37/77] Compiling CSystem shims.c
[38/77] Compiling SwiftRuntimeHooks shims.c
[38/77] Write swift-version-24593BA9C3E375BF.txt
[41/172] Emitting module ArgumentParserToolInfo
[42/172] Compiling ArgumentParserToolInfo ToolInfo.swift
[43/173] Compiling TextTable LatexFormat.swift
[44/173] Compiling TextTable PlainFormat.swift
[45/173] Compiling TextTable PsqlFormat.swift
[46/175] Compiling RealModule Float+Real.swift
[47/175] Compiling Atomics AtomicReference.swift
[48/175] Compiling Atomics AtomicStorage.swift
[49/175] Compiling Atomics AtomicValue.swift
[50/175] Compiling RealModule ElementaryFunctions.swift
[51/175] Emitting module Atomics
[52/176] Compiling TextTable OrgFormat.swift
[53/176] Compiling TextTable PipeFormat.swift
[54/176] Compiling Atomics AtomicBool.swift
[55/176] Compiling TextTable HtmlFormat.swift
[57/176] Compiling Atomics ManagedAtomic.swift
[58/176] Compiling Atomics ManagedAtomicLazyReference.swift
[59/176] Compiling Atomics AtomicMemoryOrderings.swift
[60/176] Compiling Atomics DoubleWord.swift
[61/179] Emitting module SystemPackage
[62/179] Compiling TextTable FancyGridFormat.swift
[63/179] Compiling TextTable GridFormat.swift
[66/179] Compiling RealModule Float16+Real.swift
[75/179] Compiling RealModule Float80+Real.swift
[76/179] Compiling RealModule Real.swift
[77/179] Compiling SystemPackage MachPort.swift
[78/179] Compiling SystemPackage PlatformString.swift
[79/179] Compiling SystemPackage SystemString.swift
[80/179] Compiling Atomics UnsafeAtomic.swift
[81/179] Compiling Atomics UnsafeAtomicLazyReference.swift
[89/179] Emitting module RealModule
[93/179] Compiling RealModule RealFunctions.swift
[94/208] Compiling SystemPackage Constants.swift
[95/208] Compiling SystemPackage Exports.swift
[98/214] Emitting module ArgumentParserToolInfo
[99/214] Compiling ArgumentParserToolInfo ToolInfo.swift
[100/215] Compiling SystemPackage Util+StringArray.swift
[101/215] Compiling SystemPackage Util.swift
[102/215] Compiling SystemPackage UtilConsumers.swift
[103/215] Compiling RealModule ElementaryFunctions.swift
[104/216] Compiling SystemPackage Errno.swift
[105/216] Compiling SystemPackage ErrnoWindows.swift
[106/216] Compiling SystemPackage FileDescriptor.swift
[107/216] Compiling SystemPackage FileHelpers.swift
[110/219] Compiling RealModule RealFunctions.swift
[111/221] Compiling RealModule Float+Real.swift
[113/221] Emitting module RealModule
[116/221] Compiling RealModule Float16+Real.swift
[117/221] Compiling RealModule Float80+Real.swift
[118/221] Compiling RealModule Real.swift
[120/224] Compiling BenchmarkShared Command+Helpers.swift
[121/224] Emitting module BenchmarkShared
[123/225] Compiling ComplexModule ElementaryFunctions.swift
[124/225] Emitting module SystemPackage
[125/225] Emitting module BenchmarkShared
[126/225] Compiling BenchmarkShared Command+Helpers.swift
[127/226] Compiling TextTable RstFormat.swift
[130/226] Compiling TextTable SimpleFormat.swift
[131/226] Compiling TextTable String+Util.swift
[132/227] Compiling SystemPackage Backcompat.swift
[133/227] Compiling SystemPackage CInterop.swift
[136/227] Compiling SystemPackage WindowsSyscallAdapters.swift
[137/227] Compiling SystemPackage MachPort.swift
[138/227] Compiling SystemPackage PlatformString.swift
[139/227] Compiling SystemPackage SystemString.swift
[140/228] Compiling SystemPackage Util+StringArray.swift
[141/228] Compiling SystemPackage Util.swift
[142/228] Compiling SystemPackage UtilConsumers.swift
[143/228] Compiling SystemPackage FileOperations.swift
[144/228] Compiling SystemPackage FilePath.swift
[145/228] Compiling SystemPackage FilePathComponentView.swift
[146/228] Compiling SystemPackage FilePathComponents.swift
[147/228] Compiling SystemPackage FilePathTempPosix.swift
[148/228] Compiling SystemPackage FilePathTempWindows.swift
[149/228] Compiling SystemPackage FilePathWindows.swift
[150/228] Compiling SystemPackage FilePermissions.swift
[151/228] Emitting module TextTable
[161/228] Compiling SystemPackage FilePathParsing.swift
[162/228] Compiling SystemPackage FilePathString.swift
[163/228] Compiling SystemPackage FilePathSyntax.swift
[164/228] Compiling SystemPackage FilePathTemp.swift
[167/228] Compiling SystemPackage Mocking.swift
[168/228] Compiling SystemPackage RawBuffer.swift
[169/228] Compiling SystemPackage Syscalls.swift
[171/228] Compiling TextTable TextTable.swift
[177/249] Wrapping AST for TextTable for debugging
[178/249] Wrapping AST for SystemPackage for debugging
[180/330] Compiling ArgumentParser CommandConfiguration.swift
[181/330] Compiling ArgumentParser CommandGroup.swift
[182/331] Compiling TextTable SimpleFormat.swift
[183/331] Compiling TextTable String+Util.swift
[184/331] Compiling ArgumentParser EnumerableFlag.swift
[185/331] Compiling ArgumentParser ArgumentVisibility.swift
[186/331] Compiling ArgumentParser CompletionKind.swift
[187/331] Compiling ArgumentParser Errors.swift
[188/331] Compiling TextTable RstFormat.swift
[191/331] Compiling ArgumentParser Flag.swift
[192/333] Compiling ArgumentParser ArgumentHelp.swift
[193/333] Compiling ArgumentParser ArgumentDefinition.swift
[194/333] Compiling ArgumentParser ZshCompletionsGenerator.swift
[195/333] Compiling ArgumentParser Argument.swift
[195/333] Wrapping AST for RealModule for debugging
[196/333] Wrapping AST for BenchmarkShared for debugging
[198/333] Compiling ArgumentParser CompletionsGenerator.swift
[199/333] Compiling ArgumentParser FishCompletionsGenerator.swift
[199/333] Wrapping AST for Atomics for debugging
[200/333] Wrapping AST for ArgumentParserToolInfo for debugging
[202/333] Emitting module TextTable
[203/333] Compiling ArgumentParser OptionGroup.swift
[204/333] Compiling ArgumentParser AsyncParsableCommand.swift
[204/333] Wrapping AST for SystemPackage for debugging
[206/333] Compiling ComplexModule Complex.swift
[207/333] Compiling ComplexModule Arithmetic.swift
[208/333] Emitting module ComplexModule
[209/333] Compiling ComplexModule Differentiable.swift
[209/334] Wrapping AST for RealModule for debugging
[210/334] Wrapping AST for BenchmarkShared for debugging
[213/334] Compiling Atomics IntegerOperations.swift
[214/334] Compiling Atomics Unmanaged extensions.swift
[215/334] Compiling ArgumentParser NameSpecification.swift
[216/334] Compiling ArgumentParser Option.swift
[217/334] Compiling ArgumentParser BashCompletionsGenerator.swift
[217/334] Wrapping AST for ComplexModule for debugging
[218/334] Wrapping AST for ArgumentParserToolInfo for debugging
[220/336] Compiling TextTable TextTable.swift
[227/342] Compiling Numerics Numerics.swift
[228/342] Emitting module Numerics
[229/343] Compiling ComplexModule ElementaryFunctions.swift
[229/343] Wrapping AST for TextTable for debugging
[232/343] Emitting module ArgumentParser
[232/350] Wrapping AST for Numerics for debugging
[234/350] Emitting module ComplexModule
[241/350] Emitting module ArgumentParser
[248/350] Emitting module Atomics
[249/350] Compiling ArgumentParser CollectionExtensions.swift
[250/350] Compiling ArgumentParser Platform.swift
[251/350] Compiling ArgumentParser SequenceExtensions.swift
[252/350] Compiling ArgumentParser StringExtensions.swift
[253/350] Compiling ArgumentParser Tree.swift
[270/350] Compiling ArgumentParser ExpressibleByArgument.swift
[271/350] Compiling ArgumentParser ParsableArguments.swift
[272/350] Compiling ArgumentParser ParsableArgumentsValidation.swift
[273/350] Compiling ArgumentParser ParsableCommand.swift
[274/350] Compiling ArgumentParser ArgumentDecoder.swift
[275/350] Compiling ArgumentParser DumpHelpGenerator.swift
[276/350] Compiling ArgumentParser HelpCommand.swift
[277/350] Compiling ArgumentParser HelpGenerator.swift
[278/350] Compiling ArgumentParser MessageInfo.swift
[279/350] Compiling ArgumentParser UsageGenerator.swift
[301/351] Compiling ArgumentParser InputKey.swift
[302/351] Compiling ArgumentParser InputOrigin.swift
[308/351] Compiling ArgumentParser Name.swift
[309/351] Compiling ArgumentParser Parsed.swift
[310/351] Compiling ArgumentParser ParsedValues.swift
[311/351] Compiling ArgumentParser ParserError.swift
[312/351] Compiling ArgumentParser SplitArguments.swift
[312/352] Wrapping AST for Atomics for debugging
[325/357] Wrapping AST for ArgumentParser for debugging
[327/357] Compiling ComplexModule Complex.swift
[328/357] Compiling ComplexModule Arithmetic.swift
[329/357] Compiling ComplexModule Differentiable.swift
[330/357] Compiling Histogram Histogram.swift
[331/357] Emitting module Histogram
[331/360] Wrapping AST for ArgumentParser for debugging
[334/361] Wrapping AST for ComplexModule for debugging
[336/362] Emitting module BenchmarkBoilerplateGenerator
[337/362] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[337/362] Wrapping AST for Histogram for debugging
[340/388] Emitting module Numerics
[341/392] Compiling Numerics Numerics.swift
[342/393] Emitting module BenchmarkBoilerplateGenerator
[343/393] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[343/394] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[344/394] Write Objects.LinkFileList
[347/394] Emitting module BenchmarkHelpGenerator
/host/spi-builder-workspace/Plugins/BenchmarkHelpGenerator/BenchmarkHelpGenerator.swift:56:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 | @main
 55 | struct Benchmark: AsyncParsableCommand {
 56 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |         abstract: "Run benchmarks or update, compare or check performance baselines",
 58 |         usage: """
[348/394] Compiling BenchmarkHelpGenerator BenchmarkHelpGenerator.swift
/host/spi-builder-workspace/Plugins/BenchmarkHelpGenerator/BenchmarkHelpGenerator.swift:56:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 | @main
 55 | struct Benchmark: AsyncParsableCommand {
 56 |     static var configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |         abstract: "Run benchmarks or update, compare or check performance baselines",
 58 |         usage: """
[350/395] Compiling Benchmark BenchmarkRunner.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[351/395] Compiling Benchmark BenchmarkThresholds+Defaults.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[352/395] Compiling Benchmark BenchmarkThresholds.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[353/395] Compiling Benchmark Blackhole.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[354/398] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[355/398] Write Objects.LinkFileList
[356/398] Wrapping AST for Numerics for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[358/398] Emitting module Benchmark
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[359/398] Compiling Benchmark ARCStats.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[360/398] Compiling Benchmark ARCStatsProducer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[361/398] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[362/398] Compiling Benchmark Benchmark.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[362/398] Wrapping AST for BenchmarkHelpGenerator for debugging
[363/398] Write Objects.LinkFileList
[365/400] Compiling Benchmark ProgressElements.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[366/400] Compiling Benchmark Utilities.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[367/400] Compiling Benchmark Statistics.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[368/400] Compiling Benchmark NIOLock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[369/400] Compiling Benchmark lock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[370/400] Compiling Benchmark OperatingSystemStats.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[371/400] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[372/400] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[373/400] Compiling Benchmark OutputSuppressor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[374/400] Compiling Benchmark Progress.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[375/400] Compiling Benchmark Int+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[376/400] Compiling Benchmark MallocStats+jemalloc-support.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[377/400] Compiling Benchmark MallocStats.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[378/400] Compiling Benchmark MallocStatsProducer+jemalloc.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[378/400] Linking BenchmarkBoilerplateGenerator
[380/400] Compiling Benchmark BenchmarkMetric+Defaults.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[381/400] Compiling Benchmark BenchmarkMetric.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[382/400] Compiling Benchmark BenchmarkResult.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[383/400] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[384/400] Compiling Benchmark BenchmarkClock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[385/400] Compiling Benchmark BenchmarkExecutor+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[386/400] Compiling Benchmark BenchmarkExecutor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[387/400] Compiling Benchmark BenchmarkInternals.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "../../Headers/jemalloc.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/host/spi-builder-workspace/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:12: error: could not build C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 |     import jemalloc
    |            `- error: could not build C module 'jemalloc'
 15 |
 16 |     // We currently register a number of MIB:s that aren't in use that
[387/400] Linking BenchmarkHelpGenerator
[388/400] Linking BenchmarkBoilerplateGenerator-tool
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
Building for debugging...
[3/41] Write swift-version-24593BA9C3E375BF.txt
[5/154] Emitting module ArgumentParserToolInfo
[6/154] Compiling RealModule Float80+Real.swift
[7/154] Compiling RealModule Real.swift
[8/155] Compiling SystemPackage FilePathComponentView.swift
[9/155] Compiling SystemPackage FilePathComponents.swift
[10/157] Compiling SystemPackage FilePathParsing.swift
[11/157] Compiling SystemPackage FilePathString.swift
[12/157] Compiling SystemPackage FileOperations.swift
[13/157] Compiling SystemPackage FilePath.swift
[14/157] Emitting module BenchmarkShared
[15/157] Compiling BenchmarkShared Command+Helpers.swift
[16/158] Emitting module TextTable
[17/159] Compiling TextTable RstFormat.swift
[18/160] Compiling RealModule RealFunctions.swift
[19/160] Compiling TextTable SimpleFormat.swift
[20/160] Compiling TextTable RstFormat.swift
[21/160] Compiling RealModule Float16+Real.swift
[23/160] Compiling RealModule ElementaryFunctions.swift
[24/160] Compiling RealModule Float+Real.swift
[27/160] Compiling Atomics IntegerOperations.swift
[28/160] Compiling Atomics Unmanaged extensions.swift
[29/162] Compiling TextTable PlainFormat.swift
[30/162] Compiling TextTable PsqlFormat.swift
[31/162] Compiling TextTable SimpleFormat.swift
[32/162] Compiling TextTable String+Util.swift
[36/162] Compiling TextTable LatexFormat.swift
[37/162] Compiling TextTable OrgFormat.swift
[38/162] Compiling TextTable PipeFormat.swift
[43/162] Compiling TextTable HtmlFormat.swift
[45/162] Compiling TextTable FancyGridFormat.swift
[46/162] Compiling TextTable GridFormat.swift
[47/162] Compiling SystemPackage CInterop.swift
[48/162] Compiling SystemPackage Constants.swift
[49/162] Compiling SystemPackage Exports.swift
[52/162] Compiling SystemPackage Backcompat.swift
[53/162] Emitting module RealModule
[60/176] Compiling TextTable TextTable.swift
[63/176] Compiling SystemPackage Mocking.swift
[64/176] Compiling SystemPackage RawBuffer.swift
[65/176] Compiling SystemPackage Syscalls.swift
[66/176] Compiling SystemPackage WindowsSyscallAdapters.swift
[67/176] Compiling RealModule Real.swift
[72/182] Compiling SystemPackage MachPort.swift
[73/182] Compiling SystemPackage PlatformString.swift
[74/182] Compiling SystemPackage SystemString.swift
[75/182] Compiling RealModule Float16+Real.swift
[76/182] Compiling RealModule Float80+Real.swift
[77/182] Compiling RealModule RealFunctions.swift
[78/182] Emitting module SystemPackage
[79/182] Compiling RealModule ElementaryFunctions.swift
[80/182] Compiling RealModule Float+Real.swift
[81/182] Compiling ArgumentParserToolInfo ToolInfo.swift
[82/183] Emitting module SystemPackage
[83/183] Compiling RealModule AugmentedArithmetic.swift
[84/183] Compiling RealModule Double+Real.swift
[85/183] Compiling RealModule AlgebraicField.swift
[86/183] Compiling RealModule ApproximateEquality.swift
[87/183] Compiling SystemPackage Util+StringArray.swift
[88/183] Compiling SystemPackage Util.swift
[89/183] Compiling SystemPackage UtilConsumers.swift
[103/184] Emitting module TextTable
[109/182] Emitting module RealModule
[118/206] Compiling ComplexModule Complex.swift
[119/206] Compiling Atomics AtomicMemoryOrderings.swift
[120/206] Compiling Atomics DoubleWord.swift
[121/206] Compiling Atomics ManagedAtomic.swift
[122/206] Compiling Atomics ManagedAtomicLazyReference.swift
[123/206] Compiling Atomics AtomicInteger.swift
[124/206] Compiling Atomics AtomicOptionalWrappable.swift
[125/206] Compiling Atomics IntegerConformances.swift
[126/206] Compiling Atomics PointerConformances.swift
[127/206] Compiling Atomics OptionalRawRepresentable.swift
[128/206] Compiling Atomics RawRepresentable.swift
[129/206] Compiling Atomics AtomicBool.swift
[130/206] Compiling Atomics Primitives.shims.swift
[131/206] Compiling Atomics UnsafeAtomic.swift
[132/206] Compiling Atomics UnsafeAtomicLazyReference.swift
[146/210] Emitting module BenchmarkShared
[148/210] Compiling BenchmarkShared Command+Helpers.swift
[156/248] Wrapping AST for SystemPackage for debugging
[157/248] Wrapping AST for RealModule for debugging
[159/253] Compiling ComplexModule Differentiable.swift
[160/253] Compiling ComplexModule Arithmetic.swift
[161/253] Compiling ComplexModule ElementaryFunctions.swift
[161/253] Wrapping AST for SystemPackage for debugging
[162/253] Wrapping AST for RealModule for debugging
[164/253] Compiling ArgumentParser ArgumentSet.swift
[165/253] Compiling ArgumentParser CommandParser.swift
[166/253] Emitting module ComplexModule
[167/254] Compiling ArgumentParser NameSpecification.swift
[168/254] Compiling ArgumentParser Option.swift
[169/254] Compiling ArgumentParser BashCompletionsGenerator.swift
[170/254] Wrapping AST for ComplexModule for debugging
[172/256] Compiling ArgumentParserToolInfo ToolInfo.swift
[173/256] Emitting module ArgumentParserToolInfo
[174/257] Compiling ComplexModule Arithmetic.swift
[175/257] Compiling ComplexModule Complex.swift
[177/256] Emitting module Numerics
[178/256] Compiling Numerics Numerics.swift
[179/257] Emitting module Atomics
[180/257] Compiling ArgumentParser OptionGroup.swift
[181/257] Compiling ArgumentParser AsyncParsableCommand.swift
[182/257] Compiling ArgumentParser CommandConfiguration.swift
[183/258] Emitting module ArgumentParser
[186/263] Compiling ComplexModule ElementaryFunctions.swift
[187/263] Compiling ComplexModule Differentiable.swift
[188/262] Emitting module ComplexModule
[188/301] Wrapping AST for Atomics for debugging
[190/303] Wrapping AST for ComplexModule for debugging
[192/305] Compiling Numerics Numerics.swift
[193/305] Emitting module Numerics
[194/306] Emitting module Histogram
[196/305] Compiling ArgumentParser CollectionExtensions.swift
[197/305] Compiling ArgumentParser Platform.swift
[198/305] Compiling ArgumentParser SequenceExtensions.swift
[199/305] Compiling ArgumentParser StringExtensions.swift
[200/305] Compiling ArgumentParser Tree.swift
[201/307] Compiling ArgumentParser OptionGroup.swift
[202/307] Compiling ArgumentParser AsyncParsableCommand.swift
[203/307] Compiling ArgumentParser CommandConfiguration.swift
[204/307] Compiling ArgumentParser CommandGroup.swift
[205/307] Compiling ArgumentParser EnumerableFlag.swift
[206/307] Compiling ArgumentParser ArgumentDefinition.swift
[207/307] Compiling ArgumentParser ArgumentSet.swift
[208/307] Compiling ArgumentParser CommandParser.swift
[209/307] Compiling ArgumentParser InputKey.swift
[210/307] Compiling ArgumentParser InputOrigin.swift
[211/307] Compiling ArgumentParser DumpHelpGenerator.swift
[212/307] Compiling ArgumentParser HelpCommand.swift
[213/307] Compiling ArgumentParser HelpGenerator.swift
[214/307] Compiling ArgumentParser MessageInfo.swift
[215/307] Compiling ArgumentParser UsageGenerator.swift
[216/307] 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 |             }
[217/307] Compiling ArgumentParser BashCompletionsGenerator.swift
[218/307] Compiling ArgumentParser CompletionsGenerator.swift
[219/307] Compiling ArgumentParser FishCompletionsGenerator.swift
[220/307] Compiling ArgumentParser ArgumentVisibility.swift
[221/307] Compiling ArgumentParser CompletionKind.swift
[222/307] Compiling ArgumentParser Errors.swift
[223/307] Emitting module Atomics
[227/308] Compiling ArgumentParser ZshCompletionsGenerator.swift
[228/308] Compiling ArgumentParser Argument.swift
[229/308] Compiling ArgumentParser Option.swift
[230/308] Compiling ArgumentParser Name.swift
[231/308] Compiling ArgumentParser Parsed.swift
[232/308] Compiling ArgumentParser ParsedValues.swift
[233/308] Compiling ArgumentParser ParserError.swift
[234/308] Compiling ArgumentParser SplitArguments.swift
[235/308] Compiling ArgumentParser ArgumentHelp.swift
[239/308] Compiling ArgumentParser Flag.swift
[240/308] Compiling ArgumentParser NameSpecification.swift
BUILD FAILURE 6.1 android