Build Information
Failed to build velox-serve, reference main (677cd7), with Swift 6.1 for Android on 29 May 2025 22:20:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/velox-serve.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/t089/velox-serve
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 677cd7f adds simple query items api
Cloned https://github.com/t089/velox-serve.git
Revision (git rev-parse @):
677cd7f7bcf0a939c5deb72f2b64a122614f3277
SUCCESS checkout https://github.com/t089/velox-serve.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/t089/velox-serve.git
https://github.com/t089/velox-serve.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.52.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "package-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/package-benchmark"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "velox-serve",
"name" : "velox-serve",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "VeloxServe",
"targets" : [
"VeloxServe"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "VeloxBenchmarks",
"targets" : [
"VeloxBenchmarks"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VeloxServeTests",
"module_type" : "SwiftTarget",
"name" : "VeloxServeTests",
"path" : "Tests/VeloxServeTests",
"product_dependencies" : [
"AsyncHTTPClient",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"sources" : [
"velox_serveTests.swift"
],
"target_dependencies" : [
"VeloxServe"
],
"type" : "test"
},
{
"c99name" : "VeloxServe",
"module_type" : "SwiftTarget",
"name" : "VeloxServe",
"path" : "Sources/VeloxServe",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"Logging",
"NIOExtras",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1",
"ServiceLifecycle",
"Instrumentation",
"Tracing"
],
"product_memberships" : [
"VeloxServe",
"Example",
"VeloxBenchmarks"
],
"sources" : [
"ChannelHandlers/AutomaticContinueHandler.swift",
"ChannelHandlers/ChannelQuiescingHandler.swift",
"ChannelHandlers/OutboundHeaderHandler.swift",
"Handler.swift",
"InstrumentedHandler.swift",
"QueryItems.swift",
"RequestReader.swift",
"ResponseWriter.swift",
"UTCInstant.swift",
"UserInfo.swift",
"server.swift"
],
"type" : "library"
},
{
"c99name" : "VeloxBenchmarks",
"module_type" : "SwiftTarget",
"name" : "VeloxBenchmarks",
"path" : "Benchmarks/VeloxBenchmarks",
"product_dependencies" : [
"Benchmark",
"AsyncHTTPClient",
"BenchmarkPlugin"
],
"product_memberships" : [
"VeloxBenchmarks"
],
"sources" : [
"VeloxBenchmarks.swift"
],
"target_dependencies" : [
"VeloxServe"
],
"type" : "executable"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_dependencies" : [
"ArgumentParser",
"ServiceLifecycle"
],
"product_memberships" : [
"Example"
],
"sources" : [
"example.swift"
],
"target_dependencies" : [
"VeloxServe"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 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-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[61/10888] Fetching swift-nio-extras, swift-distributed-tracing
[1740/13314] Fetching swift-nio-extras, swift-distributed-tracing, swift-service-lifecycle
[4502/19257] Fetching swift-nio-extras, swift-distributed-tracing, swift-service-lifecycle, package-benchmark
[11211/23093] Fetching swift-nio-extras, swift-distributed-tracing, swift-service-lifecycle, package-benchmark, swift-log
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.76s)
[18766/20667] Fetching swift-nio-extras, swift-distributed-tracing, package-benchmark, swift-log
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.91s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.29s)
Fetched https://github.com/ordo-one/package-benchmark from cache (1.30s)
[1/14014] Fetching async-http-client
[1123/29393] Fetching async-http-client, swift-argument-parser
[3629/105501] Fetching async-http-client, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-argument-parser from cache (2.01s)
[33041/90122] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.37s)
[31966/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.42s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (11.53s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.11s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.65s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.76s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.93s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.94s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11527] Fetching swift-nio-http2
[347/17486] Fetching swift-nio-http2, swift-algorithms
[407/20153] Fetching swift-nio-http2, swift-algorithms, swift-nio-transport-services
[10933/34996] Fetching swift-nio-http2, swift-algorithms, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
[8792/32329] Fetching swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.01s)
[4318/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.42s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.43s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (6.96s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.13s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.69s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[417/2045] Fetching swift-http-types, swift-http-structured-headers
[2046/3635] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[3636/9790] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.75s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.85s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.85s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.46s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.17s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.02s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.48s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.71s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.3 (0.82s)
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/ordo-one/package-jemalloc.git
[1/602] Fetching hdrhistogram-swift
[603/637] Fetching hdrhistogram-swift, package-jemalloc
[638/840] Fetching hdrhistogram-swift, package-jemalloc, texttable
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.31s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.32s)
Fetched https://github.com/ordo-one/TextTable.git from cache (0.32s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (0.91s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.61s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.74s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
warning: couldn't find pc file for jemalloc
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[4/12] Write swift-version-24593BA9C3E375BF.txt
[7/42] Compiling SystemPackage FilePathParsing.swift
[8/42] Compiling SystemPackage FilePathString.swift
[9/42] Compiling SystemPackage FilePathSyntax.swift
[10/42] Compiling SystemPackage FilePathTemp.swift
[11/45] Compiling SystemPackage FileOperations.swift
[12/45] Compiling SystemPackage FilePath.swift
[13/45] Compiling SystemPackage FilePathComponentView.swift
[14/45] Compiling SystemPackage FilePathComponents.swift
[15/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/45] Emitting module ArgumentParserToolInfo
[17/46] Compiling SystemPackage MachPort.swift
[18/46] Compiling SystemPackage PlatformString.swift
[19/46] Compiling SystemPackage SystemString.swift
[20/46] Emitting module SystemPackage
[21/46] Compiling SystemPackage Errno.swift
[22/46] Compiling SystemPackage ErrnoWindows.swift
[23/46] Compiling SystemPackage FileDescriptor.swift
[24/46] Compiling SystemPackage FileHelpers.swift
[25/46] Wrapping AST for ArgumentParserToolInfo for debugging
[27/84] Compiling ArgumentParser ArgumentDefinition.swift
[28/84] Compiling ArgumentParser ArgumentSet.swift
[29/84] Compiling ArgumentParser CommandParser.swift
[30/84] Compiling ArgumentParser EnumerableFlag.swift
[31/84] Compiling ArgumentParser ExpressibleByArgument.swift
[32/84] Compiling ArgumentParser ParsableArguments.swift
[33/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/84] Compiling ArgumentParser OptionGroup.swift
[35/84] Compiling ArgumentParser AsyncParsableCommand.swift
[36/84] Compiling ArgumentParser CommandConfiguration.swift
[37/84] Compiling ArgumentParser CommandGroup.swift
[38/84] Compiling ArgumentParser Parsed.swift
[39/84] Compiling ArgumentParser ParsedValues.swift
[40/84] Compiling ArgumentParser ParserError.swift
[41/84] Compiling ArgumentParser SplitArguments.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[45/90] Compiling ArgumentParser CollectionExtensions.swift
[46/90] Compiling ArgumentParser Platform.swift
[47/90] Compiling ArgumentParser SequenceExtensions.swift
[48/90] Compiling ArgumentParser StringExtensions.swift
[49/90] Compiling ArgumentParser Tree.swift
[50/90] Compiling ArgumentParser ArgumentVisibility.swift
[51/90] Compiling ArgumentParser CompletionKind.swift
[52/90] Compiling ArgumentParser Errors.swift
[53/90] Compiling ArgumentParser Flag.swift
[54/90] Compiling ArgumentParser NameSpecification.swift
[55/90] Compiling ArgumentParser Option.swift
[56/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[57/90] Compiling ArgumentParser CompletionsGenerator.swift
[58/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[59/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[60/90] Compiling ArgumentParser Argument.swift
[61/90] Compiling ArgumentParser ArgumentHelp.swift
[65/90] Compiling ArgumentParser ParsableCommand.swift
[66/90] Compiling ArgumentParser ArgumentDecoder.swift
[75/90] Compiling ArgumentParser InputKey.swift
[76/90] Compiling ArgumentParser InputOrigin.swift
[77/90] Compiling ArgumentParser DumpHelpGenerator.swift
[78/90] Compiling ArgumentParser HelpCommand.swift
[79/90] Compiling ArgumentParser HelpGenerator.swift
[80/90] Compiling ArgumentParser MessageInfo.swift
[81/90] Compiling ArgumentParser UsageGenerator.swift
[82/90] Compiling ArgumentParser Name.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module BenchmarkBoilerplateGenerator
[90/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking BenchmarkBoilerplateGenerator-tool
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/529] Write sources
[5/529] Compiling CNIOLinux liburing_shims.c
[5/529] Write sources
[7/529] Compiling CNIOLLHTTP c_nio_http.c
[8/529] Write sources
[9/529] Compiling _NumericsShims _NumericsShims.c
[10/529] Write sources
[12/529] Compiling CNIOLLHTTP c_nio_api.c
[13/529] Write sources
[17/529] Compiling _AtomicsShims.c
[17/529] Write sources
[49/529] Compiling CSystem shims.c
[50/529] Compiling SwiftRuntimeHooks shims.c
[51/529] Compiling CSystem shims.c
[52/529] Compiling CNIOWindows WSAStartup.c
[53/529] Compiling CNIOWindows shim.c
[54/529] Compiling CNIODarwin shim.c
[54/529] Compiling CNIOWASI CNIOWASI.c
[56/529] Compiling CNIOExtrasZlib empty.c
[57/529] Compiling CNIOLinux shim.c
[58/529] Compiling fiat_p256_adx_sqr.S
[59/529] Compiling fiat_p256_adx_mul.S
[60/529] Compiling fiat_curve25519_adx_square.S
[61/529] Compiling fiat_curve25519_adx_mul.S
[62/529] Compiling CNIOLLHTTP c_nio_llhttp.c
[63/529] Compiling CNIOBoringSSLShims shims.c
[64/529] Compiling tls13_server.cc
[65/529] Compiling tls_method.cc
[66/529] Compiling tls13_both.cc
[67/529] Compiling tls_record.cc
[68/529] Compiling tls13_enc.cc
[69/529] Compiling tls13_client.cc
[70/529] Compiling ssl_x509.cc
[71/529] Compiling c-nioatomics.c
[72/529] Write swift-version-24593BA9C3E375BF.txt
[73/529] Compiling t1_enc.cc
[74/533] Compiling ssl_versions.cc
[75/533] Compiling ssl_transcript.cc
[76/536] Compiling ssl_privkey.cc
[77/536] Compiling c-atomics.c
[78/536] Compiling ssl_stat.cc
[80/564] Emitting module SystemPackage
[81/578] Compiling ssl_session.cc
[82/589] Compiling ssl_lib.cc
[84/603] Emitting module NIOConcurrencyHelpers
[85/603] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/603] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/604] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/604] Compiling InternalCollectionsUtilities Integer rank.swift
[89/604] Emitting module _NIOBase64
[90/604] Compiling _NIOBase64 Base64.swift
[91/605] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/605] Emitting module InternalCollectionsUtilities
[94/605] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[95/605] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/605] Compiling RealModule Real.swift
[97/606] Emitting module RealModule
[98/606] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[99/606] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/606] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[101/606] Compiling InternalCollectionsUtilities Debugging.swift
[102/606] Compiling InternalCollectionsUtilities Descriptions.swift
[103/606] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[104/606] Compiling _NIODataStructures PriorityQueue.swift
[105/606] Compiling _NIODataStructures _TinyArray.swift
[106/606] Compiling NIOConcurrencyHelpers lock.swift
[107/606] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/606] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/606] Compiling ServiceContextModule ServiceContext.swift
[110/606] Emitting module ServiceContextModule
[111/606] Compiling ServiceContextModule ServiceContextKey.swift
[112/606] Compiling RealModule Float16+Real.swift
[113/606] Compiling RealModule Float80+Real.swift
[114/607] Emitting module SystemPackage
[115/607] Emitting module _NIODataStructures
[116/607] Compiling _NIODataStructures Heap.swift
[129/611] Compiling RealModule RealFunctions.swift
[134/611] Compiling RealModule ElementaryFunctions.swift
[135/611] Compiling RealModule Float+Real.swift
[136/613] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[137/613] Compiling NIOConcurrencyHelpers atomics.swift
[142/621] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[144/636] Compiling Instrumentation Instrument.swift
[144/636] Wrapping AST for SystemPackage for debugging
[146/636] Compiling Instrumentation NoOpInstrument.swift
[147/636] Compiling Instrumentation MultiplexInstrument.swift
[148/636] Compiling ConcurrencyHelpers LockedValueBox.swift
[149/659] Compiling HTTPTypes ISOLatin1String.swift
[150/681] Emitting module HTTPTypes
[151/693] Compiling ComplexModule Arithmetic.swift
[152/693] Compiling HTTPTypes HTTPField.swift
[153/693] Compiling ComplexModule Complex.swift
[154/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/693] Emitting module ArgumentParserToolInfo
[158/694] Compiling HTTPTypes HTTPRequest.swift
[159/694] Compiling HTTPTypes HTTPParsedFields.swift
[161/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[162/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[163/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[164/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[165/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[166/694] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[167/694] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[168/701] Compiling HTTPTypes NIOLock.swift
[169/701] Emitting module ComplexModule
[170/701] Compiling HTTPTypes HTTPResponse.swift
[171/712] Compiling ComplexModule ElementaryFunctions.swift
[172/716] Compiling OrderedCollections OrderedDictionary.swift
[173/716] Compiling OrderedCollections OrderedSet+Codable.swift
[174/716] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[175/716] Compiling OrderedCollections OrderedSet+Descriptions.swift
[176/716] Compiling OrderedCollections OrderedSet+Diffing.swift
[177/716] Compiling OrderedCollections OrderedSet+Equatable.swift
[178/716] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[179/716] Compiling OrderedCollections OrderedSet+Hashable.swift
[180/716] Compiling OrderedCollections OrderedSet+Initializers.swift
[181/716] Compiling OrderedCollections OrderedSet+Insertions.swift
[182/716] Compiling OrderedCollections OrderedSet+Invariants.swift
[183/716] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[184/716] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[185/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[186/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[187/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[188/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[189/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[190/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[194/716] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[195/716] Compiling DequeModule _DequeBuffer.swift
[196/716] Compiling DequeModule _DequeBufferHeader.swift
[197/718] Compiling DequeModule Deque+Codable.swift
[198/718] Compiling DequeModule Deque+Collection.swift
[199/718] Compiling DequeModule Deque+Equatable.swift
[200/718] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[201/718] Compiling DequeModule Deque+CustomReflectable.swift
[202/718] Compiling DequeModule Deque+Descriptions.swift
[203/718] Compiling DequeModule Deque+Extras.swift
[204/718] Compiling DequeModule Deque+Hashable.swift
[205/718] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[206/718] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[207/718] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[208/718] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[209/718] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[210/718] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[211/718] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[212/718] Compiling OrderedCollections OrderedDictionary+Values.swift
[213/718] Emitting module ConcurrencyHelpers
[214/718] Compiling ConcurrencyHelpers Lock.swift
[221/719] Emitting module Logging
[222/719] Compiling Logging Locks.swift
[223/719] Compiling Instrumentation InstrumentationSystem.swift
[224/719] Compiling Instrumentation Locks.swift
[229/719] Emitting module Instrumentation
[232/720] Compiling DequeModule _DequeSlot.swift
[233/720] Compiling DequeModule _UnsafeWrappedBuffer.swift
[241/720] Compiling Logging MetadataProvider.swift
[242/721] Compiling Logging LogHandler.swift
[243/721] Compiling Logging Logging.swift
[250/722] Compiling DequeModule Deque+Testing.swift
[251/722] Compiling DequeModule Deque._Storage.swift
[252/722] Compiling DequeModule Deque._UnsafeHandle.swift
[253/722] Compiling DequeModule Deque.swift
[254/722] Emitting module OrderedCollections
[254/722] Wrapping AST for ArgumentParserToolInfo for debugging
[255/729] Wrapping AST for _NIODataStructures for debugging
[258/734] Wrapping AST for _NIOBase64 for debugging
[260/734] Compiling OrderedCollections OrderedSet+Sendable.swift
[261/734] Compiling OrderedCollections OrderedSet+SubSequence.swift
[262/734] Compiling OrderedCollections OrderedSet+Testing.swift
[263/734] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[264/734] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[265/734] Compiling OrderedCollections OrderedSet.swift
[266/734] Compiling OrderedCollections _UnsafeBitset.swift
[275/734] Compiling Tracing InstrumentationSystem+Tracing.swift
[275/734] Wrapping AST for SystemPackage for debugging
[277/735] Wrapping AST for ServiceContextModule for debugging
[279/735] Compiling Tracing TracingTime.swift
[280/735] Compiling Tracing TracerProtocol.swift
[281/735] Emitting module UnixSignals
[282/735] Emitting module DequeModule
[282/736] Wrapping AST for RealModule for debugging
[284/736] Emitting module Tracing
[285/736] Compiling Tracing NoOpTracer.swift
[287/736] Compiling UnixSignals UnixSignal.swift
[288/736] Compiling UnixSignals UnixSignalsSequence.swift
[288/737] Wrapping AST for NIOConcurrencyHelpers for debugging
[290/737] Compiling Tracing TracerProtocol+Legacy.swift
[291/737] Compiling Tracing Tracer.swift
[291/737] Wrapping AST for OrderedCollections for debugging
[292/737] Wrapping AST for Logging for debugging
[293/737] Wrapping AST for InternalCollectionsUtilities for debugging
[296/737] Compiling Tracing SpanProtocol.swift
[296/738] Wrapping AST for DequeModule for debugging
[297/738] Wrapping AST for Instrumentation for debugging
[298/738] Wrapping AST for ConcurrencyHelpers for debugging
[300/738] Wrapping AST for UnixSignals for debugging
[302/738] Emitting module ArgumentParser
[303/739] Wrapping AST for Tracing for debugging
[305/740] Emitting module BenchmarkBoilerplateGenerator
[306/741] Wrapping AST for ArgumentParser for debugging
[308/741] Compiling ComplexModule Differentiable.swift
[308/742] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[310/742] Write Objects.LinkFileList
[312/742] Compiling HTTPTypes HTTPFields.swift
[313/742] Compiling HTTPTypes HTTPFieldName.swift
[314/743] Compiling ssl_file.cc
[315/745] Compiling ssl_cipher.cc
[317/745] Compiling Numerics Numerics.swift
[317/745] Compiling ssl_key_share.cc
[318/745] Compiling ssl_credential.cc
[320/745] Emitting module Numerics
[320/746] Wrapping AST for ComplexModule for debugging
[321/746] Wrapping AST for HTTPTypes for debugging
[323/746] Compiling ssl_cert.cc
[324/746] Linking BenchmarkBoilerplateGenerator-tool
[325/746] Generating plugin support files
[326/746] Write sources
[327/748] Wrapping AST for Numerics for debugging
[329/748] Emitting module Histogram
[330/748] 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 | }
[330/748] Compiling s3_both.cc
[330/748] Compiling ssl_aead_ctx.cc
[330/748] Compiling s3_lib.cc
[330/748] Compiling handshake_server.cc
[330/748] Compiling ssl_asn1.cc
[330/748] Compiling s3_pkt.cc
[330/748] Compiling ssl_buffer.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[0/8] Write swift-version-24593BA9C3E375BF.txt
[1/8] Compiling CSystem shims.c
[3/38] Compiling SystemPackage MachPort.swift
[4/38] Compiling SystemPackage PlatformString.swift
[5/38] Compiling SystemPackage SystemString.swift
[6/41] Compiling SystemPackage Backcompat.swift
[7/41] Compiling SystemPackage CInterop.swift
[8/41] Compiling SystemPackage Constants.swift
[9/41] Compiling SystemPackage Exports.swift
[10/41] Compiling SystemPackage Mocking.swift
[11/41] Compiling SystemPackage RawBuffer.swift
[12/41] Compiling SystemPackage Syscalls.swift
[13/41] Compiling SystemPackage WindowsSyscallAdapters.swift
[14/41] Compiling SystemPackage Util+StringArray.swift
[15/41] Compiling SystemPackage Util.swift
[16/41] Compiling SystemPackage UtilConsumers.swift
[17/41] Compiling SystemPackage Errno.swift
[18/41] Compiling SystemPackage ErrnoWindows.swift
[19/41] Compiling SystemPackage FileDescriptor.swift
[20/41] Compiling SystemPackage FileHelpers.swift
[21/41] Emitting module SystemPackage
[22/41] Compiling SystemPackage FilePathTempPosix.swift
[23/41] Compiling SystemPackage FilePathTempWindows.swift
[24/41] Compiling SystemPackage FilePathWindows.swift
[25/41] Compiling SystemPackage FilePermissions.swift
[26/41] Emitting module ArgumentParserToolInfo
[27/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/42] Compiling SystemPackage FilePathParsing.swift
[30/42] Compiling SystemPackage FilePathString.swift
[31/42] Compiling SystemPackage FilePathSyntax.swift
[32/42] Compiling SystemPackage FilePathTemp.swift
[33/42] Compiling SystemPackage FileOperations.swift
[34/42] Compiling SystemPackage FilePath.swift
[35/42] Compiling SystemPackage FilePathComponentView.swift
[36/42] Compiling SystemPackage FilePathComponents.swift
[36/42] Wrapping AST for ArgumentParserToolInfo for debugging
[38/81] Wrapping AST for SystemPackage for debugging
[40/81] Compiling ArgumentParser ArgumentVisibility.swift
[41/81] Compiling ArgumentParser CompletionKind.swift
[42/81] Compiling ArgumentParser Errors.swift
[43/81] Compiling ArgumentParser Flag.swift
[44/81] Compiling ArgumentParser NameSpecification.swift
[45/81] Compiling ArgumentParser Option.swift
[46/81] Emitting module ArgumentParser
[47/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/86] Compiling ArgumentParser CompletionsGenerator.swift
[49/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/86] Compiling ArgumentParser Argument.swift
[52/86] Compiling ArgumentParser ArgumentHelp.swift
[53/86] Compiling ArgumentParser Name.swift
[54/86] Compiling ArgumentParser Parsed.swift
[55/86] Compiling ArgumentParser ParsedValues.swift
[56/86] Compiling ArgumentParser ParserError.swift
[57/86] Compiling ArgumentParser SplitArguments.swift
[58/86] Compiling ArgumentParser DumpHelpGenerator.swift
[59/86] Compiling ArgumentParser HelpCommand.swift
[60/86] Compiling ArgumentParser HelpGenerator.swift
[61/86] Compiling ArgumentParser MessageInfo.swift
[62/86] Compiling ArgumentParser UsageGenerator.swift
[63/86] Compiling ArgumentParser ArgumentDefinition.swift
[64/86] Compiling ArgumentParser ArgumentSet.swift
[65/86] Compiling ArgumentParser CommandParser.swift
[66/86] Compiling ArgumentParser InputKey.swift
[67/86] Compiling ArgumentParser InputOrigin.swift
[68/86] Compiling ArgumentParser OptionGroup.swift
[69/86] Compiling ArgumentParser AsyncParsableCommand.swift
[70/86] Compiling ArgumentParser CommandConfiguration.swift
[71/86] Compiling ArgumentParser CommandGroup.swift
[72/86] Compiling ArgumentParser EnumerableFlag.swift
[73/86] Compiling ArgumentParser ExpressibleByArgument.swift
[74/86] Compiling ArgumentParser ParsableArguments.swift
[75/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[76/86] Compiling ArgumentParser ParsableCommand.swift
[77/86] Compiling ArgumentParser ArgumentDecoder.swift
[78/86] Compiling ArgumentParser CollectionExtensions.swift
[79/86] Compiling ArgumentParser Platform.swift
[80/86] Compiling ArgumentParser SequenceExtensions.swift
[81/86] Compiling ArgumentParser StringExtensions.swift
[82/86] Compiling ArgumentParser Tree.swift
[83/87] Wrapping AST for ArgumentParser for debugging
[85/89] Emitting module BenchmarkBoilerplateGenerator
[86/89] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[87/90] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[88/90] Write Objects.LinkFileList
[89/90] Linking BenchmarkBoilerplateGenerator-tool
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/421] Write sources
[11/448] Compiling s3_lib.cc
[12/448] Compiling CSystem shims.c
[13/448] Write swift-version-24593BA9C3E375BF.txt
[14/448] Compiling handshake_server.cc
[15/452] Compiling ssl_buffer.cc
[16/452] Compiling ssl_aead_ctx.cc
[16/452] Compiling s3_pkt.cc
[18/455] Compiling s3_both.cc
[19/483] Compiling ssl_asn1.cc
[21/483] Emitting module _NIODataStructures
[22/483] Compiling _NIODataStructures Heap.swift
[22/494] Compiling handshake.cc
[23/496] Compiling handshake_client.cc
[25/496] Compiling _NIODataStructures _TinyArray.swift
[26/496] Compiling _NIODataStructures PriorityQueue.swift
[27/496] Compiling RealModule ElementaryFunctions.swift
[28/498] Compiling ServiceContextModule ServiceContextKey.swift
[29/498] Compiling ServiceContextModule ServiceContext.swift
[30/498] Emitting module ServiceContextModule
[31/505] Compiling RealModule AlgebraicField.swift
[32/505] Compiling RealModule ApproximateEquality.swift
[34/505] Compiling RealModule Float80+Real.swift
[35/505] Emitting module SystemPackage
[36/505] Compiling RealModule Real.swift
[37/511] Emitting module _NIOBase64
[38/511] Compiling _NIOBase64 Base64.swift
[40/510] Compiling RealModule RealFunctions.swift
[41/510] Compiling RealModule Float+Real.swift
[42/510] Compiling RealModule Float16+Real.swift
[44/510] Compiling SystemPackage Backcompat.swift
[45/510] Compiling SystemPackage CInterop.swift
[46/510] Compiling SystemPackage Constants.swift
[47/510] Compiling SystemPackage Exports.swift
[48/510] Compiling SystemPackage Mocking.swift
[49/510] Compiling SystemPackage RawBuffer.swift
[50/510] Compiling SystemPackage Syscalls.swift
[51/510] Compiling SystemPackage WindowsSyscallAdapters.swift
[52/513] Emitting module RealModule
[54/517] Compiling RealModule AugmentedArithmetic.swift
[55/517] Compiling RealModule Double+Real.swift
[56/533] Compiling Logging MetadataProvider.swift
[58/541] Compiling NIOConcurrencyHelpers NIOLock.swift
[59/541] Emitting module Instrumentation
[60/542] Compiling NIOConcurrencyHelpers lock.swift
[61/544] Compiling Instrumentation NoOpInstrument.swift
[62/543] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/544] Compiling SystemPackage FilePathParsing.swift
[64/544] Compiling SystemPackage FilePathString.swift
[65/544] Compiling SystemPackage FilePathSyntax.swift
[66/544] Compiling SystemPackage FilePathTemp.swift
[67/544] Compiling Instrumentation Locks.swift
[68/544] Compiling Instrumentation InstrumentationSystem.swift
[69/544] Compiling Instrumentation MultiplexInstrument.swift
[70/544] Compiling Instrumentation Instrument.swift
[71/545] Compiling SystemPackage MachPort.swift
[72/545] Compiling SystemPackage PlatformString.swift
[73/545] Compiling SystemPackage SystemString.swift
[74/545] Compiling Logging Locks.swift
[75/545] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/545] Compiling InternalCollectionsUtilities Debugging.swift
[77/545] Compiling InternalCollectionsUtilities Descriptions.swift
[78/545] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/545] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/545] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/545] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/545] Compiling InternalCollectionsUtilities UInt+reversed.swift
[84/545] Compiling ConcurrencyHelpers LockedValueBox.swift
[85/545] Emitting module SystemPackage
[86/544] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/544] Compiling NIOConcurrencyHelpers atomics.swift
[88/549] Emitting module NIOConcurrencyHelpers
[89/549] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/550] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/550] Emitting module ConcurrencyHelpers
[92/550] Compiling ConcurrencyHelpers Lock.swift
[93/551] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/551] Compiling InternalCollectionsUtilities Integer rank.swift
[95/551] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/551] Compiling InternalCollectionsUtilities _SortedCollection.swift
[101/559] Compiling HTTPTypes ISOLatin1String.swift
[104/558] Compiling SystemPackage Util+StringArray.swift
[105/558] Compiling SystemPackage Util.swift
[106/558] Compiling SystemPackage UtilConsumers.swift
[107/559] Compiling Tracing TracerProtocol+Legacy.swift
[116/559] Compiling HTTPTypes HTTPParsedFields.swift
[117/559] Compiling HTTPTypes HTTPRequest.swift
[118/559] Emitting module HTTPTypes
[119/559] Compiling HTTPTypes HTTPField.swift
[121/561] Compiling ComplexModule Arithmetic.swift
[122/561] Emitting module InternalCollectionsUtilities
[124/564] Compiling Tracing Tracer.swift
[125/564] Compiling Tracing TracingTime.swift
[126/564] Compiling Tracing TracerProtocol.swift
[127/563] Compiling ComplexModule Complex.swift
[128/563] Compiling HTTPTypes NIOLock.swift
[129/576] Compiling Logging LogHandler.swift
[130/576] Compiling Logging Logging.swift
[131/576] Emitting module Logging
[132/577] Emitting module UnixSignals
[133/577] Compiling UnixSignals UnixSignalsSequence.swift
[134/577] Compiling UnixSignals UnixSignal.swift
[135/584] Emitting module ComplexModule
[136/584] Compiling HTTPTypes HTTPResponse.swift
[139/584] Compiling BenchmarkShared Command+Helpers.swift
[140/584] Emitting module BenchmarkShared
[141/583] Compiling HTTPTypes HTTPFieldName.swift
[142/583] Compiling HTTPTypes HTTPFields.swift
[143/584] Compiling Tracing NoOpTracer.swift
[144/584] Compiling Tracing InstrumentationSystem+Tracing.swift
[145/585] Emitting module Tracing
[146/585] Compiling Tracing SpanProtocol.swift
[148/586] Compiling ComplexModule ElementaryFunctions.swift
[150/586] Compiling ComplexModule Differentiable.swift
[152/587] Compiling Atomics Primitives.shims.swift
[153/587] Compiling Atomics AtomicInteger.swift
[154/587] Compiling Atomics AtomicOptionalWrappable.swift
[155/587] Compiling Atomics UnsafeAtomic.swift
[156/587] Compiling Atomics UnsafeAtomicLazyReference.swift
[158/653] Emitting module ArgumentParserToolInfo
[159/657] Compiling DequeModule Deque._UnsafeHandle.swift
[160/657] Compiling DequeModule Deque.swift
[161/657] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[162/657] Compiling OrderedCollections OrderedDictionary+Values.swift
[162/657] Wrapping AST for SystemPackage for debugging
[165/657] Compiling DequeModule Deque+CustomReflectable.swift
[166/657] Compiling DequeModule Deque+Descriptions.swift
[167/688] Compiling Algorithms Indexed.swift
[168/688] Compiling Algorithms Intersperse.swift
[169/688] Compiling Algorithms Grouped.swift
[172/688] Compiling Numerics Numerics.swift
[173/688] Compiling Algorithms RandomSample.swift
[174/688] Compiling Algorithms Reductions.swift
[175/688] Emitting module Numerics
[176/689] Compiling Algorithms FlattenCollection.swift
[178/689] Compiling Algorithms Compacted.swift
[179/689] Compiling Algorithms Cycle.swift
[180/689] Compiling Algorithms EitherSequence.swift
[181/689] Compiling Algorithms FirstNonNil.swift
[182/690] Compiling Algorithms Joined.swift
[183/690] Compiling Algorithms Keyed.swift
[184/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[185/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[186/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[187/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[188/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[189/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[190/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[191/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[192/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[193/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[194/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[195/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[196/690] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[197/690] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[199/696] Compiling Algorithms MinMax.swift
[200/696] Compiling Algorithms Partition.swift
[201/696] Compiling OrderedCollections OrderedDictionary.swift
[202/696] Compiling OrderedCollections OrderedSet+Codable.swift
[203/696] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[204/696] Compiling OrderedCollections OrderedSet+Descriptions.swift
[205/696] Compiling OrderedCollections OrderedSet+Diffing.swift
[206/696] Compiling OrderedCollections OrderedSet+Equatable.swift
[207/696] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[208/696] Compiling OrderedCollections OrderedSet+Hashable.swift
[209/696] Compiling OrderedCollections OrderedSet+Initializers.swift
[210/696] Compiling OrderedCollections OrderedSet+Insertions.swift
[211/696] Compiling OrderedCollections OrderedSet+Invariants.swift
[212/696] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[213/696] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[214/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[215/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[216/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[216/696] Wrapping AST for ArgumentParserToolInfo for debugging
[218/696] Compiling Algorithms Chunked.swift
[219/696] Compiling Algorithms Combinations.swift
[220/696] Compiling Algorithms Permutations.swift
[221/696] Compiling Algorithms Product.swift
[224/696] Compiling Algorithms Rotate.swift
[225/696] Compiling Algorithms Split.swift
[226/696] Compiling Algorithms Stride.swift
[227/696] Compiling Algorithms Suffix.swift
[236/698] Compiling ArgumentParserToolInfo ToolInfo.swift
[237/698] Emitting module ArgumentParserToolInfo
[241/702] Emitting module DequeModule
[247/702] Emitting module ArgumentParser
[248/703] Compiling Algorithms AdjacentPairs.swift
[249/703] Compiling Algorithms Chain.swift
[257/703] Emitting module OrderedCollections
[264/741] Emitting module Histogram
[265/741] 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 | }
[265/741] Compiling extensions.cc
[266/741] Compiling ArgumentParser ArgumentVisibility.swift
[267/741] Compiling ArgumentParser CompletionKind.swift
[268/741] Compiling ArgumentParser Errors.swift
[268/741] Compiling handoff.cc
BUILD FAILURE 6.1 android