The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Benchmark, reference main (5c4569), with Swift 6.1 for Android on 31 May 2025 00:02:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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 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 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" 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/ordo-one/TextTable.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[602/1752] Fetching swift-atomics, package-jemalloc
[1633/1955] Fetching swift-atomics, package-jemalloc, texttable
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.54s)
Fetched https://github.com/ordo-one/TextTable.git from cache (0.56s)
[1/4391] Fetching swift-system
[2329/19777] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetched https://github.com/apple/swift-system.git from cache (0.81s)
[4616/15386] Fetching swift-argument-parser
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.75s)
[1/602] Fetching hdrhistogram-swift
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.59s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (4.46s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.80s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.58s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (2.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.26s)
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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
Building for debugging...
[3/77] Write sources
[16/77] Compiling _NumericsShims _NumericsShims.c
[17/77] Compiling SwiftRuntimeHooks shims.c
[17/77] Write sources
[24/77] Compiling _AtomicsShims.c
[25/77] Write sources
[32/77] Compiling _NumericsShims _NumericsShims.c
[32/77] Write sources
[34/77] Compiling CSystem shims.c
[35/77] Compiling _AtomicsShims.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 Atomics
[42/174] Compiling SystemPackage FilePathTempPosix.swift
[43/174] Compiling SystemPackage FilePathTempWindows.swift
[44/174] Compiling Atomics IntegerOperations.swift
[45/174] Compiling Atomics Unmanaged extensions.swift
[46/174] Compiling RealModule Real.swift
[47/175] Compiling TextTable FancyGridFormat.swift
[48/175] Compiling TextTable GridFormat.swift
[49/175] Compiling SystemPackage FilePathParsing.swift
[50/175] Compiling RealModule Float80+Real.swift
[51/175] Compiling RealModule Float16+Real.swift
[52/175] Compiling RealModule RealFunctions.swift
[53/175] Compiling SystemPackage FilePathWindows.swift
[54/175] Compiling SystemPackage FilePermissions.swift
[55/175] Compiling SystemPackage Backcompat.swift
[56/175] Compiling SystemPackage CInterop.swift
[57/175] Compiling SystemPackage FilePathString.swift
[58/175] Compiling SystemPackage FilePathSyntax.swift
[59/175] Compiling SystemPackage FilePathTemp.swift
[60/175] Compiling RealModule Float+Real.swift
[61/175] Compiling RealModule ElementaryFunctions.swift
[62/175] Compiling TextTable HtmlFormat.swift
[63/175] Compiling TextTable LatexFormat.swift
[64/175] Emitting module ArgumentParserToolInfo
[65/175] Compiling ArgumentParserToolInfo ToolInfo.swift
[66/176] Emitting module RealModule
[67/176] Compiling TextTable OrgFormat.swift
[68/176] Compiling TextTable PipeFormat.swift
[73/180] Compiling SystemPackage MachPort.swift
[74/180] Compiling SystemPackage PlatformString.swift
[75/180] Compiling SystemPackage SystemString.swift
[77/180] Compiling TextTable PlainFormat.swift
[78/180] Compiling TextTable PsqlFormat.swift
[93/181] Compiling RealModule Float80+Real.swift
[94/187] Compiling SystemPackage Errno.swift
[95/187] Compiling SystemPackage ErrnoWindows.swift
[96/210] Emitting module RealModule
[97/210] Compiling SystemPackage FileDescriptor.swift
[98/210] Compiling SystemPackage FileHelpers.swift
[99/211] Compiling RealModule Float+Real.swift
[100/211] Compiling SystemPackage Util+StringArray.swift
[101/211] Compiling SystemPackage Util.swift
[102/211] Compiling SystemPackage UtilConsumers.swift
[103/212] Emitting module ArgumentParserToolInfo
[104/212] Compiling ArgumentParserToolInfo ToolInfo.swift
[105/218] Compiling RealModule Float16+Real.swift
[106/218] Compiling RealModule Real.swift
[107/218] Compiling RealModule ElementaryFunctions.swift
[108/218] Compiling RealModule RealFunctions.swift
[111/240] Emitting module ComplexModule
[112/240] Emitting module BenchmarkShared
[113/240] Compiling BenchmarkShared Command+Helpers.swift
[116/241] Emitting module BenchmarkShared
[117/242] Compiling ComplexModule Arithmetic.swift
[118/242] Compiling SystemPackage Backcompat.swift
[119/242] Compiling SystemPackage CInterop.swift
[120/242] Compiling SystemPackage Constants.swift
[121/242] Compiling SystemPackage Exports.swift
[122/242] Compiling Atomics AtomicMemoryOrderings.swift
[123/242] Compiling Atomics DoubleWord.swift
[124/242] Compiling Atomics ManagedAtomic.swift
[125/242] Compiling Atomics ManagedAtomicLazyReference.swift
[126/242] Compiling Atomics UnsafeAtomic.swift
[127/242] Compiling Atomics UnsafeAtomicLazyReference.swift
[128/242] Compiling SystemPackage Syscalls.swift
[129/242] Compiling SystemPackage WindowsSyscallAdapters.swift
[130/242] Emitting module SystemPackage
[131/242] Compiling Atomics Primitives.shims.swift
[132/242] Compiling Atomics AtomicInteger.swift
[133/242] Compiling Atomics AtomicOptionalWrappable.swift
[137/245] Compiling Atomics AtomicBool.swift
[138/245] Compiling Atomics IntegerConformances.swift
[139/245] Compiling Atomics PointerConformances.swift
[140/245] Compiling Atomics Primitives.native.swift
[141/245] Compiling Atomics OptionalRawRepresentable.swift
[142/245] Compiling Atomics RawRepresentable.swift
[147/246] Compiling TextTable String+Util.swift
[148/247] Emitting module TextTable
[150/251] Compiling TextTable SimpleFormat.swift
[151/251] Compiling Atomics AtomicReference.swift
[152/251] Compiling Atomics AtomicStorage.swift
[153/251] Compiling Atomics AtomicValue.swift
[156/251] Compiling TextTable RstFormat.swift
[157/322] Compiling ArgumentParser ParsedValues.swift
[158/322] Compiling ArgumentParser ParserError.swift
[159/322] Compiling ArgumentParser SplitArguments.swift
[160/330] Compiling ComplexModule ElementaryFunctions.swift
[161/330] Compiling ArgumentParser ParsableArguments.swift
[162/330] Compiling ArgumentParser ParsableArgumentsValidation.swift
[163/330] Compiling ArgumentParser OptionGroup.swift
[164/330] Compiling ArgumentParser AsyncParsableCommand.swift
[165/330] Compiling ArgumentParser CommandConfiguration.swift
[166/330] Compiling ArgumentParser CommandGroup.swift
[167/330] Emitting module SystemPackage
[168/330] Compiling TextTable TextTable.swift
[169/331] Compiling ComplexModule Arithmetic.swift
[171/331] Compiling ArgumentParser Flag.swift
[172/331] Compiling ArgumentParser NameSpecification.swift
[173/331] Compiling ArgumentParser Option.swift
[174/331] Compiling ArgumentParser BashCompletionsGenerator.swift
[179/331] Compiling ArgumentParser EnumerableFlag.swift
[180/336] Emitting module ComplexModule
[182/336] Compiling ArgumentParser ArgumentVisibility.swift
[183/336] Compiling ArgumentParser CompletionKind.swift
[184/336] Compiling ArgumentParser Errors.swift
[185/336] Compiling SystemPackage Util+StringArray.swift
[186/336] Compiling SystemPackage Util.swift
[187/336] Compiling SystemPackage UtilConsumers.swift
[188/336] Compiling ComplexModule ElementaryFunctions.swift
[189/336] Emitting module ArgumentParser
[190/341] Compiling ArgumentParser ArgumentHelp.swift
[191/341] Compiling ArgumentParser ExpressibleByArgument.swift
[194/341] Compiling ArgumentParser CompletionsGenerator.swift
[195/341] Compiling ArgumentParser FishCompletionsGenerator.swift
[196/341] Compiling ArgumentParser ZshCompletionsGenerator.swift
[197/341] Compiling ArgumentParser Argument.swift
[198/341] Compiling ArgumentParser ParsableCommand.swift
[199/341] Compiling ArgumentParser ArgumentDecoder.swift
[200/341] Compiling ArgumentParser Name.swift
[201/341] Compiling ArgumentParser Parsed.swift
[209/342] Emitting module ArgumentParser
[210/342] Compiling ComplexModule Complex.swift
[211/342] Compiling ComplexModule Differentiable.swift
[218/343] Compiling TextTable RstFormat.swift
[219/344] Emitting module Atomics
[229/344] Emitting module TextTable
[230/344] Compiling ArgumentParser CollectionExtensions.swift
[231/344] Compiling ArgumentParser Platform.swift
[232/344] Compiling ArgumentParser SequenceExtensions.swift
[233/344] Compiling ArgumentParser StringExtensions.swift
[234/344] Compiling ArgumentParser Tree.swift
[235/344] Compiling TextTable String+Util.swift
[246/344] Compiling TextTable SimpleFormat.swift
[264/344] Compiling TextTable TextTable.swift
[281/346] Compiling ArgumentParser MessageInfo.swift
[282/346] Compiling ArgumentParser UsageGenerator.swift
[283/346] Compiling ArgumentParser ArgumentDefinition.swift
[284/346] Compiling ArgumentParser ArgumentSet.swift
[285/346] Compiling ArgumentParser CommandParser.swift
[286/346] Compiling ArgumentParser InputKey.swift
[287/346] Compiling ArgumentParser InputOrigin.swift
[310/348] Compiling ComplexModule Complex.swift
[311/348] Compiling ComplexModule Differentiable.swift
[312/349] Wrapping AST for TextTable for debugging
[313/349] Wrapping AST for SystemPackage for debugging
[314/349] Wrapping AST for BenchmarkShared for debugging
[315/349] Wrapping AST for RealModule for debugging
[316/349] Wrapping AST for ArgumentParserToolInfo for debugging
[317/349] Wrapping AST for Atomics for debugging
[318/349] Wrapping AST for SystemPackage for debugging
[319/349] Wrapping AST for RealModule for debugging
[320/349] Wrapping AST for ComplexModule for debugging
[320/349] Wrapping AST for BenchmarkShared for debugging
[320/349] Wrapping AST for ArgumentParserToolInfo for debugging
[323/355] Wrapping AST for ArgumentParser for debugging
[324/355] Wrapping AST for TextTable for debugging
[325/355] Wrapping AST for ComplexModule for debugging
[326/359] Wrapping AST for Atomics for debugging
[327/359] Wrapping AST for ArgumentParser for debugging
[329/359] Compiling Numerics Numerics.swift
[330/359] Emitting module Numerics
[331/359] Compiling Numerics Numerics.swift
[332/359] Emitting module Numerics
[333/361] 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: """
[336/361] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[337/361] Emitting module BenchmarkBoilerplateGenerator
[339/361] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[341/363] Wrapping AST for Numerics for debugging
[343/367] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[344/367] Write Objects.LinkFileList
[345/367] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[346/367] Write Objects.LinkFileList
[348/367] 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: """
[349/368] Wrapping AST for BenchmarkHelpGenerator for debugging
[350/368] Write Objects.LinkFileList
[351/368] Linking BenchmarkBoilerplateGenerator
[352/368] Linking BenchmarkBoilerplateGenerator-tool
[354/368] Emitting module Histogram
[355/368] 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 |             }
[356/368] Emitting module Histogram
[356/368] Linking BenchmarkHelpGenerator
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/128] Compiling TextTable RstFormat.swift
[6/129] Emitting module ArgumentParserToolInfo
[7/129] Emitting module TextTable
[8/129] Emitting module BenchmarkShared
[9/129] Compiling BenchmarkShared Command+Helpers.swift
[10/130] Emitting module TextTable
[11/130] Compiling RealModule AlgebraicField.swift
[12/130] Compiling RealModule ApproximateEquality.swift
[13/131] Compiling Atomics AtomicInteger.swift
[14/131] Compiling Atomics AtomicOptionalWrappable.swift
[17/131] Compiling TextTable RstFormat.swift
[18/131] Compiling Atomics ManagedAtomic.swift
[19/131] Compiling Atomics ManagedAtomicLazyReference.swift
[21/131] Compiling Atomics UnsafeAtomic.swift
[22/131] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/133] Compiling TextTable String+Util.swift
[24/133] Compiling TextTable SimpleFormat.swift
[26/132] Compiling TextTable String+Util.swift
[27/132] Compiling Atomics AtomicReference.swift
[28/132] Compiling Atomics AtomicStorage.swift
[33/133] Compiling Atomics AtomicMemoryOrderings.swift
[34/133] Compiling Atomics DoubleWord.swift
[35/133] Compiling RealModule Real.swift
[36/133] Compiling RealModule Float80+Real.swift
[39/133] Compiling RealModule RealFunctions.swift
[40/133] Compiling RealModule Float+Real.swift
[41/133] Compiling RealModule ElementaryFunctions.swift
[42/133] Compiling RealModule Float16+Real.swift
[43/133] Compiling RealModule AugmentedArithmetic.swift
[44/133] Compiling RealModule Double+Real.swift
[45/133] Emitting module RealModule
[46/134] Compiling TextTable TextTable.swift
[52/134] Compiling Atomics AtomicValue.swift
[53/155] Compiling TextTable TextTable.swift
[54/162] Compiling SystemPackage Constants.swift
[55/162] Compiling SystemPackage Exports.swift
[57/172] Compiling SystemPackage Backcompat.swift
[58/172] Compiling SystemPackage CInterop.swift
[61/172] Compiling SystemPackage MachPort.swift
[62/172] Compiling SystemPackage PlatformString.swift
[63/172] Compiling SystemPackage SystemString.swift
[64/172] Compiling SystemPackage Mocking.swift
[65/172] Compiling SystemPackage RawBuffer.swift
[66/172] Compiling SystemPackage Syscalls.swift
[67/172] Compiling SystemPackage WindowsSyscallAdapters.swift
[68/175] Compiling ArgumentParserToolInfo ToolInfo.swift
[69/175] Emitting module ArgumentParserToolInfo
[70/175] Compiling ArgumentParserToolInfo ToolInfo.swift
[71/177] Compiling SystemPackage FilePathTempPosix.swift
[72/177] Compiling SystemPackage FilePathTempWindows.swift
[73/177] Compiling SystemPackage FilePathWindows.swift
[74/177] Compiling SystemPackage FilePermissions.swift
[76/176] Compiling RealModule AlgebraicField.swift
[77/176] Compiling RealModule ApproximateEquality.swift
[79/177] Compiling RealModule AugmentedArithmetic.swift
[80/177] Compiling RealModule Double+Real.swift
[87/186] Compiling RealModule Real.swift
[89/185] Compiling RealModule Float80+Real.swift
[90/185] Compiling RealModule RealFunctions.swift
[96/186] Compiling RealModule ElementaryFunctions.swift
[99/186] Compiling RealModule Float+Real.swift
[100/186] Compiling RealModule Float16+Real.swift
[101/186] Compiling SystemPackage Util+StringArray.swift
[102/186] Compiling SystemPackage Util.swift
[103/186] Compiling SystemPackage UtilConsumers.swift
[104/186] Emitting module RealModule
[105/206] Compiling Atomics AtomicInteger.swift
[106/206] Compiling Atomics AtomicOptionalWrappable.swift
[107/206] Compiling Atomics IntegerConformances.swift
[108/206] Compiling Atomics PointerConformances.swift
[109/206] Emitting module BenchmarkShared
[110/206] Compiling BenchmarkShared Command+Helpers.swift
[113/244] Compiling ArgumentParser Errors.swift
[114/244] Compiling ArgumentParser Flag.swift
[115/244] Compiling ArgumentParser NameSpecification.swift
[116/244] Compiling ArgumentParser Option.swift
[117/244] Compiling ArgumentParser ExpressibleByArgument.swift
[118/244] Compiling ArgumentParser ParsableArguments.swift
[119/244] Compiling ArgumentParser ParsableArgumentsValidation.swift
[120/244] Compiling ArgumentParser ParsableCommand.swift
[121/244] Emitting module SystemPackage
[122/244] Compiling ArgumentParser CommandGroup.swift
[123/244] Compiling ArgumentParser EnumerableFlag.swift
[124/244] Compiling ArgumentParser ArgumentVisibility.swift
[125/244] Compiling ArgumentParser CompletionKind.swift
[128/245] Compiling ArgumentParser BashCompletionsGenerator.swift
[129/245] Compiling ArgumentParser CompletionsGenerator.swift
[130/247] Compiling ArgumentParser CommandParser.swift
[131/247] Compiling ArgumentParser InputKey.swift
[132/247] Compiling ArgumentParser InputOrigin.swift
[133/247] Emitting module SystemPackage
[137/248] Compiling ArgumentParser Name.swift
[138/248] Compiling ArgumentParser Parsed.swift
[139/248] Compiling ArgumentParser ParsedValues.swift
[139/290] Wrapping AST for RealModule for debugging
[141/290] Emitting module Atomics
[142/290] Emitting module ComplexModule
[143/290] Compiling ArgumentParser CommandGroup.swift
[144/290] Compiling ArgumentParser EnumerableFlag.swift
[145/290] Compiling ArgumentParser ExpressibleByArgument.swift
[146/290] Compiling ArgumentParser Flag.swift
[147/290] Compiling ArgumentParser NameSpecification.swift
[148/290] Compiling ArgumentParser Option.swift
[149/290] Compiling ArgumentParser CommandConfiguration.swift
[153/290] Compiling ComplexModule Differentiable.swift
[154/290] Compiling ComplexModule Complex.swift
[155/290] Compiling ComplexModule Arithmetic.swift
[156/290] Compiling ComplexModule ElementaryFunctions.swift
[156/290] Wrapping AST for SystemPackage for debugging
[158/291] Compiling ArgumentParser CommandParser.swift
[159/291] Compiling ArgumentParser InputKey.swift
[160/291] Wrapping AST for RealModule for debugging
[162/291] Compiling ArgumentParser ArgumentVisibility.swift
[163/291] Compiling ArgumentParser CompletionKind.swift
[164/291] Compiling ArgumentParser Errors.swift
[168/291] Compiling ArgumentParser OptionGroup.swift
[169/291] Compiling ArgumentParser AsyncParsableCommand.swift
[169/292] Wrapping AST for ComplexModule for debugging
[173/294] Compiling ArgumentParser ParsableArguments.swift
[174/294] Compiling ArgumentParser ParsableArgumentsValidation.swift
[178/295] Emitting module ArgumentParser
[179/300] Wrapping AST for SystemPackage for debugging
[181/300] Emitting module Numerics
[182/300] Compiling Numerics Numerics.swift
[182/301] Wrapping AST for Atomics for debugging
[185/301] Compiling ComplexModule Differentiable.swift
[186/301] Compiling ComplexModule ElementaryFunctions.swift
[187/301] Compiling ComplexModule Arithmetic.swift
[188/301] Compiling ComplexModule Complex.swift
[189/301] Emitting module ComplexModule
[191/301] Emitting module ArgumentParser
[192/306] Compiling ArgumentParser Name.swift
[193/306] Compiling ArgumentParser Parsed.swift
[194/306] Compiling ArgumentParser ParsedValues.swift
[195/306] Compiling ArgumentParser ParserError.swift
[196/306] Compiling ArgumentParser SplitArguments.swift
[201/306] Wrapping AST for ComplexModule for debugging
[203/310] Compiling Numerics Numerics.swift
[204/310] Emitting module Numerics
[206/310] Compiling ArgumentParser CollectionExtensions.swift
[207/310] Compiling ArgumentParser Platform.swift
[208/310] Compiling ArgumentParser SequenceExtensions.swift
[209/310] Compiling ArgumentParser StringExtensions.swift
[210/310] Compiling ArgumentParser Tree.swift
[211/312] Compiling ArgumentParser DumpHelpGenerator.swift
[212/312] Compiling ArgumentParser HelpCommand.swift
[213/312] Compiling ArgumentParser HelpGenerator.swift
[214/312] Compiling ArgumentParser MessageInfo.swift
[215/312] Compiling ArgumentParser UsageGenerator.swift
[216/312] Emitting module Atomics
[217/312] Emitting module Histogram
[218/312] 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/312] Emitting module Histogram
[237/312] Compiling ArgumentParser ParsableCommand.swift
[238/312] Compiling ArgumentParser ArgumentDecoder.swift
[239/312] Compiling ArgumentParser ArgumentDefinition.swift
[240/312] Compiling ArgumentParser ArgumentSet.swift
[243/312] Compiling ArgumentParser InputOrigin.swift
[244/312] Compiling ArgumentParser BashCompletionsGenerator.swift
BUILD FAILURE 6.1 android