Build Information
Failed to build S3Kit, reference 4.0.0 (090525
), with Swift 6.1 for Android on 9 Sep 2025 18:48:13 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/liveui/s3.git
Reference: 4.0.0
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/liveui/s3
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at 0905253 vapor 4
Cloned https://github.com/liveui/s3.git
Revision (git rev-parse @):
09052531cfb5ef6afb2393fbb94ad78fe4702c1d
SUCCESS checkout https://github.com/liveui/s3.git at 4.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/liveui/s3.git
https://github.com/liveui/s3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.58.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.92.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "httpmediatypes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Einstore/HTTPMediaTypes.git"
},
{
"identity" : "xmlcoding",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/XMLCoding.git"
}
],
"manifest_display_name" : "S3Kit",
"name" : "S3Kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "S3Kit",
"targets" : [
"S3Kit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3Signer",
"targets" : [
"S3Signer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3DemoRun",
"targets" : [
"S3DemoRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "S3Tests",
"module_type" : "SwiftTarget",
"name" : "S3Tests",
"path" : "Tests/S3Tests",
"sources" : [
"AWSTestSuite.swift",
"BaseTestCase.swift",
"S3SignerAWSTests.swift",
"S3SignerV2Tests.swift",
"S3Tests.swift"
],
"target_dependencies" : [
"S3Kit"
],
"type" : "test"
},
{
"c99name" : "S3Signer",
"module_type" : "SwiftTarget",
"name" : "S3Signer",
"path" : "Sources/S3Signer",
"product_dependencies" : [
"Crypto",
"NIOHTTP1",
"HTTPMediaTypes"
],
"product_memberships" : [
"S3Kit",
"S3Signer",
"S3DemoRun"
],
"sources" : [
"Dates.swift",
"Expiration.swift",
"Exports.swift",
"Extensions/Data+Hex.swift",
"Extensions/HMAC+Tools.swift",
"Extensions/HTTPMethod+Description.swift",
"Extensions/S3Signer+Private.swift",
"Extensions/String+Encoding.swift",
"Payload.swift",
"Region.swift",
"S3Signer.swift"
],
"type" : "library"
},
{
"c99name" : "S3Provider",
"module_type" : "SwiftTarget",
"name" : "S3Provider",
"path" : "Sources/S3Provider",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"Exports.swift",
"Model/Models+Content.swift"
],
"target_dependencies" : [
"S3Kit"
],
"type" : "library"
},
{
"c99name" : "S3Kit",
"module_type" : "SwiftTarget",
"name" : "S3Kit",
"path" : "Sources/S3Kit",
"product_dependencies" : [
"AsyncHTTPClient",
"HTTPMediaTypes",
"XMLCoding"
],
"product_memberships" : [
"S3Kit",
"S3DemoRun"
],
"sources" : [
"Exports.swift",
"Extensions/Error+S3.swift",
"Extensions/HTTPHeaders+Tools.swift",
"Extensions/Region+Tools.swift",
"Extensions/Response+XMLDecoding.swift",
"Extensions/S3+Bucket.swift",
"Extensions/S3+Copy.swift",
"Extensions/S3+Delete.swift",
"Extensions/S3+Get.swift",
"Extensions/S3+List.swift",
"Extensions/S3+Move.swift",
"Extensions/S3+ObjectInfo.swift",
"Extensions/S3+Put.swift",
"Extensions/S3+Request.swift",
"Extensions/S3+Service.swift",
"Extensions/S3+Strings.swift",
"Extensions/String+Tools.swift",
"Models/AccessControlList.swift",
"Models/Bucket.swift",
"Models/BucketResults.swift",
"Models/BucketsInfo.swift",
"Models/ErrorMessage.swift",
"Models/File.swift",
"Models/Object.swift",
"Models/Owner.swift",
"Protocols/LocationConvertible.swift",
"Protocols/S3Client.swift",
"S3.swift",
"URLBuilder/S3URLBuilder.swift",
"URLBuilder/URLBuilder.swift"
],
"target_dependencies" : [
"S3Signer"
],
"type" : "library"
},
{
"c99name" : "S3DemoRun",
"module_type" : "SwiftTarget",
"name" : "S3DemoRun",
"path" : "Sources/S3DemoRun",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"S3Provider"
],
"type" : "executable"
}
],
"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/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/Einstore/HTTPMediaTypes.git
Fetching https://github.com/LiveUI/XMLCoding.git
[1/17] Fetching httpmediatypes
[18/572] Fetching httpmediatypes, xmlcoding
[573/75621] Fetching httpmediatypes, xmlcoding, vapor
[574/89789] Fetching httpmediatypes, xmlcoding, vapor, async-http-client
[32003/167851] Fetching httpmediatypes, xmlcoding, vapor, async-http-client, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/swift-server/async-http-client.git from cache (0.93s)
[28582/153683] Fetching httpmediatypes, xmlcoding, vapor, swift-nio
[77937/170489] Fetching httpmediatypes, xmlcoding, vapor, swift-nio, swift-crypto
Fetched https://github.com/LiveUI/XMLCoding.git from cache (2.44s)
[138905/169934] Fetching httpmediatypes, vapor, swift-nio, swift-crypto
Fetched https://github.com/Einstore/HTTPMediaTypes.git from cache (2.44s)
[140004/169917] Fetching vapor, swift-nio, swift-crypto
Fetched https://github.com/vapor/vapor.git from cache (2.48s)
[66577/94868] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.45s)
Fetched https://github.com/apple/swift-nio.git from cache (6.50s)
Computing version for https://github.com/Einstore/HTTPMediaTypes.git
Computed https://github.com/Einstore/HTTPMediaTypes.git at 0.0.1 (8.31s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (1.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2704] Fetching swift-nio-transport-services
[1164/8831] Fetching swift-nio-transport-services, swift-nio-extras
[1395/12734] Fetching swift-nio-transport-services, swift-nio-extras, swift-log
[1896/14548] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics
[2137/20533] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics, swift-algorithms
[13513/32194] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
[19313/28291] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.67s)
[15144/23773] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
[23774/38848] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.40s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.40s)
[16636/26736] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.41s)
[5126/15075] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (2.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4938/22382] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[2966/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.83s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.52s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
[1/1176] Fetching swift-http-structured-headers
[1177/2805] Fetching swift-http-structured-headers, swift-asn1
[1340/3722] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[2860/6192] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle
[6193/11505] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[6937/18036] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
[8662/16860] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
[8669/15943] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
[7500/14314] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
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.06s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.50s)
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.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (2.58s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/Einstore/HTTPMediaTypes.git at 0.0.1 (0.00s)
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.94s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.62s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.116.0 (1.15s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/21040] Fetching routing-kit
[1264/23390] Fetching routing-kit, swift-metrics
[1265/28541] Fetching routing-kit, swift-metrics, swift-distributed-tracing
[13373/32034] Fetching routing-kit, swift-metrics, swift-distributed-tracing, multipart-kit
[13689/34643] Fetching routing-kit, swift-metrics, swift-distributed-tracing, multipart-kit, websocket-kit
[17091/35731] Fetching routing-kit, swift-metrics, swift-distributed-tracing, multipart-kit, websocket-kit, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.54s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.55s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.55s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
[17843/24533] Fetching routing-kit, multipart-kit
[22683/30723] Fetching routing-kit, multipart-kit, console-kit
[26707/33162] Fetching routing-kit, multipart-kit, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.40s)
Fetched https://github.com/vapor/console-kit.git from cache (0.46s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.06s)
[1677/3493] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.73s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.35s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.98s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.70s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.63s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.2 (0.65s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (2.82s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.37s)
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.116.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.34.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.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.4.0
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.0
Creating working copy for https://github.com/Einstore/HTTPMediaTypes.git
Working copy of https://github.com/Einstore/HTTPMediaTypes.git resolved at 0.0.1
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.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.38.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.2
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.1
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.26.0
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
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.25.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/S3Signer/Derived_from_LICENSE
Building for debugging...
[0/949] Compiling a_i2d_fp.c
[1/949] Compiling a_dup.c
[2/949] Write sources
[3/949] Compiling asn1_par.c
[3/949] Compiling asn_pack.c
[5/949] Write sources
[55/949] Compiling sha256-armv8-linux.linux.aarch64.S
[56/949] Compiling a_gentm.c
[57/949] Compiling _NumericsShims _NumericsShims.c
[58/949] Compiling _AtomicsShims.c
[59/949] Compiling CNIOWindows shim.c
[60/949] Compiling CVaporBcrypt bcrypt.c
[61/949] Compiling CSystem shims.c
[62/949] Compiling CVaporBcrypt blf.c
[63/949] Compiling CNIOWindows WSAStartup.c
[64/949] Compiling CNIOWASI CNIOWASI.c
[65/949] Compiling CNIOLinux liburing_shims.c
[66/949] Compiling CNIOPosix event_loop_id.c
[67/949] Compiling CNIOSHA1 c_nio_sha1.c
[68/949] Compiling CNIOLLHTTP c_nio_http.c
[69/949] Compiling a_digest.c
[70/949] Compiling CNIOExtrasZlib empty.c
[71/949] Compiling CNIODarwin shim.c
[72/949] Compiling CNIOLinux shim.c
[73/949] Compiling fiat_p256_adx_mul.S
[74/949] Compiling fiat_p256_adx_sqr.S
[75/949] Write swift-version-24593BA9C3E375BF.txt
[76/949] Compiling CNIOLLHTTP c_nio_api.c
[77/949] Compiling fiat_curve25519_adx_square.S
[78/949] Compiling fiat_curve25519_adx_mul.S
[79/949] Compiling CNIOLLHTTP c_nio_llhttp.c
[80/967] Compiling CNIOBoringSSLShims shims.c
[82/1001] Emitting module _NIOBase64
[82/1001] Compiling pkcs7_x509.cc
[83/1012] Compiling tls_record.cc
[84/1012] Compiling tls_method.cc
[86/1031] Emitting module ServiceContextModule
[87/1031] Emitting module RealModule
[88/1031] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[89/1031] Compiling InternalCollectionsUtilities Integer rank.swift
[90/1032] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/1032] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/1033] Compiling ServiceContextModule ServiceContext.swift
[93/1033] Compiling ServiceContextModule ServiceContextKey.swift
[94/1034] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/1034] Compiling RealModule Float16+Real.swift
[96/1034] Compiling RealModule RealFunctions.swift
[97/1034] Compiling RealModule Float80+Real.swift
[98/1034] Compiling RealModule Real.swift
[99/1034] Compiling _NIOBase64 Base64.swift
[100/1034] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[101/1034] Compiling InternalCollectionsUtilities UInt+reversed.swift
[102/1034] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/1034] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/1035] Emitting module InternalCollectionsUtilities
[111/1035] Compiling _NIODataStructures _TinyArray.swift
[116/1039] Compiling _NIODataStructures PriorityQueue.swift
[118/1039] Compiling InternalCollectionsUtilities Descriptions.swift
[119/1039] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[120/1039] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[121/1039] Compiling InternalCollectionsUtilities Debugging.swift
[123/1039] Emitting module _NIODataStructures
[124/1039] Compiling _NIODataStructures Heap.swift
[125/1040] Compiling RealModule RelaxedArithmetic.swift
[128/1041] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[129/1051] Wrapping AST for _NIOBase64 for debugging
[131/1051] Compiling Instrumentation Instrument.swift
[131/1054] Wrapping AST for _NIODataStructures for debugging
[133/1054] Emitting module Instrumentation
[134/1054] Compiling Instrumentation NoOpInstrument.swift
[135/1055] Compiling Instrumentation MultiplexInstrument.swift
[136/1177] Emitting module SystemPackage
[137/1177] Compiling _RopeModule BigString+Ingester.swift
[138/1177] Compiling _RopeModule BigString+Invariants.swift
[139/1177] Compiling _RopeModule BigString+Iterators.swift
[140/1177] Compiling _RopeModule BigString+Metrics.swift
[141/1177] Compiling _RopeModule BigString+Summary.swift
[142/1177] Compiling _RopeModule BigString.swift
[143/1177] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[144/1177] Compiling _RopeModule BigString+Chunk+Breaks.swift
[145/1177] Compiling _RopeModule BigString+Chunk+Counts.swift
[146/1177] Compiling _RopeModule BigString+Chunk+Description.swift
[147/1177] Compiling _RopeModule Rope+Invariants.swift
[148/1177] Compiling _RopeModule Rope+_Node.swift
[149/1177] Compiling _RopeModule _RopeVersion.swift
[150/1177] Compiling _RopeModule Rope+Collection.swift
[151/1177] Compiling _RopeModule Rope+Index.swift
[152/1177] Compiling _RopeModule Rope+Sequence.swift
[153/1177] Compiling _RopeModule Rope+Append.swift
[154/1184] Compiling _RopeModule BigString+RemoveSubrange.swift
[155/1184] Compiling _RopeModule BigString+ReplaceSubrange.swift
[156/1184] Compiling _RopeModule BigString+Split.swift
[157/1184] Compiling _RopeModule Range+BigString.swift
[158/1184] Compiling _RopeModule BigString+UTF16View.swift
[159/1184] Compiling _RopeModule BigString+UTF8View.swift
[160/1184] Compiling _RopeModule BigString+Comparable.swift
[162/1184] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[163/1184] Compiling _RopeModule BigString+CustomStringConvertible.swift
[164/1184] Compiling _RopeModule BigString+Equatable.swift
[165/1184] Emitting module XMLCoding
[166/1185] Compiling _RopeModule BigString+Builder.swift
[167/1185] Compiling _RopeModule BigString+Contents.swift
[168/1185] Compiling _RopeModule BigString+Debugging.swift
[169/1185] Compiling _RopeModule BigString+Index.swift
[174/1185] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[175/1185] Compiling _RopeModule BigString+Chunk+Splitting.swift
[176/1185] Compiling _RopeModule BigString+Chunk.swift
[177/1185] Compiling _RopeModule BigString+BidirectionalCollection.swift
[178/1185] Compiling _RopeModule BigString+Append.swift
[179/1185] Compiling _RopeModule BigString+Initializers.swift
[180/1185] Compiling _RopeModule BigString+Insert.swift
[181/1185] Compiling _RopeModule BigString+Managing Breaks.swift
[185/1185] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[186/1185] Compiling _RopeModule BigString+Hashing.swift
[187/1185] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[188/1185] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[189/1185] Compiling _RopeModule BigString+Sequence.swift
[190/1185] Compiling _RopeModule BigString+TextOutputStream.swift
[191/1185] Compiling _RopeModule BigString+UnicodeScalarView.swift
[192/1185] Compiling _RopeModule BigSubstring+UTF16View.swift
[193/1185] Compiling _RopeModule BigSubstring+UTF8View.swift
[194/1185] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[195/1185] Compiling _RopeModule BigSubstring.swift
[196/1185] Compiling _RopeModule Rope+Builder.swift
[197/1185] Compiling _RopeModule Rope+Debugging.swift
[198/1185] Compiling Instrumentation InstrumentationSystem.swift
[199/1185] Compiling Instrumentation Locks.swift
[200/1185] Emitting module Logging
[201/1185] Compiling Logging Locks.swift
[202/1186] Compiling Logging MetadataProvider.swift
[203/1186] Emitting module CoreMetrics
[204/1186] Compiling CoreMetrics Locks.swift
[205/1186] Compiling Logging LogHandler.swift
[206/1186] Compiling CoreMetrics Metrics.swift
[207/1186] Compiling Logging Logging.swift
[212/1188] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[213/1188] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[228/1212] Compiling RoutingKit Router.swift
[229/1212] Emitting module RoutingKit
[230/1212] Compiling Tracing NoOpTracer.swift
[231/1212] Compiling Tracing InstrumentationSystem+Tracing.swift
[240/1212] Compiling HeapModule _HeapNode.swift
[241/1212] Compiling HeapModule Heap.swift
[242/1212] Compiling XMLCoding ISO8601DateFormatter.swift
[243/1212] Compiling XMLCoding XMLKey.swift
[244/1212] Compiling XMLCoding XMLReferencingEncoder.swift
[245/1212] Compiling RoutingKit PathComponent.swift
[246/1212] Compiling OrderedCollections OrderedSet+Sendable.swift
[247/1212] Compiling OrderedCollections OrderedSet+SubSequence.swift
[248/1212] Compiling OrderedCollections OrderedSet+Testing.swift
[249/1212] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[250/1212] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[251/1212] Compiling OrderedCollections OrderedSet.swift
[252/1212] Compiling OrderedCollections _UnsafeBitset.swift
[255/1212] Compiling HeapModule Heap+Invariants.swift
[256/1212] Emitting module Tracing
[257/1212] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[258/1212] Compiling HeapModule Heap+Descriptions.swift
[259/1212] Compiling HeapModule Heap+UnsafeHandle.swift
[260/1212] Compiling Tracing TracingTime.swift
[261/1212] Compiling Tracing TracerProtocol.swift
[262/1212] Emitting module HeapModule
[263/1213] Compiling RoutingKit TrieRouter.swift
[264/1213] Compiling XMLCoding XMLStackParser.swift
[272/1213] Compiling _RopeModule Rope.swift
[273/1213] Compiling _RopeModule RopeElement.swift
[274/1213] Compiling _RopeModule RopeMetric.swift
[275/1213] Compiling _RopeModule RopeSummary.swift
[276/1213] Compiling _RopeModule _RopeItem.swift
[277/1213] Compiling _RopeModule _RopePath.swift
[300/1223] Compiling Tracing Tracer.swift
[301/1223] Compiling Tracing TracerProtocol+Legacy.swift
[303/1238] Compiling RoutingKit AnyRouter.swift
[304/1238] Compiling RoutingKit Parameters.swift
[305/1239] Emitting module Metrics
[306/1239] Compiling Metrics Metrics.swift
[307/1240] Compiling DequeModule _DequeBuffer.swift
[308/1240] Compiling DequeModule _DequeBufferHeader.swift
[309/1272] Compiling Tracing SpanProtocol.swift
[311/1319] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[312/1319] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[313/1319] Wrapping AST for XMLCoding for debugging
[315/1319] Wrapping AST for ServiceContextModule for debugging
[317/1319] Compiling HashTreeCollections _HashNode+Structural filter.swift
[318/1319] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[319/1319] Emitting module OrderedCollections
[319/1320] Wrapping AST for SystemPackage for debugging
[320/1320] Wrapping AST for RoutingKit for debugging
[321/1320] Wrapping AST for Tracing for debugging
[323/1320] Wrapping AST for Metrics for debugging
[324/1320] Wrapping AST for RealModule for debugging
[325/1320] Wrapping AST for Logging for debugging
[327/1320] Compiling HashTreeCollections TreeSet+Hashable.swift
[328/1320] Compiling HashTreeCollections TreeSet+Sendable.swift
[329/1320] Compiling HashTreeCollections TreeSet+Sequence.swift
[330/1320] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[331/1320] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[332/1320] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[333/1320] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[334/1320] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[335/1320] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[336/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[336/1330] Wrapping AST for InternalCollectionsUtilities for debugging
[337/1330] Wrapping AST for OrderedCollections for debugging
[339/1330] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[340/1330] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[340/1330] Wrapping AST for Instrumentation for debugging
[341/1330] Wrapping AST for CoreMetrics for debugging
[343/1330] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[344/1330] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[344/1330] Wrapping AST for HeapModule for debugging
[346/1330] Compiling HashTreeCollections _HashNode+Structural merge.swift
[347/1330] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[348/1330] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[349/1330] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[350/1330] Emitting module _RopeModule
[359/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[360/1330] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[361/1330] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[362/1330] Compiling HashTreeCollections TreeDictionary+Filter.swift
[363/1330] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[364/1330] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[365/1330] Compiling HashTreeCollections TreeDictionary+Keys.swift
[366/1330] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[367/1330] Compiling HashTreeCollections TreeDictionary+Merge.swift
[368/1330] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[369/1330] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[370/1330] Compiling HashTreeCollections TreeDictionary+Values.swift
[371/1330] Compiling HashTreeCollections TreeDictionary.swift
[372/1330] Compiling HashTreeCollections TreeSet+Codable.swift
[373/1330] Compiling HashTreeCollections TreeSet+Collection.swift
[374/1330] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[375/1330] Compiling HashTreeCollections TreeSet+Debugging.swift
[376/1330] Compiling HashTreeCollections TreeSet+Descriptions.swift
[377/1330] Compiling HashTreeCollections TreeSet+Equatable.swift
[378/1330] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[379/1330] Compiling HashTreeCollections TreeSet+Extras.swift
[380/1330] Compiling HashTreeCollections TreeSet+Filter.swift
[381/1330] Compiling HashTreeCollections _HashNode+Storage.swift
[382/1330] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[384/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[385/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[386/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[387/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[388/1330] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[389/1330] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[390/1330] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[391/1330] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[392/1330] Compiling HashTreeCollections TreeSet.swift
[393/1330] Emitting module HTTPMediaTypes
[394/1330] Compiling HashTreeCollections _HashNode+Invariants.swift
[395/1330] Compiling HashTreeCollections _HashNode+Lookups.swift
[396/1330] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[397/1330] Compiling HashTreeCollections _HashTreeIterator.swift
[398/1330] Compiling HashTreeCollections _HashTreeStatistics.swift
[399/1330] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[400/1330] Compiling HashTreeCollections _RawHashNode.swift
[401/1330] Compiling HashTreeCollections _UnmanagedHashNode.swift
[402/1330] Compiling HashTreeCollections _UnsafePath.swift
[403/1330] Compiling HashTreeCollections TreeDictionary+Codable.swift
[404/1330] Compiling HashTreeCollections TreeDictionary+Collection.swift
[405/1330] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[406/1330] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[407/1330] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[415/1330] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[416/1330] Compiling HashTreeCollections _HashNode+Structural union.swift
[419/1330] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[420/1330] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[421/1330] Compiling HashTreeCollections _HashNode.swift
[422/1330] Compiling HashTreeCollections _HashNodeHeader.swift
[423/1330] Compiling HashTreeCollections _HashSlot.swift
[424/1330] Compiling HashTreeCollections _HashStack.swift
[425/1330] Compiling HashTreeCollections _AncestorHashSlots.swift
[426/1330] Compiling HashTreeCollections _Bitmap.swift
[427/1330] Compiling HashTreeCollections _Bucket.swift
[428/1330] Compiling HashTreeCollections _Hash.swift
[429/1330] Compiling HashTreeCollections _HashLevel.swift
[430/1330] Compiling HashTreeCollections _HashNode+Builder.swift
[431/1330] Compiling HashTreeCollections _HashNode+Debugging.swift
[432/1330] Compiling HashTreeCollections _HashNode+Initializers.swift
[433/1331] Emitting module DequeModule
[446/1332] Wrapping AST for _RopeModule for debugging
[447/1332] Wrapping AST for DequeModule for debugging
[448/1332] Compiling tls13_client.cc
[449/1332] Compiling tls13_both.cc
[450/1332] Compiling tls13_server.cc
[452/1332] Compiling HTTPMediaTypes HTTPHeaderValue.swift
[453/1332] Compiling HTTPMediaTypes HTTPMediaType.swift
[453/1333] Compiling tls13_enc.cc
[488/1333] Compiling t1_enc.cc
[489/1333] Wrapping AST for HTTPMediaTypes for debugging
[490/1333] Compiling ssl_versions.cc
[491/1333] Compiling ssl_transcript.cc
[493/1333] Emitting module HashTreeCollections
[493/1334] Compiling ssl_stat.cc
[495/1334] Compiling ssl_x509.cc
[496/1334] Wrapping AST for HashTreeCollections for debugging
[497/1334] Compiling ssl_session.cc
[498/1334] Compiling ssl_privkey.cc
[499/1334] Compiling ssl_file.cc
[500/1334] Compiling ssl_key_share.cc
[501/1334] Compiling ssl_lib.cc
[502/1334] Compiling ssl_cipher.cc
[503/1334] Compiling ssl_buffer.cc
[504/1334] Compiling ssl_credential.cc
[505/1334] Compiling ssl_cert.cc
[506/1334] Compiling ssl_aead_ctx.cc
[507/1334] Compiling ssl_asn1.cc
[508/1334] Compiling s3_pkt.cc
[509/1334] Compiling s3_both.cc
[510/1334] Compiling s3_lib.cc
[511/1334] Compiling handshake_client.cc
[512/1334] Compiling handshake_server.cc
[513/1334] Compiling handshake.cc
[514/1334] Compiling encrypted_client_hello.cc
[515/1334] Compiling handoff.cc
[516/1334] Compiling dtls_method.cc
[517/1334] Compiling extensions.cc
[518/1334] Compiling md5-x86_64-linux.S
[519/1334] Compiling md5-x86_64-apple.S
[520/1334] Compiling md5-586-linux.S
[521/1334] Compiling dtls_record.cc
[522/1334] Compiling md5-586-apple.S
[523/1334] Compiling chacha20_poly1305_x86_64-linux.S
[524/1334] Compiling chacha20_poly1305_armv8-win.S
[525/1334] Compiling chacha20_poly1305_x86_64-apple.S
[526/1334] Compiling chacha20_poly1305_armv8-apple.S
[527/1334] Compiling d1_srtp.cc
[528/1334] Compiling chacha-x86_64-linux.S
[529/1334] Compiling chacha-x86-linux.S
[530/1334] Compiling chacha20_poly1305_armv8-linux.S
[531/1334] Compiling chacha-x86_64-apple.S
[532/1334] Compiling chacha-x86-apple.S
[533/1334] Compiling chacha-armv8-win.S
[534/1334] Compiling chacha-armv8-linux.S
[535/1334] Compiling chacha-armv4-linux.S
[536/1334] Compiling chacha-armv8-apple.S
[537/1334] Compiling aes128gcmsiv-x86_64-linux.S
[538/1334] Compiling aes128gcmsiv-x86_64-apple.S
[539/1334] Compiling x86_64-mont5-linux.S
[540/1334] Compiling x86_64-mont5-apple.S
[541/1334] Compiling x86_64-mont-apple.S
[542/1334] Compiling x86_64-mont-linux.S
[543/1334] Compiling x86-mont-linux.S
[544/1334] Compiling vpaes-x86_64-linux.S
[545/1334] Compiling x86-mont-apple.S
[546/1334] Compiling err_data.cc
[547/1334] Compiling d1_lib.cc
[548/1334] Compiling d1_pkt.cc
[549/1334] Compiling vpaes-x86-linux.S
[550/1334] Compiling vpaes-x86_64-apple.S
[550/1334] Compiling vpaes-x86-apple.S
[552/1334] Compiling vpaes-armv8-apple.S
[553/1334] Compiling vpaes-armv8-linux.S
[554/1334] Compiling vpaes-armv8-win.S
[555/1334] Compiling sha512-x86_64-apple.S
[556/1334] Compiling vpaes-armv7-linux.S
[557/1334] Compiling sha512-x86_64-linux.S
[558/1334] Compiling sha512-armv8-win.S
[559/1334] Compiling sha512-armv8-apple.S
[560/1334] Compiling sha512-586-apple.S
[561/1334] Compiling sha512-armv4-linux.S
[562/1334] Compiling sha256-x86_64-linux.S
[563/1334] Compiling sha512-586-linux.S
[564/1334] Compiling sha512-armv8-linux.S
[565/1334] Compiling sha256-armv8-linux.S
[566/1334] Compiling sha256-armv8-win.S
[567/1334] Compiling sha256-armv4-linux.S
[568/1334] Compiling sha256-x86_64-apple.S
[569/1334] Compiling bio_ssl.cc
[570/1334] Compiling sha256-armv8-apple.S
[571/1334] Compiling sha256-586-linux.S
[572/1334] Compiling sha256-586-apple.S
[573/1334] Compiling sha1-x86_64-linux.S
[574/1334] Compiling sha1-armv4-large-linux.S
[575/1334] Compiling sha1-armv8-apple.S
[576/1334] Compiling sha1-armv8-win.S
[577/1334] Compiling sha1-586-linux.S
[578/1334] Compiling sha1-x86_64-apple.S
[579/1334] Compiling sha1-armv8-linux.S
[580/1334] Compiling p256_beeu-x86_64-asm-linux.S
[581/1334] Compiling d1_both.cc
[581/1334] Compiling rsaz-avx2-linux.S
[583/1334] Compiling rdrand-x86_64-apple.S
[584/1334] Compiling sha1-586-apple.S
[585/1334] Compiling rdrand-x86_64-linux.S
[586/1334] Compiling rsaz-avx2-apple.S
[587/1334] Compiling p256_beeu-x86_64-asm-apple.S
[588/1334] Compiling p256_beeu-armv8-asm-linux.S
[589/1334] Compiling p256_beeu-armv8-asm-win.S
[590/1334] Compiling p256_beeu-armv8-asm-apple.S
[591/1334] Compiling p256-x86_64-asm-linux.S
[592/1334] Compiling p256-x86_64-asm-apple.S
[593/1334] Compiling p256-armv8-asm-win.S
[594/1334] Compiling p256-armv8-asm-apple.S
[595/1334] Compiling p256-armv8-asm-linux.S
[596/1334] Compiling ghashv8-armv8-win.S
[597/1334] Compiling ghashv8-armv8-apple.S
[598/1334] Compiling ghash-x86_64-linux.S
[599/1334] Compiling ghashv8-armv7-linux.S
[600/1334] Compiling ghashv8-armv8-linux.S
[601/1334] Compiling ghash-x86_64-apple.S
[602/1334] Compiling ghash-x86-apple.S
[603/1334] Compiling ghash-x86-linux.S
[604/1334] Compiling ghash-ssse3-x86_64-linux.S
[605/1334] Compiling ghash-ssse3-x86_64-apple.S
[606/1334] Compiling ghash-ssse3-x86-linux.S
[607/1334] Compiling ghash-neon-armv8-linux.S
[608/1334] Compiling ghash-neon-armv8-apple.S
[609/1334] Compiling ghash-ssse3-x86-apple.S
[610/1334] Compiling ghash-armv4-linux.S
[611/1334] Compiling co-586-apple.S
[611/1334] Compiling co-586-linux.S
[613/1334] Compiling ghash-neon-armv8-win.S
[614/1334] Compiling bn-armv8-linux.S
[615/1334] Compiling bsaes-armv7-linux.S
[616/1334] Compiling bn-armv8-apple.S
[617/1334] Compiling bn-armv8-win.S
[618/1334] Compiling bn-586-apple.S
[619/1334] Compiling bn-586-linux.S
[620/1334] Compiling armv4-mont-linux.S
[621/1334] Compiling armv8-mont-win.S
[622/1334] Compiling armv8-mont-apple.S
[623/1334] Compiling aesv8-armv8-win.S
[624/1334] Compiling aesv8-gcm-armv8-win.S
[625/1334] Compiling armv8-mont-linux.S
[626/1334] Compiling aesv8-gcm-armv8-apple.S
[627/1334] Compiling aesv8-gcm-armv8-linux.S
[628/1334] Compiling aesv8-armv8-apple.S
[629/1334] Compiling aesv8-armv7-linux.S
[630/1334] Compiling aesv8-armv8-linux.S
[631/1334] Compiling aesni-x86_64-apple.S
[632/1334] Compiling aesni-x86_64-linux.S
[633/1334] Compiling aesni-x86-linux.S
[634/1334] Compiling aesni-gcm-x86_64-apple.S
[635/1334] Compiling aesni-x86-apple.S
[636/1334] Compiling aesni-gcm-x86_64-linux.S
[637/1334] Compiling aes-gcm-avx10-x86_64-linux.S
[638/1334] Compiling aes-gcm-avx2-x86_64-linux.S
[639/1334] Compiling aes-gcm-avx2-x86_64-apple.S
[640/1334] Compiling aes-gcm-avx10-x86_64-apple.S
[641/1334] Compiling x_val.cc
[642/1334] Compiling x_x509a.cc
[643/1334] Compiling x_sig.cc
[644/1334] Compiling x_x509.cc
[645/1334] Compiling x_spki.cc
[646/1334] Compiling x_pubkey.cc
[647/1334] Compiling x_req.cc
[648/1334] Compiling x_name.cc
[649/1334] Compiling x_crl.cc
[650/1334] Compiling x_exten.cc
[651/1334] Compiling x_algor.cc
[652/1334] Compiling x_all.cc
[653/1334] Compiling x_attrib.cc
[654/1334] Compiling x509spki.cc
[655/1334] Compiling x509rset.cc
[656/1334] Compiling x509name.cc
[657/1334] Compiling x509_vpm.cc
[658/1334] Compiling x509cset.cc
[659/1334] Compiling x509_vfy.cc
[660/1334] Compiling x509_v3.cc
[661/1334] Compiling x509_txt.cc
[662/1334] Compiling x509_set.cc
[663/1334] Compiling x509_obj.cc
[664/1334] Compiling x509_req.cc
[665/1334] Compiling x509_trs.cc
[666/1334] Compiling x509.cc
[667/1334] Compiling x509_ext.cc
[668/1334] Compiling x509_def.cc
[669/1334] Compiling x509_lu.cc
[670/1334] Compiling x509_d2.cc
[671/1334] Compiling v3_utl.cc
[672/1334] Compiling x509_att.cc
[673/1334] Compiling x509_cmp.cc
[674/1334] Compiling v3_skey.cc
[675/1334] Compiling v3_pmaps.cc
[676/1334] Compiling v3_prn.cc
[677/1334] Compiling v3_pcons.cc
[678/1334] Compiling v3_ocsp.cc
[679/1334] Compiling v3_purp.cc
[680/1334] Compiling v3_ncons.cc
[681/1334] Compiling v3_lib.cc
[682/1334] Compiling v3_info.cc
[683/1334] Compiling v3_int.cc
[684/1334] Compiling v3_ia5.cc
[685/1334] Compiling v3_genn.cc
[686/1334] Compiling v3_extku.cc
[687/1334] Compiling v3_enum.cc
[688/1334] Compiling v3_crld.cc
[689/1334] Compiling v3_cpols.cc
[690/1334] Compiling v3_bitst.cc
[691/1334] Compiling v3_conf.cc
[692/1334] Compiling v3_bcons.cc
[693/1334] Compiling v3_akeya.cc
[694/1334] Compiling v3_alt.cc
[695/1334] Compiling v3_akey.cc
[696/1334] Compiling t_x509a.cc
[697/1334] Compiling t_crl.cc
[698/1334] Compiling t_req.cc
[699/1334] Compiling t_x509.cc
[700/1334] Compiling name_print.cc
[701/1334] Compiling rsa_pss.cc
[702/1334] Compiling i2d_pr.cc
[703/1334] Compiling policy.cc
[704/1334] Compiling by_file.cc
[705/1334] Compiling by_dir.cc
[706/1334] Compiling algorithm.cc
[707/1334] Compiling asn1_gen.cc
[708/1334] Compiling thread_win.cc
[709/1334] Compiling a_digest.cc
[710/1334] Compiling thread_pthread.cc
[711/1334] Compiling voprf.cc
[712/1334] Compiling pmbtoken.cc
[713/1334] Compiling trust_token.cc
[714/1334] Compiling a_sign.cc
[715/1334] Compiling a_verify.cc
[716/1334] Compiling thread_none.cc
[717/1334] Compiling stack.cc
[718/1334] Compiling thread.cc
[719/1334] Compiling siphash.cc
[720/1334] Compiling sha512.cc
[721/1334] Compiling slhdsa.cc
[722/1334] Compiling sha256.cc
[723/1334] Compiling sha1.cc
[724/1334] Compiling spake2plus.cc
[725/1334] Compiling rsa_extra.cc
[726/1334] Compiling rsa_print.cc
[727/1334] Compiling refcount.cc
[728/1334] Compiling rsa_crypt.cc
[729/1334] Compiling rc4.cc
[730/1334] Compiling windows.cc
[731/1334] Compiling rand.cc
[732/1334] Compiling urandom.cc
[733/1334] Compiling trusty.cc
[734/1334] Compiling rsa_asn1.cc
[735/1334] Compiling forkunsafe.cc
[736/1334] Compiling poly1305_arm_asm.S
[737/1334] Compiling passive.cc
[738/1334] Compiling getentropy.cc
[739/1334] Compiling ios.cc
[740/1334] Compiling fork_detect.cc
[741/1334] Compiling poly1305_vec.cc
[742/1334] Compiling deterministic.cc
[743/1334] Compiling poly1305_arm.cc
[744/1334] Compiling pool.cc
[745/1334] Compiling poly1305.cc
[746/1334] Compiling pkcs7.cc
[747/1334] Compiling pkcs8.cc
[748/1334] Compiling pkcs8_x509.cc
[749/1334] Compiling p5_pbev2.cc
[750/1334] Compiling pem_x509.cc
[751/1334] Compiling pem_xaux.cc
[752/1334] Compiling pem_pkey.cc
[753/1334] Compiling pem_pk8.cc
[754/1334] Compiling pem_oth.cc
[755/1334] Compiling obj_xref.cc
[756/1334] Compiling pem_all.cc
[757/1334] Compiling pem_lib.cc
[758/1334] Compiling pem_info.cc
[759/1334] Compiling mlkem.cc
[760/1334] Compiling obj.cc
[761/1334] Compiling poly_rq_mul.S
[762/1334] Compiling mldsa.cc
[763/1334] Compiling fips_shared_support.cc
[764/1334] Compiling mem.cc
[765/1334] Compiling md4.cc
[766/1334] Compiling md5.cc
[767/1334] Compiling hrss.cc
[768/1334] Compiling lhash.cc
[769/1334] Compiling sign.cc
[770/1334] Compiling kyber.cc
[771/1334] Compiling ex_data.cc
[772/1334] Compiling scrypt.cc
[773/1334] Compiling hpke.cc
[774/1334] Compiling pbkdf.cc
[775/1334] Compiling print.cc
[776/1334] Compiling p_x25519.cc
[777/1334] Compiling p_x25519_asn1.cc
[778/1334] Compiling p_rsa_asn1.cc
[779/1334] Compiling p_ed25519.cc
[780/1334] Compiling p_rsa.cc
[781/1334] Compiling p_hkdf.cc
[782/1334] Compiling p_ec_asn1.cc
[783/1334] Compiling p_ed25519_asn1.cc
[784/1334] Compiling p_ec.cc
[785/1334] Compiling p_dh.cc
[786/1334] Compiling p_dh_asn1.cc
[787/1334] Compiling p_dsa_asn1.cc
[788/1334] Compiling evp_ctx.cc
[789/1334] Compiling evp.cc
[790/1334] Compiling err.cc
[791/1334] Compiling engine.cc
[792/1334] Compiling evp_asn1.cc
[793/1334] Compiling ec_derive.cc
[794/1334] Compiling ecdsa_asn1.cc
[795/1334] Compiling hash_to_curve.cc
[796/1334] Compiling ecdh.cc
[797/1334] Compiling bcm.cc
[798/1334] Compiling dsa.cc
[799/1334] Compiling ec_asn1.cc
[800/1334] Compiling dsa_asn1.cc
[801/1334] Compiling x25519-asm-arm.S
[802/1334] Compiling des.cc
[803/1334] Compiling params.cc
[804/1334] Compiling digest_extra.cc
[805/1334] Compiling dh_asn1.cc
[806/1334] Compiling curve25519_64_adx.cc
[807/1334] Compiling cpu_intel.cc
[808/1334] Compiling cpu_arm_linux.cc
[809/1334] Compiling spake25519.cc
[810/1334] Compiling crypto.cc
[811/1334] Compiling curve25519.cc
[812/1334] Compiling cpu_arm_freebsd.cc
[813/1334] Compiling cpu_aarch64_win.cc
[814/1334] Compiling cpu_aarch64_sysreg.cc
[815/1334] Compiling cpu_aarch64_openbsd.cc
[816/1334] Compiling cpu_aarch64_linux.cc
[817/1334] Compiling cpu_aarch64_fuchsia.cc
[818/1334] Compiling cpu_aarch64_apple.cc
[819/1334] Compiling conf.cc
[820/1334] Compiling tls_cbc.cc
[821/1334] Compiling get_cipher.cc
[822/1334] Compiling e_tls.cc
[823/1334] Compiling e_rc4.cc
[824/1334] Compiling e_rc2.cc
[825/1334] Compiling e_null.cc
[826/1334] Compiling e_des.cc
[827/1334] Compiling e_chacha20poly1305.cc
[828/1334] Compiling e_aesgcmsiv.cc
[829/1334] Compiling derive_key.cc
[830/1334] Compiling e_aesctrhmac.cc
[831/1334] Compiling chacha.cc
[832/1334] Compiling unicode.cc
[833/1334] Compiling ber.cc
[834/1334] Compiling cbb.cc
[835/1334] Compiling buf.cc
[836/1334] Compiling cbs.cc
[837/1334] Compiling asn1_compat.cc
[838/1334] Compiling bn_asn1.cc
[839/1334] Compiling convert.cc
[840/1334] Compiling blake2.cc
[841/1334] Compiling socket.cc
[842/1334] Compiling printf.cc
[843/1334] Compiling socket_helper.cc
[844/1334] Compiling pair.cc
[845/1334] Compiling hexdump.cc
[846/1334] Compiling file.cc
[847/1334] Compiling errno.cc
[848/1334] Compiling fd.cc
[849/1334] Compiling bio_mem.cc
[850/1334] Compiling connect.cc
[851/1334] Compiling base64.cc
[852/1334] Compiling bio.cc
[853/1334] Compiling tasn_typ.cc
[854/1334] Compiling tasn_utl.cc
[855/1334] Compiling tasn_fre.cc
[856/1334] Compiling tasn_enc.cc
[857/1334] Compiling posix_time.cc
[858/1334] Compiling tasn_new.cc
[859/1334] Compiling f_string.cc
[860/1334] Compiling tasn_dec.cc
[861/1334] Compiling a_time.cc
[862/1334] Compiling f_int.cc
[863/1334] Compiling asn_pack.cc
[864/1334] Compiling asn1_par.cc
[865/1334] Compiling a_octet.cc
[866/1334] Compiling asn1_lib.cc
[867/1334] Compiling a_utctm.cc
[868/1334] Compiling a_type.cc
[869/1334] Compiling a_strnid.cc
[870/1334] Compiling a_object.cc
[871/1334] Compiling a_d2i_fp.cc
[872/1334] Compiling a_strex.cc
[873/1334] Compiling a_mbstr.cc
[874/1334] Compiling a_i2d_fp.cc
[875/1334] Compiling a_dup.cc
[876/1334] Compiling a_int.cc
[877/1334] Compiling a_bitstr.cc
[878/1334] Compiling fiat_curve25519_adx_square.S
[879/1334] Compiling fiat_curve25519_adx_mul.S
[880/1334] Compiling CCryptoBoringSSLShims shims.c
[881/1334] Compiling a_gentm.cc
[882/1334] Compiling v3_skey.c
[883/1334] Compiling v3_utl.c
[884/1334] Compiling v3_purp.c
[885/1334] Compiling v3_prn.c
[886/1334] Compiling v3_pmaps.c
[887/1334] Compiling v3_ocsp.c
[887/1334] Compiling v3_pcons.c
[889/1334] Compiling a_bool.cc
[890/1334] Compiling v3_ncons.c
[891/1334] Compiling v3_lib.c
[892/1334] Compiling v3_int.c
[893/1334] Compiling v3_info.c
[894/1334] Compiling v3_ia5.c
[895/1334] Compiling v3_genn.c
[896/1334] Compiling v3_extku.c
[897/1334] Compiling v3_enum.c
[898/1334] Compiling v3_crld.c
[899/1334] Compiling v3_bitst.c
[900/1334] Compiling v3_cpols.c
[901/1334] Compiling v3_conf.c
[902/1334] Compiling v3_bcons.c
[903/1334] Compiling v3_akeya.c
[904/1334] Compiling v3_akey.c
[905/1334] Compiling v3_alt.c
[906/1334] Compiling x_x509a.c
[907/1334] Compiling x_val.c
[908/1334] Compiling x_x509.c
[909/1334] Compiling x_sig.c
[910/1334] Compiling x_spki.c
[911/1334] Compiling x_req.c
[912/1334] Compiling x_pubkey.c
[913/1334] Compiling x_info.c
[914/1334] Compiling x_pkey.c
[915/1334] Compiling x_name.c
[916/1334] Compiling x_exten.c
[917/1334] Compiling x_attrib.c
[918/1334] Compiling x_algor.c
[919/1334] Compiling x_crl.c
[920/1334] Compiling x509spki.c
[921/1334] Compiling x_all.c
[922/1334] Compiling x509name.c
[923/1334] Compiling x509rset.c
[924/1334] Compiling x509cset.c
[925/1334] Compiling x509_vpm.c
[926/1334] Compiling x509_txt.c
[927/1334] Compiling x509_vfy.c
[927/1334] Compiling x509_trs.c
[929/1334] Compiling x509_v3.c
[930/1334] Compiling x509_set.c
[931/1334] Compiling x509_obj.c
[932/1334] Compiling x509_req.c
[933/1334] Compiling x509_ext.c
[934/1334] Compiling x509_d2.c
[935/1334] Compiling x509_def.c
[936/1334] Compiling x509_lu.c
[937/1334] Compiling x509.c
[938/1334] Compiling x509_cmp.c
[939/1334] Compiling x509_att.c
[940/1334] Compiling t_x509a.c
[941/1334] Compiling t_x509.c
[942/1334] Compiling t_req.c
[943/1334] Compiling c-nioatomics.c
[944/1334] Compiling i2d_pr.c
[945/1334] Compiling t_crl.c
[946/1334] Compiling name_print.c
[947/1334] Compiling rsa_pss.c
[948/1334] Compiling policy.c
[949/1334] Compiling by_file.c
[950/1334] Compiling algorithm.c
[951/1334] Compiling by_dir.c
[952/1334] Compiling a_verify.c
[953/1334] Compiling a_sign.c
[954/1334] Compiling asn1_gen.c
[955/1334] Compiling thread_win.c
[956/1334] Compiling voprf.c
[957/1334] Compiling trust_token.c
[958/1334] Compiling thread_none.c
[959/1334] Compiling thread_pthread.c
[960/1334] Compiling thread.c
[961/1334] Compiling rsa_print.c
[962/1334] Compiling refcount.c
[963/1334] Compiling rc4.c
[963/1334] Compiling stack.c
[965/1334] Compiling siphash.c
[966/1334] Compiling trusty.c
[967/1334] Compiling windows.c
[968/1334] Compiling rand_extra.c
[969/1334] Compiling rsa_asn1.c
[970/1334] Compiling pmbtoken.c
[971/1334] Compiling rsa_crypt.c
[972/1334] Compiling ios.c
[973/1334] Compiling getentropy.c
[974/1334] Compiling passive.c
[975/1334] Compiling deterministic.c
[976/1334] Compiling forkunsafe.c
[977/1334] Compiling poly1305_vec.c
[978/1334] Compiling poly1305_arm_asm.S
[979/1334] Compiling poly1305_arm.c
[980/1334] Compiling pool.c
[981/1334] Compiling c-atomics.c
[982/1334] Compiling poly1305.c
[983/1334] Compiling pkcs7.c
[984/1334] Compiling pkcs8.c
[985/1334] Compiling p5_pbev2.c
[986/1334] Compiling pkcs8_x509.c
[987/1340] Compiling pem_x509.c
[988/1340] Compiling pkcs7_x509.c
[989/1340] Compiling pem_xaux.c
[990/1340] Compiling pem_pkey.c
[991/1340] Compiling obj_xref.c
[992/1340] Compiling pem_oth.c
[993/1340] Compiling pem_pk8.c
[994/1340] Compiling pem_info.c
[995/1340] Compiling mem.c
[996/1340] Compiling lhash.c
[997/1340] Compiling keccak.c
[998/1340] Compiling poly_rq_mul.S
[999/1340] Compiling pem_lib.c
[1000/1340] Compiling obj.c
[1001/1340] Compiling pem_all.c
[1002/1340] Compiling kyber.c
[1004/1340] Compiling NIOConcurrencyHelpers NIOLock.swift
[1004/1340] Compiling x86_64-mont5-mac.mac.x86_64.S
[1005/1340] Compiling x86_64-mont5-linux.linux.x86_64.S
[1006/1340] Compiling hpke.c
[1007/1340] Compiling x86_64-mont-mac.mac.x86_64.S
[1009/1340] Compiling NIOConcurrencyHelpers lock.swift
[1009/1340] Compiling x86-mont-windows.windows.x86.S
[1010/1340] Compiling x86-mont-linux.linux.x86.S
[1011/1340] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1012/1340] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1013/1340] Compiling vpaes-x86-windows.windows.x86.S
[1014/1340] Compiling vpaes-armv7-linux.linux.arm.S
[1015/1340] Compiling x86_64-mont-linux.linux.x86_64.S
[1016/1340] Compiling vpaes-x86-linux.linux.x86.S
[1017/1340] Compiling vpaes-armv8-ios.ios.aarch64.S
[1018/1340] Compiling vpaes-armv8-linux.linux.aarch64.S
[1019/1340] Compiling vpaes-armv7-ios.ios.arm.S
[1020/1340] Compiling sha512-x86_64-mac.mac.x86_64.S
[1021/1340] Compiling sha512-x86_64-linux.linux.x86_64.S
[1023/1340] Emitting module NIOConcurrencyHelpers
[1024/1340] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1024/1340] Compiling sha512-armv8-ios.ios.aarch64.S
[1025/1340] Compiling sha512-armv4-ios.ios.arm.S
[1026/1340] Compiling sha512-armv4-linux.linux.arm.S
[1027/1340] Compiling kdf.c
[1028/1340] Compiling sha512-586-windows.windows.x86.S
[1029/1340] Compiling sha512-586-linux.linux.x86.S
[1030/1340] Compiling sha512-armv8-linux.linux.aarch64.S
[1031/1340] Compiling sha256-x86_64-mac.mac.x86_64.S
[1032/1340] Compiling sha256-x86_64-linux.linux.x86_64.S
[1034/1340] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1035/1340] Compiling NIOConcurrencyHelpers atomics.swift
[1035/1340] Compiling sha256-armv4-linux.linux.arm.S
[1036/1340] Compiling hrss.c
[1037/1341] Compiling sha256-armv8-ios.ios.aarch64.S
[1038/1341] Compiling sha256-586-windows.windows.x86.S
[1039/1341] Compiling sha256-armv4-ios.ios.arm.S
[1040/1341] Compiling sha256-586-linux.linux.x86.S
[1041/1341] Compiling sha1-x86_64-mac.mac.x86_64.S
[1042/1341] Compiling sha1-x86_64-linux.linux.x86_64.S
[1043/1341] Compiling sha1-armv8-ios.ios.aarch64.S
[1043/1341] Compiling sha1-armv4-large-linux.linux.arm.S
[1045/1341] Compiling sha1-586-windows.windows.x86.S
[1046/1341] Compiling sha1-586-linux.linux.x86.S
[1047/1341] Compiling sha1-armv4-large-ios.ios.arm.S
[1048/1341] Compiling sha1-armv8-linux.linux.aarch64.S
[1049/1341] Compiling sha512.c
[1051/1341] Compiling rsaz-avx2-mac.mac.x86_64.S
[1052/1341] Compiling sha1.c
[1053/1341] Compiling fips.c
[1054/1341] Compiling sha256.c
[1054/1341] Compiling rsaz-avx2-linux.linux.x86_64.S
[1056/1341] Compiling service_indicator.c
[1057/1341] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1058/1341] Compiling self_check.c
[1059/1341] Compiling blinding.c
[1060/1341] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1061/1341] Compiling padding.c
[1062/1341] Wrapping AST for NIOConcurrencyHelpers for debugging
[1063/1342] Compiling rsa.c
[1064/1342] Compiling rand.c
[1065/1364] Compiling rsa_impl.c
[1066/1367] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1067/1367] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1068/1367] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1069/1367] Compiling urandom.c
[1070/1367] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1071/1367] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1072/1367] Compiling fork_detect.c
[1073/1367] Compiling ctrdrbg.c
[1074/1367] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1075/1367] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1076/1367] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1077/1367] Compiling polyval.c
[1078/1367] Compiling ofb.c
[1079/1367] Compiling ctr.c
[1080/1367] Compiling gcm_nohw.c
[1081/1367] Compiling md5-x86_64-mac.mac.x86_64.S
[1082/1367] Compiling cfb.c
[1083/1367] Compiling cbc.c
[1084/1367] Compiling gcm.c
[1085/1367] Compiling md5-586-windows.windows.x86.S
[1086/1367] Compiling md5-x86_64-linux.linux.x86_64.S
[1087/1367] Compiling md5-586-linux.linux.x86.S
[1088/1367] Compiling md5.c
[1089/1367] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1090/1367] Compiling md4.c
[1091/1367] Compiling ghashv8-armv7-ios.ios.arm.S
[1092/1367] Compiling ghashv8-armv7-linux.linux.arm.S
[1092/1367] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1094/1367] Compiling ghash-x86_64-mac.mac.x86_64.S
[1095/1367] Compiling hkdf.c
[1096/1367] Compiling ghash-x86_64-linux.linux.x86_64.S
[1097/1367] Compiling hmac.c
[1098/1367] Compiling ghash-x86-windows.windows.x86.S
[1099/1367] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1099/1367] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1101/1367] Compiling ghash-x86-linux.linux.x86.S
[1102/1367] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1103/1367] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1104/1367] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1105/1367] Compiling ghash-armv4-ios.ios.arm.S
[1106/1367] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1107/1367] Compiling ghash-armv4-linux.linux.arm.S
[1108/1367] Compiling fips_shared_support.c
[1110/1367] Emitting module ConsoleKitTerminal
[1111/1370] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1112/1370] Compiling ConsoleKitTerminal ConsoleClear.swift
[1113/1370] Compiling ConsoleKitTerminal Console+Ask.swift
[1114/1370] Compiling ConsoleKitTerminal Console+Choose.swift
[1115/1370] Compiling ConsoleKitTerminal Console+Confirm.swift
[1116/1370] Compiling ConsoleKitTerminal Console+Input.swift
[1117/1370] Compiling ConsoleKitTerminal Console+Center.swift
[1118/1370] Compiling ConsoleKitTerminal Console+Output.swift
[1118/1370] Compiling ecdsa.c
[1119/1370] Compiling wnaf.c
[1120/1370] Compiling simple.c
[1121/1370] Compiling ecdh.c
[1122/1370] Compiling util.c
[1123/1370] Compiling simple_mul.c
[1124/1370] Compiling scalar.c
[1125/1370] Compiling felem.c
[1126/1370] Compiling p256.c
[1128/1370] Compiling ConsoleKitTerminal ActivityBar.swift
[1129/1370] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1130/1370] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1131/1370] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1132/1370] Compiling ConsoleKitTerminal CustomActivity.swift
[1133/1370] Compiling ConsoleKitTerminal LoadingBar.swift
[1134/1370] Compiling ConsoleKitTerminal ProgressBar.swift
[1135/1370] Compiling ConsoleKitTerminal Console+Clear.swift
[1135/1370] Compiling oct.c
[1136/1370] Compiling p224-64.c
[1137/1370] Compiling ec_montgomery.c
[1138/1370] Compiling ec_key.c
[1139/1370] Compiling digestsign.c
[1140/1370] Compiling digests.c
[1141/1370] Compiling digest.c
[1142/1370] Compiling co-586-windows.windows.x86.S
[1143/1370] Compiling co-586-linux.linux.x86.S
[1144/1370] Compiling check.c
[1145/1370] Compiling dh.c
[1146/1370] Compiling ec.c
[1148/1370] Compiling ConsoleKitTerminal ConsoleText.swift
[1149/1370] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1150/1370] Compiling ConsoleKitTerminal ANSI.swift
[1151/1370] Compiling ConsoleKitTerminal Console+Wait.swift
[1152/1370] Compiling ConsoleKitTerminal ConsoleColor.swift
[1153/1370] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1154/1370] Compiling ConsoleKitTerminal Console.swift
[1155/1370] Compiling ConsoleKitTerminal Terminal.swift
[1156/1370] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1156/1370] Compiling cmac.c
[1157/1370] Compiling e_aesccm.c
[1158/1370] Compiling p256-nistz.c
[1159/1370] Compiling bsaes-armv7-linux.linux.arm.S
[1160/1370] Compiling bsaes-armv7-ios.ios.arm.S
[1161/1370] Compiling aead.c
[1162/1370] Compiling rsaz_exp.c
[1163/1370] Compiling sqrt.c
[1164/1370] Compiling cipher.c
[1165/1370] Compiling shift.c
[1166/1370] Compiling random.c
[1167/1370] Compiling e_aes.c
[1168/1370] Compiling mul.c
[1169/1370] Compiling montgomery_inv.c
[1170/1370] Compiling jacobi.c
[1171/1370] Compiling prime.c
[1172/1370] Compiling montgomery.c
[1173/1370] Compiling gcd.c
[1174/1370] Compiling generic.c
[1175/1370] Compiling gcd_extra.c
[1176/1370] Compiling ctx.c
[1177/1370] Compiling div_extra.c
[1178/1370] Compiling cmp.c
[1179/1370] Compiling exponentiation.c
[1180/1370] Compiling x86_64-gcc.c
[1181/1370] Compiling div.c
[1182/1370] Compiling bn-armv8-linux.linux.aarch64.S
[1182/1370] Compiling bn.c
[1184/1370] Compiling bn-armv8-ios.ios.aarch64.S
[1185/1370] Compiling bytes.c
[1186/1370] Compiling bn-586-linux.linux.x86.S
[1187/1370] Compiling bn-586-windows.windows.x86.S
[1188/1370] Compiling add.c
[1189/1370] Compiling armv8-mont-ios.ios.aarch64.S
[1190/1370] Compiling armv4-mont-linux.linux.arm.S
[1191/1370] Compiling armv8-mont-linux.linux.aarch64.S
[1192/1370] Compiling armv4-mont-ios.ios.arm.S
[1193/1370] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1194/1370] Compiling aesv8-armv8-ios.ios.aarch64.S
[1195/1370] Compiling aesv8-armv7-linux.linux.arm.S
[1196/1370] Compiling aesni-x86_64-linux.linux.x86_64.S
[1196/1370] Compiling aesv8-armv7-ios.ios.arm.S
[1198/1370] Compiling aesv8-armv8-linux.linux.aarch64.S
[1199/1370] Compiling aesni-x86_64-mac.mac.x86_64.S
[1200/1370] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1202/1370] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1203/1370] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1204/1370] Compiling ConsoleKitTerminal LoggerFragment.swift
[1204/1370] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1205/1371] Compiling aesni-x86-windows.windows.x86.S
[1206/1371] Compiling aesni-x86-linux.linux.x86.S
[1207/1371] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1208/1371] Compiling aes.c
[1209/1371] Compiling mode_wrappers.c
[1210/1371] Compiling key_wrap.c
[1211/1371] Compiling ex_data.c
[1212/1371] Compiling sign.c
[1213/1371] Compiling aes_nohw.c
[1215/1371] Compiling pbkdf.c
[1216/1371] Compiling scrypt.c
[1217/1371] Compiling p_x25519.c
[1218/1371] Compiling p_rsa_asn1.c
[1219/1371] Compiling p_x25519_asn1.c
[1220/1371] Compiling print.c
[1221/1371] Compiling p_hkdf.c
[1222/1371] Compiling p_rsa.c
[1223/1371] Compiling p_ed25519_asn1.c
[1224/1371] Compiling p_ed25519.c
[1225/1371] Wrapping AST for ConsoleKitTerminal for debugging
[1226/1371] Compiling p_ec_asn1.c
[1227/1371] Compiling p_dsa_asn1.c
[1228/1371] Compiling err_data.c
[1229/1371] Compiling p_ec.c
[1230/1371] Compiling engine.c
[1231/1393] Compiling evp_asn1.c
[1232/1393] Compiling evp_ctx.c
[1233/1393] Compiling err.c
[1234/1393] Compiling evp.c
[1235/1393] Compiling ecdsa_asn1.c
[1236/1393] Compiling ecdh_extra.c
[1237/1393] Compiling hash_to_curve.c
[1238/1393] Compiling ec_derive.c
[1239/1393] Compiling dsa_asn1.c
[1240/1393] Compiling ec_asn1.c
[1241/1393] Compiling dsa.c
[1242/1393] Compiling params.c
[1243/1393] Compiling dh_asn1.c
[1244/1393] Compiling curve25519_64_adx.c
[1245/1393] Compiling digest_extra.c
[1246/1393] Compiling x25519-asm-arm.S
[1247/1393] Compiling cpu_intel.c
[1248/1393] Compiling spake25519.c
[1249/1393] Compiling cpu_arm_linux.c
[1250/1393] Compiling cpu_arm_freebsd.c
[1251/1393] Compiling cpu_aarch64_win.c
[1252/1393] Compiling cpu_aarch64_sysreg.c
[1253/1393] Compiling cpu_aarch64_openbsd.c
[1254/1393] Compiling crypto.c
[1255/1393] Compiling cpu_arm.c
[1256/1393] Compiling cpu_aarch64_linux.c
[1257/1393] Compiling cpu_aarch64_fuchsia.c
[1258/1393] Compiling des.c
[1259/1393] Compiling cpu_aarch64_apple.c
[1260/1393] Compiling e_tls.c
[1262/1393] Compiling ConsoleKitCommands CommandSignature.swift
[1263/1393] Compiling ConsoleKitCommands Flag.swift
[1264/1393] Compiling ConsoleKitCommands Option.swift
[1264/1395] Compiling tls_cbc.c
[1265/1395] Compiling e_rc4.c
[1266/1395] Compiling conf.c
[1267/1395] Compiling e_null.c
[1268/1395] Compiling e_rc2.c
[1269/1395] Compiling e_des.c
[1271/1395] Compiling ConsoleKitCommands CommandGroup.swift
[1272/1395] Compiling ConsoleKitCommands CommandInput.swift
[1273/1395] Compiling ConsoleKitCommands Commands.swift
[1274/1395] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1275/1395] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1276/1395] Compiling ConsoleKitCommands Argument.swift
[1276/1395] Compiling e_chacha20poly1305.c
[1277/1395] Compiling derive_key.c
[1278/1395] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1279/1395] Compiling e_aesctrhmac.c
[1280/1395] Compiling cipher_extra.c
[1281/1395] Compiling e_aesgcmsiv.c
[1282/1395] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1284/1395] Compiling ConsoleKitCommands Command.swift
[1285/1395] Compiling ConsoleKitCommands CommandContext.swift
[1286/1395] Compiling ConsoleKitCommands CommandError.swift
[1286/1395] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1287/1395] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1288/1395] Compiling curve25519.c
[1289/1395] Compiling chacha-x86_64-mac.mac.x86_64.S
[1290/1395] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1291/1395] Compiling chacha-x86_64-linux.linux.x86_64.S
[1292/1395] Compiling chacha-x86-windows.windows.x86.S
[1293/1395] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1294/1395] Compiling chacha-x86-linux.linux.x86.S
[1296/1395] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1297/1395] Compiling ConsoleKitCommands AsyncCommand.swift
[1298/1395] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1299/1395] Emitting module ConsoleKitCommands
[1300/1395] Compiling ConsoleKitCommands AsyncCommands.swift
[1301/1395] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1302/1395] Compiling ConsoleKitCommands AnyCommand.swift
[1302/1395] Compiling chacha-armv8-ios.ios.aarch64.S
[1303/1395] Compiling chacha.c
[1304/1395] Compiling chacha-armv4-linux.linux.arm.S
[1305/1395] Compiling chacha-armv4-ios.ios.arm.S
[1306/1395] Compiling chacha-armv8-linux.linux.aarch64.S
[1307/1395] Compiling unicode.c
[1309/1395] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1310/1395] Compiling ConsoleKitCommands Utilities.swift
[1310/1395] Compiling asn1_compat.c
[1311/1395] Compiling bn_asn1.c
[1312/1395] Compiling ber.c
[1313/1395] Compiling buf.c
[1314/1395] Compiling convert.c
[1315/1395] Compiling cbb.c
[1316/1395] Compiling cbs.c
[1317/1395] Compiling printf.c
[1318/1395] Compiling blake2.c
[1319/1395] Compiling pair.c
[1320/1395] Compiling file.c
[1321/1395] Compiling hexdump.c
[1322/1395] Compiling fd.c
[1323/1395] Compiling errno.c
[1324/1395] Compiling bio_mem.c
[1325/1395] Compiling base64.c
[1326/1395] Compiling bio.c
[1327/1395] Compiling tasn_new.c
[1328/1395] Compiling tasn_utl.c
[1329/1395] Compiling tasn_fre.c
[1330/1395] Compiling tasn_typ.c
[1331/1395] Compiling f_int.c
[1332/1395] Compiling tasn_enc.c
[1333/1395] Compiling posix_time.c
[1334/1395] Compiling f_string.c
[1335/1395] Compiling a_utctm.c
[1336/1395] Compiling tasn_dec.c
[1337/1395] Compiling asn1_lib.c
[1338/1395] Compiling a_time.c
[1339/1395] Compiling a_type.c
[1340/1395] Compiling a_strex.c
[1341/1395] Compiling a_octet.c
[1342/1395] Compiling a_strnid.c
[1343/1395] Compiling a_object.c
[1343/1395] Write sources
[1349/1395] Compiling a_mbstr.c
[1350/1395] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1351/1395] Compiling a_d2i_fp.c
[1352/1395] Compiling a_bool.c
[1353/1395] Compiling a_int.c
[1354/1395] Compiling a_bitstr.c
[1356/1494] Compiling Algorithms Joined.swift
[1357/1494] Compiling Algorithms Keyed.swift
[1358/1496] Compiling Algorithms Permutations.swift
[1359/1496] Compiling Algorithms Product.swift
[1360/1496] Compiling Algorithms Partition.swift
[1363/1497] Compiling Algorithms FlattenCollection.swift
[1364/1497] Compiling Algorithms Grouped.swift
[1365/1497] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1366/1497] Compiling BitCollections BitSet+CustomReflectable.swift
[1367/1497] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1368/1497] Compiling BitCollections BitSet+Equatable.swift
[1369/1497] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1370/1497] Compiling BitCollections BitSet+Extras.swift
[1371/1497] Compiling BitCollections BitSet+Hashable.swift
[1373/1504] Compiling Atomics IntegerOperations.swift
[1374/1504] Compiling Atomics Unmanaged extensions.swift
[1374/1504] Wrapping AST for ConsoleKitCommands for debugging
[1378/1504] Compiling Atomics OptionalRawRepresentable.swift
[1379/1504] Compiling Atomics RawRepresentable.swift
[1384/1504] Compiling Algorithms AdjacentPairs.swift
[1385/1504] Compiling Algorithms Chain.swift
[1386/1504] Compiling Algorithms Chunked.swift
[1387/1506] Compiling BitCollections BitSet+Initializers.swift
[1388/1506] Compiling BitCollections BitSet+Invariants.swift
[1389/1506] Compiling BitCollections BitSet+Random.swift
[1390/1506] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1391/1506] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1392/1506] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1393/1506] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1394/1506] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1395/1506] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1396/1506] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1397/1506] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1398/1506] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1399/1506] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1400/1506] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1401/1506] Emitting module ConsoleKit
[1402/1506] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1403/1506] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1404/1506] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1405/1506] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1406/1506] Compiling BitCollections BitSet+SetAlgebra union.swift
[1407/1506] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1408/1506] Compiling BitCollections BitSet.Counted.swift
[1409/1506] Compiling ConsoleKit Exports.swift
[1413/1507] Compiling Algorithms Combinations.swift
[1414/1507] Compiling Algorithms Compacted.swift
[1415/1507] Compiling Algorithms Cycle.swift
[1416/1507] Compiling Algorithms EitherSequence.swift
[1417/1507] Compiling Algorithms FirstNonNil.swift
[1418/1507] Emitting module BitCollections
[1420/1507] Compiling Algorithms Reductions.swift
[1421/1507] Compiling Algorithms Rotate.swift
[1422/1507] Compiling Algorithms Split.swift
[1423/1507] Compiling Algorithms Stride.swift
[1424/1507] Compiling Algorithms Suffix.swift
[1425/1510] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1434/1510] Wrapping AST for ConsoleKit for debugging
[1436/1510] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1437/1510] Emitting module CryptoBoringWrapper
[1438/1510] Compiling BitCollections BitSet.Index.swift
[1439/1510] Compiling BitCollections BitSet._UnsafeHandle.swift
[1440/1510] Compiling BitCollections BitSet.swift
[1441/1510] Compiling BitCollections Range+Utilities.swift
[1442/1510] Compiling BitCollections Slice+Utilities.swift
[1443/1510] Compiling BitCollections UInt+Tricks.swift
[1444/1510] Compiling BitCollections _Word.swift
[1452/1512] Wrapping AST for CryptoBoringWrapper for debugging
[1457/1512] Wrapping AST for BitCollections for debugging
[1463/1512] Compiling Algorithms Trim.swift
[1464/1512] Compiling Algorithms Unique.swift
[1465/1512] Compiling Algorithms Windows.swift
[1466/1574] Compiling Collections Collections.swift
[1467/1574] Emitting module Collections
[1468/1575] Wrapping AST for Collections for debugging
[1470/1575] Compiling Crypto AES-GCM.swift
[1471/1575] Compiling Crypto AES-GCM_boring.swift
[1472/1575] Compiling Crypto ChaChaPoly_boring.swift
[1473/1575] Compiling Crypto ChaChaPoly.swift
[1474/1575] Emitting module Atomics
[1475/1575] Compiling Crypto ASN1.swift
[1476/1575] Compiling Crypto ASN1Any.swift
[1477/1575] Compiling Crypto PEMDocument.swift
[1478/1575] Compiling Crypto PKCS8PrivateKey.swift
[1479/1575] Compiling Crypto SEC1PrivateKey.swift
[1481/1575] Compiling Crypto Cipher.swift
[1482/1575] Compiling Crypto Nonces.swift
[1483/1576] Wrapping AST for Atomics for debugging
[1485/1637] Compiling NIOCore AsyncAwaitSupport.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1486/1637] Compiling NIOCore AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1487/1637] Compiling NIOCore AsyncChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1488/1637] Compiling NIOCore AsyncChannelInboundStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1489/1637] Compiling NIOCore AsyncChannelOutboundWriter.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1490/1637] Compiling NIOCore NIOAsyncSequenceProducer.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1491/1637] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1492/1637] Compiling NIOCore NIOAsyncWriter.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1493/1645] Emitting module Algorithms
[1494/1646] Compiling NIOCore ByteBuffer-multi-int.swift
[1495/1646] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1496/1646] Compiling NIOCore ByteBuffer-views.swift
[1497/1646] Compiling NIOCore Channel.swift
[1498/1646] Compiling NIOCore ChannelHandler.swift
[1499/1646] Compiling NIOCore ChannelHandlers.swift
[1500/1646] Compiling NIOCore ChannelInvoker.swift
[1501/1646] Compiling NIOCore ChannelOption.swift
[1502/1646] Compiling NIOCore ChannelPipeline.swift
[1504/1646] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1505/1646] Compiling NIOCore IOData.swift
[1506/1646] Compiling NIOCore IPProtocol.swift
[1507/1646] Compiling NIOCore IntegerBitPacking.swift
[1508/1646] Compiling NIOCore IntegerTypes.swift
[1509/1646] Compiling NIOCore Interfaces.swift
[1510/1646] Compiling NIOCore Linux.swift
[1511/1646] Compiling NIOCore MarkedCircularBuffer.swift
[1512/1646] Compiling NIOCore MulticastChannel.swift
[1513/1646] Compiling NIOCore NIOAny.swift
[1514/1646] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1515/1646] Compiling NIOCore NIOCoreSendableMetatype.swift
[1516/1646] Compiling NIOCore NIOLoopBound.swift
[1517/1646] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1518/1646] Compiling NIOCore NIOScheduledCallback.swift
[1519/1646] Compiling NIOCore NIOSendable.swift
[1520/1646] Compiling NIOCore CircularBuffer.swift
[1521/1646] Compiling NIOCore Codec.swift
[1522/1646] Compiling NIOCore ConvenienceOptionSupport.swift
[1523/1646] Compiling NIOCore DeadChannel.swift
[1524/1646] Compiling NIOCore DispatchQueue+WithFuture.swift
[1525/1646] Compiling NIOCore EventLoop+Deprecated.swift
[1526/1646] Compiling NIOCore EventLoop+SerialExecutor.swift
[1527/1646] Compiling NIOCore EventLoop.swift
[1528/1646] Emitting module Crypto
[1528/1646] Wrapping AST for Algorithms for debugging
[1530/1646] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1531/1646] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1532/1646] Compiling NIOCore EventLoopFuture.swift
[1533/1646] Compiling NIOCore FileDescriptor.swift
[1534/1646] Compiling NIOCore FileHandle.swift
[1535/1646] Compiling NIOCore FileRegion.swift
[1536/1646] Compiling NIOCore GlobalSingletons.swift
[1537/1646] Compiling NIOCore IO.swift
[1538/1646] Compiling NIOCore AddressedEnvelope.swift
[1539/1646] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1540/1646] Compiling NIOCore BSDSocketAPI.swift
[1541/1646] Compiling NIOCore ByteBuffer-aux.swift
[1542/1646] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1543/1646] Compiling NIOCore ByteBuffer-conversions.swift
[1544/1646] Compiling NIOCore ByteBuffer-core.swift
[1545/1646] Compiling NIOCore ByteBuffer-hex.swift
[1546/1646] Compiling NIOCore ByteBuffer-int.swift
[1547/1646] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1555/1646] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[1573/1654] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1574/1654] Compiling NIOCore SocketAddresses.swift
[1575/1654] Compiling NIOCore SocketOptionProvider.swift
[1576/1654] Compiling NIOCore SystemCallHelpers.swift
[1577/1654] Compiling NIOCore TimeAmount+Duration.swift
[1578/1654] Compiling NIOCore TypeAssistedChannelHandler.swift
[1579/1654] Compiling NIOCore UniversalBootstrapSupport.swift
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: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/S3Tests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/S3Signer/Derived_from_LICENSE
[0/1] Planning build
Building for debugging...
[0/59] Write swift-version-24593BA9C3E375BF.txt
[2/116] Compiling RealModule RealFunctions.swift
[3/117] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/118] Compiling RealModule Real.swift
[5/118] Compiling RealModule Float80+Real.swift
[6/118] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/118] Compiling InternalCollectionsUtilities Debugging.swift
[8/118] Compiling InternalCollectionsUtilities Descriptions.swift
[9/118] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/118] Compiling Logging MetadataProvider.swift
[11/118] Compiling XMLCoding ISO8601DateFormatter.swift
[12/119] Compiling XMLCoding XMLKey.swift
[13/119] Compiling RealModule RelaxedArithmetic.swift
[14/119] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[15/119] Compiling XMLCoding EncodingErrorExtension.swift
[16/119] Compiling XMLCoding XMLReferencingEncoder.swift
[17/119] Compiling RealModule Float16+Real.swift
[18/119] Emitting module _NIODataStructures
[19/119] Emitting module CoreMetrics
[20/119] Compiling XMLCoding XMLEncoder.swift
[21/119] Compiling XMLCoding XMLEncodingStorage.swift
[22/119] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/119] Compiling XMLCoding DecodingErrorExtension.swift
[24/119] Compiling XMLCoding XMLDecoder.swift
[25/119] Emitting module RealModule
[26/119] Compiling XMLCoding XMLDecodingStorage.swift
[27/119] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[28/119] Emitting module InternalCollectionsUtilities
[29/119] Compiling NIOConcurrencyHelpers lock.swift
[30/120] Emitting module NIOConcurrencyHelpers
[33/120] Compiling XMLCoding XMLStackParser.swift
[38/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[39/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[42/121] Emitting module XMLCoding
[45/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[46/121] Compiling NIOConcurrencyHelpers atomics.swift
[47/122] Emitting module _NIOBase64
[48/122] Compiling _NIOBase64 Base64.swift
[50/123] Compiling _NIODataStructures _TinyArray.swift
[52/123] Compiling _NIODataStructures Heap.swift
[53/123] Compiling _NIODataStructures PriorityQueue.swift
[57/124] Compiling CoreMetrics Locks.swift
[58/124] Compiling CoreMetrics Metrics.swift
[59/125] Compiling Logging Locks.swift
[60/125] Compiling Logging LogHandler.swift
[61/125] Compiling Logging Logging.swift
[62/125] Emitting module Logging
[70/238] Compiling HeapModule Heap+Invariants.swift
[71/238] Compiling ServiceContextModule ServiceContextKey.swift
[72/238] Compiling HeapModule Heap+Descriptions.swift
[73/239] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[74/239] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/239] Compiling OrderedCollections OrderedDictionary.swift
[76/239] Compiling OrderedCollections OrderedSet+Codable.swift
[77/263] Compiling _RopeModule BigString+Chunk+Counts.swift
[78/263] Compiling _RopeModule BigString+Chunk+Description.swift
[79/388] Emitting module ServiceContextModule
[80/388] Compiling ServiceContextModule ServiceContext.swift
[81/389] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[82/389] Compiling HashTreeCollections _HashNode+Storage.swift
[83/389] Compiling HeapModule Heap.swift
[84/389] Emitting module HeapModule
[85/389] Compiling HeapModule _HeapNode.swift
[87/389] Compiling HashTreeCollections _HashLevel.swift
[88/389] Compiling HashTreeCollections _HashNode+Builder.swift
[89/388] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[90/388] Compiling HeapModule Heap+UnsafeHandle.swift
[91/389] Compiling HashTreeCollections _HashNode+Debugging.swift
[92/389] Compiling HashTreeCollections _HashNode+Initializers.swift
[93/389] Compiling HashTreeCollections _HashNode+Invariants.swift
[94/389] Compiling HashTreeCollections _HashNode+Lookups.swift
[96/389] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[97/389] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[98/389] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[99/389] Compiling HashTreeCollections _HashNode+Structural union.swift
[100/389] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[101/389] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[102/389] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[103/389] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[104/389] Compiling HashTreeCollections _HashNode+Structural filter.swift
[108/396] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[109/396] Compiling HashTreeCollections _UnmanagedHashNode.swift
[110/396] Compiling HashTreeCollections _UnsafePath.swift
[111/396] Compiling HashTreeCollections TreeDictionary+Codable.swift
[112/396] Compiling HashTreeCollections TreeDictionary+Collection.swift
[113/402] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[114/402] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[115/402] Compiling HashTreeCollections TreeDictionary+Keys.swift
[116/402] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[117/402] Compiling HashTreeCollections TreeDictionary+Merge.swift
[118/402] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[119/402] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[120/404] Compiling OrderedCollections OrderedSet+SubSequence.swift
[121/404] Compiling OrderedCollections OrderedSet+Testing.swift
[122/404] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[123/404] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[124/404] Compiling OrderedCollections OrderedSet.swift
[125/404] Compiling OrderedCollections _UnsafeBitset.swift
[126/404] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[127/404] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[128/404] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[129/404] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[131/414] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[132/414] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[133/414] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[134/414] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[135/414] Compiling HashTreeCollections _HashNode+Structural merge.swift
[136/414] Compiling HashTreeCollections _HashTreeIterator.swift
[137/414] Compiling HashTreeCollections _HashTreeStatistics.swift
[138/414] Compiling HashTreeCollections _AncestorHashSlots.swift
[139/414] Compiling HashTreeCollections _Bitmap.swift
[140/414] Compiling HashTreeCollections _Bucket.swift
[141/414] Compiling HashTreeCollections _Hash.swift
[146/414] Compiling HashTreeCollections TreeDictionary.swift
[147/414] Compiling HashTreeCollections TreeSet+Codable.swift
[148/414] Compiling HashTreeCollections TreeSet+Collection.swift
[149/414] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[150/414] Compiling HashTreeCollections TreeSet+Debugging.swift
[151/414] Compiling HashTreeCollections TreeSet+Descriptions.swift
[152/414] Compiling HashTreeCollections TreeSet+Equatable.swift
[153/414] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[154/414] Compiling HashTreeCollections TreeSet+Extras.swift
[155/414] Compiling HashTreeCollections TreeSet+Filter.swift
[156/414] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[157/414] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[158/414] Compiling HashTreeCollections TreeDictionary+Filter.swift
[166/414] Compiling OrderedCollections OrderedSet+Sendable.swift
[167/414] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[168/414] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[169/414] Emitting module RoutingKit
[170/414] Compiling RoutingKit AnyRouter.swift
[171/414] Compiling RoutingKit Parameters.swift
[172/414] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[173/414] Compiling HashTreeCollections _RawHashNode.swift
[178/414] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[179/414] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[180/414] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[181/414] Compiling HashTreeCollections _HashNode.swift
[182/414] Compiling HashTreeCollections _HashNodeHeader.swift
[183/414] Compiling HashTreeCollections _HashSlot.swift
[184/414] Compiling HashTreeCollections _HashStack.swift
[188/414] Emitting module SystemPackage
[196/414] Compiling Metrics Metrics.swift
[197/414] Emitting module Metrics
[198/415] Compiling RoutingKit Router.swift
[199/415] Compiling RoutingKit PathComponent.swift
[200/415] Compiling RoutingKit TrieRouter.swift
[203/416] Emitting module DequeModule
[204/417] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[205/417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[206/417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[207/417] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[208/417] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[209/417] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[210/417] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[211/417] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[212/417] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[213/417] Compiling HashTreeCollections TreeSet.swift
[277/460] Compiling ConsoleKitTerminal Console+Output.swift
[278/460] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[279/460] Compiling ConsoleKitTerminal ConsoleClear.swift
[280/460] Compiling ConsoleKitTerminal Console+Ask.swift
[281/460] Compiling ConsoleKitTerminal Console+Choose.swift
[282/460] Compiling ConsoleKitTerminal ConsoleText.swift
[283/460] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[284/460] Compiling ConsoleKitTerminal ANSI.swift
[285/460] Compiling ConsoleKitTerminal Console.swift
[286/460] Compiling ConsoleKitTerminal Terminal.swift
[287/460] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[288/460] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[300/460] Compiling Instrumentation NoOpInstrument.swift
[301/460] Compiling Instrumentation Instrument.swift
[302/460] Emitting module Instrumentation
[303/460] Compiling Instrumentation MultiplexInstrument.swift
[304/460] Compiling Instrumentation Locks.swift
[305/460] Compiling Instrumentation InstrumentationSystem.swift
[306/461] Compiling HTTPMediaTypes HTTPHeaderValue.swift
[307/461] Compiling HTTPMediaTypes HTTPMediaType.swift
[308/461] Emitting module HTTPMediaTypes
[309/462] Emitting module CryptoBoringWrapper
[310/462] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[311/464] Compiling ConsoleKitTerminal ActivityBar.swift
[312/464] Compiling ConsoleKitTerminal ActivityIndicator.swift
[313/464] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[314/464] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[315/464] Compiling ConsoleKitTerminal CustomActivity.swift
[316/464] Compiling ConsoleKitTerminal LoadingBar.swift
[317/464] Compiling ConsoleKitTerminal ProgressBar.swift
[318/464] Compiling ConsoleKitTerminal Console+Clear.swift
[319/464] Compiling ConsoleKitTerminal Console+Confirm.swift
[320/464] Compiling ConsoleKitTerminal Console+Input.swift
[321/464] Compiling ConsoleKitTerminal Console+Center.swift
[325/514] Compiling BitCollections BitArray+BitwiseOperations.swift
[326/514] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[327/514] Compiling BitCollections BitArray+Codable.swift
[328/514] Compiling BitCollections BitArray+Collection.swift
[329/514] Compiling BitCollections BitArray+Copy.swift
[330/514] Compiling BitCollections BitArray+CustomReflectable.swift
[331/514] Compiling BitCollections BitArray+Descriptions.swift
[332/514] Compiling BitCollections BitArray+Equatable.swift
[333/516] Emitting module ConsoleKitTerminal
[334/516] Emitting module OrderedCollections
[335/517] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[336/517] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[337/517] Compiling BitCollections BitArray+Extras.swift
[338/517] Compiling BitCollections BitArray+Fill.swift
[339/517] Compiling BitCollections BitArray+Hashable.swift
[340/517] Compiling BitCollections BitArray+Initializers.swift
[341/517] Compiling BitCollections BitArray+Invariants.swift
[342/517] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[344/568] Compiling Tracing NoOpTracer.swift
[345/568] Compiling Algorithms Permutations.swift
[346/568] Compiling Algorithms Product.swift
[347/568] Compiling Algorithms Split.swift
[348/568] Compiling Algorithms Stride.swift
[349/568] Compiling Algorithms Suffix.swift
[350/568] Compiling Algorithms RandomSample.swift
[351/568] Compiling Algorithms Reductions.swift
[352/568] Compiling Algorithms Rotate.swift
[353/568] Compiling BitCollections BitSet+Initializers.swift
[354/568] Compiling Algorithms EitherSequence.swift
[355/568] Compiling Algorithms FirstNonNil.swift
[356/570] Compiling Algorithms Partition.swift
[358/570] Compiling Tracing TracingTime.swift
[359/570] Compiling Tracing TracerProtocol.swift
[360/570] Compiling Algorithms Keyed.swift
[361/570] Compiling Algorithms MinMax.swift
[362/570] Compiling Algorithms Compacted.swift
[363/570] Compiling Algorithms Cycle.swift
[364/630] Compiling Tracing TracerProtocol+Legacy.swift
[365/630] Compiling Tracing Tracer.swift
[366/630] Emitting module Tracing
[367/630] Compiling Crypto ASN1Boolean.swift
[368/630] Compiling Crypto ASN1Identifier.swift
[369/630] Compiling Crypto ASN1Integer.swift
[370/630] Compiling Crypto ASN1Null.swift
[371/630] Compiling Crypto ASN1OctetString.swift
[372/630] Compiling Crypto ASN1Strings.swift
[373/630] Compiling Crypto ArraySliceBigint.swift
[374/630] Compiling Crypto GeneralizedTime.swift
[375/637] Compiling Crypto Digest.swift
[376/637] Compiling Crypto Digests.swift
[377/637] Compiling Crypto AES-GCM.swift
[378/637] Compiling Crypto AES-GCM_boring.swift
[379/637] Compiling Crypto ChaChaPoly_boring.swift
[380/637] Compiling Crypto ChaChaPoly.swift
[381/637] Compiling Crypto Cipher.swift
[382/637] Compiling Crypto Nonces.swift
[383/637] Compiling Crypto ASN1.swift
[384/637] Compiling Crypto ASN1Any.swift
[385/637] Compiling Crypto ASN1BitString.swift
[386/637] Compiling Crypto AESWrap.swift
[387/637] Compiling Crypto AESWrap_boring.swift
[388/637] Compiling Crypto Ed25519_boring.swift
[389/637] Compiling Crypto EllipticCurvePoint_boring.swift
[390/637] Compiling Crypto EllipticCurve_boring.swift
[391/637] Compiling Crypto NISTCurvesKeys_boring.swift
[392/637] Compiling Crypto X25519Keys_boring.swift
[393/637] Compiling Crypto Curve25519.swift
[394/637] Compiling Crypto Ed25519.swift
[395/637] Compiling Crypto NISTCurvesKeys.swift
[396/637] Compiling Crypto X25519Keys.swift
[397/637] Compiling Crypto SymmetricKeys.swift
[398/637] Compiling Crypto HMAC.swift
[399/637] Compiling Crypto MACFunctions.swift
[400/637] Compiling Crypto MessageAuthenticationCode.swift
[401/637] Compiling Crypto AES.swift
[402/637] Compiling Crypto ECDSASignature_boring.swift
[403/637] Emitting module BitCollections
[404/637] Emitting module _RopeModule
[407/637] Compiling Crypto ObjectIdentifier.swift
[408/637] Compiling Crypto ECDSASignature.swift
[409/637] Compiling Crypto PEMDocument.swift
[414/638] Compiling Crypto HashFunctions.swift
[415/638] Compiling Crypto HashFunctions_SHA2.swift
[416/638] Compiling Crypto Insecure.swift
[417/638] Compiling Crypto Insecure_HashFunctions.swift
[418/638] Compiling Crypto ECDH_boring.swift
[419/638] Compiling Crypto DH.swift
[420/638] Compiling Crypto ECDH.swift
[422/638] Compiling Tracing InstrumentationSystem+Tracing.swift
[423/638] Compiling Tracing SpanProtocol.swift
[424/638] Compiling _RopeModule Rope+Join.swift
[425/638] Compiling _RopeModule Rope+MutatingForEach.swift
[426/638] Compiling _RopeModule Rope+Remove.swift
[427/638] Compiling _RopeModule Rope+RemoveSubrange.swift
[428/638] Compiling _RopeModule Rope+Split.swift
[429/638] Compiling _RopeModule Optional Utilities.swift
[430/638] Compiling _RopeModule String Utilities.swift
[431/638] Compiling _RopeModule String.Index+ABI.swift
[432/638] Compiling _RopeModule _CharacterRecognizer.swift
[434/638] Compiling Crypto PKCS8PrivateKey.swift
[435/638] Compiling Crypto SEC1PrivateKey.swift
[436/638] Compiling Crypto SubjectPublicKeyInfo.swift
[437/638] Compiling Crypto CryptoKitErrors.swift
[438/638] Compiling Crypto Digest_boring.swift
[440/640] Compiling Crypto HKDF.swift
[455/648] Wrapping AST for XMLCoding for debugging
[457/670] Compiling BitCollections BitSet.Index.swift
[458/670] Compiling BitCollections BitSet._UnsafeHandle.swift
[459/670] Compiling BitCollections BitSet.swift
[460/670] Compiling BitCollections Range+Utilities.swift
[461/670] Compiling BitCollections Slice+Utilities.swift
[462/670] Compiling BitCollections UInt+Tricks.swift
[463/670] Compiling BitCollections _Word.swift
[464/671] Compiling ConsoleKitCommands CommandInput.swift
[465/671] Compiling ConsoleKitCommands Commands.swift
[466/671] Compiling ConsoleKitCommands Console+Run.swift
[467/671] Compiling ConsoleKitCommands ConsoleError.swift
[468/671] Compiling ConsoleKitCommands Completion.swift
[469/671] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[470/671] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[471/671] Compiling ConsoleKitCommands Argument.swift
[472/671] Compiling ConsoleKitCommands CommandSignature.swift
[473/671] Compiling ConsoleKitCommands Flag.swift
[473/671] Wrapping AST for SystemPackage for debugging
[485/671] Compiling ConsoleKitCommands AsyncCommands.swift
[486/671] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[487/671] Compiling ConsoleKitCommands AnyCommand.swift
[488/671] Compiling ConsoleKitCommands Command.swift
[489/671] Compiling ConsoleKitCommands CommandContext.swift
[490/671] Compiling ConsoleKitCommands CommandError.swift
[491/671] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[492/671] Compiling ConsoleKitCommands AsyncCommand.swift
[493/671] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[494/671] Compiling ConsoleKitCommands CommandGroup.swift
[495/671] Compiling ConsoleKitCommands Option.swift
[499/671] Compiling Algorithms Trim.swift
[500/671] Compiling Algorithms Unique.swift
[501/671] Compiling Algorithms Windows.swift
[515/671] Emitting module HashTreeCollections
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[526/672] Wrapping AST for RealModule for debugging
[528/672] Wrapping AST for OrderedCollections for debugging
[541/672] Wrapping AST for Logging for debugging
[546/674] Emitting module ConsoleKitCommands
[546/674] Wrapping AST for InternalCollectionsUtilities for debugging
[547/674] Wrapping AST for HeapModule for debugging
[554/674] Wrapping AST for HashTreeCollections for debugging
[564/674] Wrapping AST for _RopeModule for debugging
[565/674] Wrapping AST for DequeModule for debugging
[574/676] Wrapping AST for CoreMetrics for debugging
[580/676] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[581/676] Compiling ConsoleKitCommands Utilities.swift
[587/676] Compiling Collections Collections.swift
[588/676] Emitting module Collections
[598/677] Emitting module Crypto
[609/676] Emitting module Atomics
[610/677] Wrapping AST for Atomics for debugging
[637/738] Compiling NIOCore IO.swift
[638/738] Compiling Crypto RNG_boring.swift
[639/738] Compiling Crypto SafeCompare_boring.swift
[640/738] Compiling Crypto Zeroization_boring.swift
[641/738] Compiling Crypto PrettyBytes.swift
[642/738] Compiling Crypto SafeCompare.swift
[643/738] Compiling Crypto SecureBytes.swift
[644/738] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android