Build Information
Failed to build Benchmark, reference main (6b8c88
), with Swift 6.1 for Android on 26 Aug 2025 13:21:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 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-4609320-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: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/ordo-one/TextTable.git
[1/203] Fetching texttable
[204/238] Fetching texttable, package-jemalloc
[239/2046] Fetching texttable, package-jemalloc, swift-atomics
[240/2648] Fetching texttable, package-jemalloc, swift-atomics, hdrhistogram-swift
[2631/7548] Fetching texttable, package-jemalloc, swift-atomics, hdrhistogram-swift, swift-system
Fetched https://github.com/ordo-one/TextTable.git from cache (0.36s)
[6984/7345] Fetching package-jemalloc, swift-atomics, hdrhistogram-swift, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[2428/18134] Fetching package-jemalloc, swift-atomics, hdrhistogram-swift, swift-argument-parser
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.89s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.89s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.91s)
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.57s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.57s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.50s)
Fetching https://github.com/apple/swift-numerics
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.48s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.63s)
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.49s)
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.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.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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
warning: couldn't find pc file for jemalloc
warning: couldn't find pc file for jemalloc
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/78] Write sources
[17/78] Compiling _NumericsShims _NumericsShims.c
[18/78] Write sources
[20/78] Compiling _NumericsShims _NumericsShims.c
[21/78] Write sources
[25/78] Compiling _AtomicsShims.c
[25/78] Write sources
[25/78] Compiling _AtomicsShims.c
[35/78] Compiling SwiftRuntimeHooks shims.c
[36/78] Compiling CSystem shims.c
[36/78] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[38/78] Compiling CSystem shims.c
[39/78] Write swift-version-24593BA9C3E375BF.txt
[40/78] Compiling SwiftRuntimeHooks shims.c
[42/204] Emitting module RealModule
[43/205] Emitting module SystemPackage
[45/213] Compiling RealModule ElementaryFunctions.swift
[46/213] Compiling SystemPackage Errno.swift
[47/213] Compiling SystemPackage ErrnoWindows.swift
[48/213] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/213] Emitting module ArgumentParserToolInfo
[50/214] Compiling RealModule Real.swift
[51/214] Compiling RealModule RealFunctions.swift
[52/214] Compiling SystemPackage FilePathSyntax.swift
[53/214] Compiling SystemPackage FilePathTemp.swift
[54/214] Compiling SystemPackage FilePathTempPosix.swift
[55/214] Compiling SystemPackage FilePathTempWindows.swift
[56/214] Compiling RealModule Float80+Real.swift
[57/214] Compiling SystemPackage FilePathComponentView.swift
[58/214] Compiling SystemPackage FilePathComponents.swift
[60/216] Compiling SystemPackage FilePathWindows.swift
[63/216] Compiling SystemPackage FilePermissions.swift
[64/216] Compiling SystemPackage IOCompletion.swift
[65/216] Compiling RealModule Float+Real.swift
[66/216] Compiling RealModule Float16+Real.swift
[67/216] Compiling SystemPackage FileDescriptor.swift
[68/216] Compiling SystemPackage FileHelpers.swift
[72/216] Compiling SystemPackage SystemString.swift
[73/216] Compiling SystemPackage Util+StringArray.swift
[74/216] Compiling SystemPackage Util.swift
[75/216] Compiling SystemPackage UtilConsumers.swift
[76/217] Compiling RealModule Real.swift
[77/217] Compiling RealModule Float16+Real.swift
[78/217] Compiling RealModule ElementaryFunctions.swift
[79/218] Compiling RealModule Float80+Real.swift
[80/218] Compiling RealModule Float+Real.swift
[85/218] Emitting module RealModule
[90/218] Compiling SystemPackage FilePath.swift
[93/218] Compiling SystemPackage FilePathParsing.swift
[94/218] Compiling SystemPackage FilePathString.swift
[99/218] Compiling SystemPackage FileOperations.swift
[104/218] Emitting module Atomics
[109/218] Compiling RealModule RealFunctions.swift
[122/219] Compiling Atomics IntegerOperations.swift
[130/223] Compiling Atomics Unmanaged extensions.swift
[132/229] Emitting module BenchmarkShared
[134/229] Compiling BenchmarkShared Command+Helpers.swift
[137/236] Compiling ComplexModule Arithmetic.swift
[139/236] Compiling ComplexModule Complex.swift
[144/236] Compiling SystemPackage IORing.swift
[145/236] Compiling SystemPackage RawIORequest.swift
[146/236] Compiling SystemPackage Backcompat.swift
[147/236] Compiling SystemPackage CInterop.swift
[149/236] Compiling SystemPackage Exports.swift
[150/236] Compiling SystemPackage Mocking.swift
[151/236] Compiling SystemPackage RawBuffer.swift
[152/236] Compiling SystemPackage Syscalls.swift
[153/236] Compiling SystemPackage WindowsSyscallAdapters.swift
[154/236] Compiling SystemPackage MachPort.swift
[155/236] Compiling SystemPackage PlatformString.swift
[157/257] Compiling TextTable String+Util.swift
[158/257] Compiling Atomics PointerConformances.swift
[159/257] Compiling Atomics Primitives.native.swift
[160/258] Compiling TextTable RstFormat.swift
[161/258] Compiling TextTable SimpleFormat.swift
[162/258] Emitting module TextTable
[163/258] Compiling Atomics AtomicReference.swift
[164/258] Compiling Atomics IntegerConformances.swift
[165/258] Compiling Atomics AtomicInteger.swift
[166/258] Compiling Atomics AtomicOptionalWrappable.swift
[167/258] Compiling Atomics AtomicStorage.swift
[168/258] Compiling Atomics AtomicValue.swift
[169/258] Compiling ComplexModule ElementaryFunctions.swift
[172/258] Emitting module ComplexModule
[173/260] Compiling Atomics UnsafeAtomic.swift
[174/260] Compiling Atomics UnsafeAtomicLazyReference.swift
[175/260] Compiling Atomics ManagedAtomic.swift
[176/260] Compiling Atomics ManagedAtomicLazyReference.swift
[177/304] Compiling ArgumentParser NameSpecification.swift
[178/304] Compiling ArgumentParser Option.swift
[179/304] Emitting module ComplexModule
[180/304] Compiling ComplexModule ElementaryFunctions.swift
[181/304] Compiling ArgumentParser EnumerableFlag.swift
[182/304] Compiling ArgumentParser ExpressibleByArgument.swift
[183/304] Compiling ArgumentParser InputOrigin.swift
[184/304] Compiling ArgumentParser Name.swift
[185/304] Compiling ArgumentParser Parsed.swift
[186/304] Compiling ArgumentParser ParsedValues.swift
[187/304] Compiling ArgumentParser ArgumentDefinition.swift
[188/304] Compiling ArgumentParser ArgumentSet.swift
[189/304] Compiling ArgumentParser CommandParser.swift
[190/304] Compiling ArgumentParser InputKey.swift
[192/304] Compiling ArgumentParser ParsableArguments.swift
[193/304] Compiling ArgumentParser ParsableCommand.swift
[194/304] Compiling ArgumentParser ArgumentDecoder.swift
[195/305] Compiling TextTable TextTable.swift
[196/306] Compiling TextTable String+Util.swift
[198/307] Wrapping AST for SystemPackage for debugging
[200/307] Compiling TextTable RstFormat.swift
[201/307] Compiling TextTable TextTable.swift
[201/307] Wrapping AST for TextTable for debugging
[202/307] Wrapping AST for RealModule for debugging
[203/307] Wrapping AST for BenchmarkShared for debugging
[204/307] Wrapping AST for Atomics for debugging
[206/307] Compiling ArgumentParser BashCompletionsGenerator.swift
[207/307] Compiling ArgumentParser CompletionsGenerator.swift
[208/307] Compiling TextTable SimpleFormat.swift
[208/307] Wrapping AST for SystemPackage for debugging
[210/307] Emitting module TextTable
[211/307] Compiling ArgumentParser FishCompletionsGenerator.swift
[212/307] Compiling ArgumentParser ZshCompletionsGenerator.swift
[213/307] Compiling ArgumentParser ArgumentHelp.swift
[214/307] Compiling ArgumentParser ArgumentVisibility.swift
[215/307] Compiling ArgumentParser Argument.swift
[216/307] Compiling ArgumentParser ArgumentDiscussion.swift
[216/308] Wrapping AST for RealModule for debugging
[217/308] Wrapping AST for ArgumentParserToolInfo for debugging
[219/308] Compiling ArgumentParser OptionGroup.swift
[220/308] Compiling ArgumentParser AsyncParsableCommand.swift
[221/308] Compiling ArgumentParser CommandConfiguration.swift
[222/308] Compiling ArgumentParser CommandGroup.swift
[225/314] Wrapping AST for BenchmarkShared for debugging
[227/314] Emitting module ArgumentParserToolInfo
[228/314] Compiling ArgumentParserToolInfo ToolInfo.swift
[228/315] Wrapping AST for TextTable for debugging
[230/315] Compiling ArgumentParser CollectionExtensions.swift
[231/315] Compiling ArgumentParser Mutex.swift
[232/315] Compiling ArgumentParser Platform.swift
[233/315] Compiling ArgumentParser SequenceExtensions.swift
[234/315] Compiling ArgumentParser StringExtensions.swift
[235/315] Compiling ArgumentParser SwiftExtensions.swift
[236/315] Wrapping AST for ArgumentParserToolInfo for debugging
[238/359] Compiling ArgumentParser Tree.swift
[239/359] Compiling ArgumentParser CodingKeyValidator.swift
[240/359] Compiling ArgumentParser NonsenseFlagsValidator.swift
[241/359] Compiling ArgumentParser ParsableArgumentsValidation.swift
[242/359] Compiling ArgumentParser PositionalArgumentsValidator.swift
[243/359] Compiling ArgumentParser UniqueNamesValidator.swift
[244/359] Compiling ArgumentParser BashCompletionsGenerator.swift
[245/359] Compiling ArgumentParser CompletionsGenerator.swift
[246/359] Compiling ArgumentParser FishCompletionsGenerator.swift
[247/359] Compiling ArgumentParser ZshCompletionsGenerator.swift
[248/359] Compiling ArgumentParser Argument.swift
[249/359] Compiling ArgumentParser ArgumentDiscussion.swift
[250/359] Compiling ArgumentParser ArgumentHelp.swift
[251/359] Emitting module ArgumentParser
[252/359] Compiling ArgumentParser ArgumentVisibility.swift
[253/359] Compiling ArgumentParser CompletionKind.swift
[254/359] Compiling ArgumentParser Errors.swift
[255/359] Compiling ArgumentParser Flag.swift
[256/359] Compiling ArgumentParser NameSpecification.swift
[257/359] Compiling ArgumentParser Option.swift
[258/359] Compiling ComplexModule Differentiable.swift
[259/360] Emitting module Atomics
[261/360] Compiling ArgumentParser InputKey.swift
[262/360] Compiling ArgumentParser InputOrigin.swift
[263/360] Compiling ArgumentParser Name.swift
[264/360] Compiling ArgumentParser Parsed.swift
[265/360] Compiling ArgumentParser ParsedValues.swift
[266/360] Compiling ArgumentParser ParserError.swift
[267/366] Compiling ArgumentParser CollectionExtensions.swift
[268/366] Compiling ArgumentParser Mutex.swift
[269/366] Compiling ArgumentParser Platform.swift
[270/366] Compiling ArgumentParser SequenceExtensions.swift
[271/366] Compiling ArgumentParser StringExtensions.swift
[272/366] Compiling ArgumentParser SwiftExtensions.swift
[272/366] Wrapping AST for ComplexModule for debugging
[283/369] Compiling Numerics Numerics.swift
[284/369] Emitting module Numerics
[286/370] Compiling ComplexModule Complex.swift
[287/370] Compiling ComplexModule Arithmetic.swift
[288/370] Compiling ComplexModule Differentiable.swift
[290/371] Wrapping AST for Atomics for debugging
[291/371] Wrapping AST for Numerics for debugging
[292/371] Wrapping AST for ComplexModule for debugging
[294/375] Emitting module Numerics
[295/375] Compiling Numerics Numerics.swift
[296/376] Compiling ArgumentParser Tree.swift
[297/376] Compiling ArgumentParser CodingKeyValidator.swift
[298/376] Compiling ArgumentParser NonsenseFlagsValidator.swift
[299/376] Compiling ArgumentParser ParsableArgumentsValidation.swift
[300/376] Compiling ArgumentParser PositionalArgumentsValidator.swift
[301/376] Compiling ArgumentParser UniqueNamesValidator.swift
[309/376] Compiling ArgumentParser SplitArguments.swift
[310/376] Compiling ArgumentParser DumpHelpGenerator.swift
[311/376] Compiling ArgumentParser HelpCommand.swift
[312/376] Compiling ArgumentParser HelpGenerator.swift
[313/376] Compiling ArgumentParser MessageInfo.swift
[314/376] Compiling ArgumentParser UsageGenerator.swift
[315/376] Compiling ArgumentParser OptionGroup.swift
[316/376] Compiling ArgumentParser AsyncParsableCommand.swift
[317/376] Compiling ArgumentParser CommandConfiguration.swift
[318/376] Compiling ArgumentParser CommandGroup.swift
[319/376] Compiling ArgumentParser EnumerableFlag.swift
[320/376] Compiling ArgumentParser ExpressibleByArgument.swift
[320/377] Wrapping AST for Numerics for debugging
[329/379] Wrapping AST for ArgumentParser for debugging
[331/381] 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 | }
[332/381] Emitting module Histogram
[333/381] Emitting module BenchmarkBoilerplateGenerator
[334/381] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[341/382] Emitting module ArgumentParser
[342/382] Emitting module Histogram
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/42] Write swift-version-24593BA9C3E375BF.txt
[6/166] Compiling BenchmarkShared Command+Helpers.swift
[7/166] Emitting module BenchmarkShared
[8/167] Compiling RealModule Float80+Real.swift
[9/167] Compiling RealModule Real.swift
[10/168] Compiling SystemPackage FileOperations.swift
[11/168] Compiling SystemPackage FilePathWindows.swift
[14/170] Compiling SystemPackage FilePermissions.swift
[15/170] Compiling SystemPackage IOCompletion.swift
[19/172] Compiling TextTable RstFormat.swift
[20/173] Compiling SystemPackage FilePathTemp.swift
[21/173] Compiling SystemPackage FilePathTempPosix.swift
[22/173] Compiling SystemPackage FileDescriptor.swift
[23/173] Compiling SystemPackage FileHelpers.swift
[26/172] Compiling RealModule Float+Real.swift
[27/172] Compiling RealModule ElementaryFunctions.swift
[28/172] Compiling RealModule Float16+Real.swift
[29/172] Compiling SystemPackage FilePathString.swift
[30/172] Compiling SystemPackage FilePathSyntax.swift
[31/172] Compiling TextTable SimpleFormat.swift
[32/172] Compiling TextTable String+Util.swift
[33/172] Compiling RealModule RealFunctions.swift
[36/172] Emitting module TextTable
[37/172] Compiling SystemPackage FilePath.swift
[38/172] Compiling SystemPackage FilePathComponentView.swift
[39/172] Compiling SystemPackage Syscalls.swift
[40/172] Compiling SystemPackage WindowsSyscallAdapters.swift
[41/172] Compiling SystemPackage MachPort.swift
[42/172] Compiling SystemPackage PlatformString.swift
[45/176] Compiling SystemPackage FilePathComponents.swift
[46/176] Compiling SystemPackage FilePathParsing.swift
[47/176] Emitting module RealModule
[48/177] Compiling SystemPackage Constants.swift
[49/177] Compiling SystemPackage Exports.swift
[50/177] Compiling SystemPackage Mocking.swift
[51/177] Compiling SystemPackage RawBuffer.swift
[53/193] Compiling Atomics IntegerOperations.swift
[54/193] Compiling Atomics Unmanaged extensions.swift
[55/193] Compiling TextTable LatexFormat.swift
[56/193] Compiling TextTable OrgFormat.swift
[57/193] Compiling TextTable PipeFormat.swift
[60/193] Compiling TextTable FancyGridFormat.swift
[61/193] Compiling TextTable GridFormat.swift
[62/193] Compiling TextTable HtmlFormat.swift
[63/193] Compiling TextTable PlainFormat.swift
[64/193] Compiling TextTable PsqlFormat.swift
[65/193] Compiling TextTable TextTable.swift
[70/193] Compiling TextTable SimpleFormat.swift
[76/199] Compiling SystemPackage RawIORequest.swift
[77/199] Compiling SystemPackage Backcompat.swift
[78/199] Compiling SystemPackage CInterop.swift
[83/200] Compiling RealModule AugmentedArithmetic.swift
[84/200] Compiling RealModule Double+Real.swift
[85/200] Compiling RealModule AlgebraicField.swift
[86/200] Compiling RealModule ApproximateEquality.swift
[87/204] Compiling TextTable String+Util.swift
[90/204] Compiling TextTable RstFormat.swift
[101/204] Emitting module SystemPackage
[105/205] Compiling RealModule Real.swift
[107/205] Compiling TextTable TextTable.swift
[108/205] Compiling RealModule Float80+Real.swift
[109/205] Compiling RealModule ElementaryFunctions.swift
[110/205] Compiling RealModule Float+Real.swift
[111/205] Compiling RealModule Float16+Real.swift
[112/208] Compiling RealModule RealFunctions.swift
[116/210] Compiling SystemPackage FilePathTempWindows.swift
[121/210] Compiling SystemPackage Errno.swift
[122/210] Compiling SystemPackage ErrnoWindows.swift
[126/210] Emitting module ArgumentParserToolInfo
[127/210] Compiling ArgumentParserToolInfo ToolInfo.swift
[128/211] Emitting module RealModule
[131/211] Emitting module TextTable
[137/215] Compiling SystemPackage SystemString.swift
[138/215] Compiling SystemPackage Util+StringArray.swift
[139/215] Compiling SystemPackage Util.swift
[140/215] Compiling SystemPackage UtilConsumers.swift
[151/215] Compiling ComplexModule Complex.swift
[156/221] Compiling BenchmarkShared Command+Helpers.swift
[157/221] Emitting module BenchmarkShared
[166/222] Emitting module ComplexModule
[166/222] Wrapping AST for RealModule for debugging
[168/222] Compiling ComplexModule Differentiable.swift
[169/222] Compiling ComplexModule ElementaryFunctions.swift
[170/222] Compiling ComplexModule Arithmetic.swift
[176/223] Wrapping AST for SystemPackage for debugging
[178/223] Compiling ComplexModule Differentiable.swift
[179/223] Emitting module Atomics
[179/223] Wrapping AST for SystemPackage for debugging
[181/231] Wrapping AST for RealModule for debugging
[183/267] Emitting module Atomics
[184/268] Compiling ComplexModule Complex.swift
[184/268] Wrapping AST for ComplexModule for debugging
[186/270] Wrapping AST for Atomics for debugging
[188/270] Compiling ArgumentParser AsyncParsableCommand.swift
[189/270] Compiling ArgumentParser CommandConfiguration.swift
[190/270] Compiling ArgumentParser CommandGroup.swift
[191/270] Compiling ArgumentParser ZshCompletionsGenerator.swift
[192/270] Compiling ArgumentParser Argument.swift
[193/270] Compiling ArgumentParser ArgumentDiscussion.swift
[194/271] Compiling Numerics Numerics.swift
[195/271] Emitting module Numerics
[196/272] Compiling ComplexModule ElementaryFunctions.swift
[197/272] Compiling ComplexModule Arithmetic.swift
[199/272] Emitting module ComplexModule
[201/272] Wrapping AST for Atomics for debugging
[202/274] Wrapping AST for ComplexModule for debugging
[204/274] Compiling ArgumentParser CollectionExtensions.swift
[205/274] Compiling ArgumentParser Mutex.swift
[206/274] Compiling ArgumentParser Platform.swift
[207/274] Compiling ArgumentParser SequenceExtensions.swift
[208/274] Compiling ArgumentParser StringExtensions.swift
[209/274] Compiling ArgumentParser SwiftExtensions.swift
[210/280] Emitting module ArgumentParserToolInfo
[211/280] Compiling ArgumentParserToolInfo ToolInfo.swift
[213/282] Compiling Numerics Numerics.swift
[214/282] Emitting module Numerics
[216/282] Emitting module ArgumentParser
[217/328] Emitting module Histogram
[218/328] 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 | }
[219/328] Compiling ArgumentParser ArgumentVisibility.swift
[220/328] Compiling ArgumentParser CompletionKind.swift
[221/328] Compiling ArgumentParser Errors.swift
[222/328] Compiling ArgumentParser Flag.swift
[223/328] Compiling ArgumentParser NameSpecification.swift
[224/328] Compiling ArgumentParser Option.swift
[225/328] Compiling ArgumentParser SplitArguments.swift
[226/328] Compiling ArgumentParser DumpHelpGenerator.swift
[227/328] Compiling ArgumentParser HelpCommand.swift
[228/328] Compiling ArgumentParser HelpGenerator.swift
[229/328] Compiling ArgumentParser MessageInfo.swift
[230/328] Compiling ArgumentParser UsageGenerator.swift
BUILD FAILURE 6.1 android