Build Information
Failed to build telesign-kit, reference 3.1.1 (fa8905
), with Swift 6.1 for Android on 27 May 2025 19:29:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/telesign-kit.git
Reference: 3.1.1
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/vapor-community/telesign-kit
* tag 3.1.1 -> FETCH_HEAD
HEAD is now at fa89055 Merge pull request #7 from vapor-community/update/fixes
Cloned https://github.com/vapor-community/telesign-kit.git
Revision (git rev-parse @):
fa89055da55359756e1db3bbc8a4169791c17acb
SUCCESS checkout https://github.com/vapor-community/telesign-kit.git at 3.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/telesign-kit.git
https://github.com/vapor-community/telesign-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "telesign-kit",
"name" : "telesign-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TelesignKit",
"targets" : [
"TelesignKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TelesignKitTests",
"module_type" : "SwiftTarget",
"name" : "TelesignKitTests",
"path" : "Tests/TelesignKitTests",
"sources" : [
"TelesignRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TelesignKit"
],
"type" : "test"
},
{
"c99name" : "TelesignKit",
"module_type" : "SwiftTarget",
"name" : "TelesignKit",
"path" : "Sources/TelesignKit",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"TelesignKit"
],
"sources" : [
"Messaging/MessageResponse.swift",
"Messaging/MessageRoute.swift",
"Models/AccountLifecycleEvent.swift",
"Models/MessageType.swift",
"Models/Status.swift",
"Models/TelesignModel.swift",
"PhoneId/PhoneIdResponse.swift",
"PhoneId/PhoneRoute.swift",
"Score/ScoreResponse.swift",
"Score/ScoreRoute.swift",
"TelesignClient.swift",
"TelesignError.swift",
"TelesignRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13936] Fetching swift-crypto
[2/27950] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.90s)
[6829/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.15s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.59s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
[1/2667] Fetching swift-nio-transport-services
[2668/8626] Fetching swift-nio-transport-services, swift-algorithms
[2788/20153] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2
[2789/26067] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-extras
[3142/29903] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-extras, swift-log
[9960/31613] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-extras, swift-log, swift-atomics
[14404/28946] Fetching swift-algorithms, swift-nio-http2, swift-nio-extras, swift-log, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[17848/25110] Fetching swift-algorithms, swift-nio-http2, swift-nio-extras, swift-atomics
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.70s)
[12050/19196] Fetching swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
[8876/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.36s)
[5938/14843] Fetching swift-nio-ssl
[5939/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.92s)
[49436/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.90s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.14s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.79s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.64s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[584/4016] Fetching swift-service-lifecycle, swift-asn1
[945/5157] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers
[1411/6061] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types
[3881/11046] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms
[5541/17201] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.49s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
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 (0.67s)
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.66s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.67s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
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.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (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.3.0 (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/846] Write sources
[23/846] Compiling _NumericsShims _NumericsShims.c
[24/846] Compiling CNIOWindows shim.c
[25/846] Compiling _AtomicsShims.c
[26/846] Compiling CNIOWindows WSAStartup.c
[27/846] Compiling CNIOWASI CNIOWASI.c
[28/846] Compiling CNIOLinux liburing_shims.c
[29/846] Compiling CNIOLLHTTP c_nio_http.c
[29/846] Compiling CNIOLinux shim.c
[31/846] Compiling prime.c
[32/846] Compiling mul.c
[33/846] Compiling CNIOExtrasZlib empty.c
[34/846] Compiling CNIODarwin shim.c
[35/846] Compiling des.c
[36/846] Compiling fiat_p256_adx_sqr.S
[37/846] Compiling fiat_p256_adx_mul.S
[38/846] Compiling CNIOLLHTTP c_nio_api.c
[39/846] Compiling fiat_curve25519_adx_square.S
[40/846] Compiling fiat_curve25519_adx_mul.S
[41/846] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[41/846] Write swift-version-24593BA9C3E375BF.txt
[43/846] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/846] Compiling CNIOBoringSSLShims shims.c
[45/852] Compiling tls_method.cc
[46/852] Compiling tls13_both.cc
[47/852] Compiling tls13_server.cc
[47/852] Compiling tls13_client.cc
[49/852] Compiling tls_record.cc
[50/852] Compiling tls13_enc.cc
[52/881] Emitting module InternalCollectionsUtilities
[52/882] Compiling t1_enc.cc
[53/882] Compiling ssl_versions.cc
[54/882] Compiling ssl_x509.cc
[56/882] Emitting module _NIOBase64
[57/882] Compiling _NIOBase64 Base64.swift
[58/883] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/883] Emitting module Logging
[61/883] Compiling InternalCollectionsUtilities Descriptions.swift
[62/883] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/883] Compiling RealModule Real.swift
[64/884] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/884] Compiling InternalCollectionsUtilities Debugging.swift
[65/884] Compiling ssl_transcript.cc
[67/884] Compiling RealModule Float80+Real.swift
[68/884] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/884] Compiling ssl_session.cc
[70/884] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[71/884] Compiling InternalCollectionsUtilities Integer rank.swift
[72/884] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/884] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/884] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/884] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/884] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/884] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/884] Compiling _NIODataStructures _TinyArray.swift
[79/884] Compiling _NIODataStructures PriorityQueue.swift
[79/884] Compiling ssl_stat.cc
[81/885] Compiling RealModule Float+Real.swift
[82/885] Compiling RealModule ElementaryFunctions.swift
[83/885] Compiling RealModule Float16+Real.swift
[86/885] Emitting module RealModule
[89/885] Compiling _NIODataStructures Heap.swift
[90/885] Emitting module _NIODataStructures
[91/886] Compiling RealModule RealFunctions.swift
[95/902] Compiling DequeModule Deque+Equatable.swift
[96/902] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/904] Compiling DequeModule Deque+CustomReflectable.swift
[98/904] Compiling DequeModule Deque+Descriptions.swift
[99/904] Compiling DequeModule _DequeBuffer.swift
[100/904] Compiling DequeModule _DequeBufferHeader.swift
[100/904] Compiling ssl_privkey.cc
[102/904] Compiling DequeModule _DequeSlot.swift
[103/904] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/904] Compiling DequeModule Deque+Codable.swift
[105/904] Compiling DequeModule Deque+Collection.swift
[106/904] Compiling DequeModule Deque+Testing.swift
[107/904] Compiling DequeModule Deque._Storage.swift
[108/904] Compiling DequeModule Deque+Extras.swift
[109/904] Compiling DequeModule Deque+Hashable.swift
[110/904] Compiling DequeModule Deque._UnsafeHandle.swift
[111/904] Compiling DequeModule Deque.swift
[112/904] Emitting module DequeModule
[112/904] Compiling ssl_credential.cc
[113/905] Compiling ssl_key_share.cc
[114/905] Compiling ssl_file.cc
[116/905] Compiling ssl_lib.cc
[117/905] Compiling ssl_cipher.cc
[119/905] Compiling Logging MetadataProvider.swift
[120/905] Compiling Logging Locks.swift
[121/905] Compiling Logging LogHandler.swift
[122/905] Compiling Logging Logging.swift
[123/906] Compiling ssl_cert.cc
[124/906] Compiling ssl_asn1.cc
[125/906] Compiling ssl_buffer.cc
[126/906] Compiling s3_pkt.cc
[127/906] Compiling ssl_aead_ctx.cc
[128/906] Compiling s3_lib.cc
[129/906] Compiling s3_both.cc
[130/906] Compiling handshake_client.cc
[131/906] Compiling handshake_server.cc
[132/906] Compiling handshake.cc
[133/906] Compiling encrypted_client_hello.cc
[134/906] Compiling dtls_record.cc
[135/906] Compiling handoff.cc
[136/906] Compiling dtls_method.cc
[137/906] Compiling md5-x86_64-linux.S
[138/906] Compiling md5-x86_64-apple.S
[139/906] Compiling md5-586-linux.S
[140/906] Compiling md5-586-apple.S
[141/906] Compiling extensions.cc
[142/906] Compiling chacha20_poly1305_x86_64-apple.S
[143/906] Compiling chacha20_poly1305_x86_64-linux.S
[144/906] Compiling chacha20_poly1305_armv8-win.S
[145/906] Compiling chacha20_poly1305_armv8-apple.S
[146/906] Compiling chacha20_poly1305_armv8-linux.S
[147/906] Compiling chacha-x86_64-linux.S
[148/906] Compiling chacha-x86_64-apple.S
[149/906] Compiling chacha-x86-linux.S
[150/906] Compiling chacha-x86-apple.S
[151/906] Compiling chacha-armv8-win.S
[152/906] Compiling d1_srtp.cc
[153/906] Compiling chacha-armv8-apple.S
[154/906] Compiling chacha-armv8-linux.S
[155/906] Compiling chacha-armv4-linux.S
[156/906] Compiling aes128gcmsiv-x86_64-linux.S
[157/906] Compiling x86_64-mont5-linux.S
[158/906] Compiling err_data.cc
[159/906] Compiling aes128gcmsiv-x86_64-apple.S
[160/906] Compiling x86_64-mont5-apple.S
[161/906] Compiling x86_64-mont-apple.S
[162/906] Compiling x86_64-mont-linux.S
[163/906] Compiling d1_pkt.cc
[164/906] Compiling x86-mont-linux.S
[165/906] Compiling x86-mont-apple.S
[166/906] Compiling vpaes-x86_64-linux.S
[167/906] Compiling vpaes-x86_64-apple.S
[168/906] Compiling vpaes-x86-linux.S
[169/906] Compiling vpaes-x86-apple.S
[170/906] Compiling vpaes-armv8-linux.S
[171/906] Compiling vpaes-armv8-win.S
[172/906] Compiling vpaes-armv8-apple.S
[173/906] Compiling vpaes-armv7-linux.S
[174/906] Compiling sha512-x86_64-linux.S
[175/906] Compiling d1_lib.cc
[176/906] Compiling sha512-x86_64-apple.S
[177/906] Compiling sha512-armv8-win.S
[178/906] Compiling bio_ssl.cc
[179/906] Compiling sha512-armv8-linux.S
[180/906] Compiling sha512-armv8-apple.S
[181/906] Compiling sha512-armv4-linux.S
[182/906] Compiling sha512-586-apple.S
[182/906] Compiling sha512-586-linux.S
[184/906] Compiling sha256-x86_64-linux.S
[185/906] Compiling sha256-armv8-apple.S
[186/906] Compiling sha256-x86_64-apple.S
[187/906] Compiling sha256-armv8-win.S
[188/906] Compiling sha256-armv4-linux.S
[189/906] Compiling sha256-586-apple.S
[189/906] Compiling sha256-586-linux.S
[191/906] Compiling sha256-armv8-linux.S
[192/906] Compiling sha1-x86_64-linux.S
[193/906] Compiling sha1-x86_64-apple.S
[194/906] Compiling sha1-armv8-win.S
[195/906] Compiling sha1-586-linux.S
[196/906] Compiling sha1-armv4-large-linux.S
[197/906] Compiling sha1-armv8-apple.S
[198/906] Compiling sha1-586-apple.S
[199/906] Compiling sha1-armv8-linux.S
[200/906] Compiling rsaz-avx2-linux.S
[201/906] Compiling rdrand-x86_64-linux.S
[202/906] Compiling rdrand-x86_64-apple.S
[203/906] Compiling rsaz-avx2-apple.S
[204/906] Compiling p256_beeu-x86_64-asm-linux.S
[205/906] Compiling p256_beeu-x86_64-asm-apple.S
[206/906] Compiling p256_beeu-armv8-asm-win.S
[207/906] Compiling p256_beeu-armv8-asm-linux.S
[208/906] Compiling p256_beeu-armv8-asm-apple.S
[209/906] Compiling p256-x86_64-asm-apple.S
[210/906] Compiling p256-x86_64-asm-linux.S
[211/906] Compiling p256-armv8-asm-win.S
[212/906] Compiling p256-armv8-asm-apple.S
[213/906] Compiling ghashv8-armv8-win.S
[214/906] Compiling p256-armv8-asm-linux.S
[215/906] Compiling ghashv8-armv8-linux.S
[216/906] Compiling ghash-x86_64-linux.S
[216/906] Compiling ghashv8-armv8-apple.S
[218/906] Compiling ghashv8-armv7-linux.S
[219/906] Compiling ghash-x86-apple.S
[220/906] Compiling ghash-x86_64-apple.S
[221/906] Compiling ghash-x86-linux.S
[222/906] Compiling ghash-ssse3-x86-apple.S
[222/906] Compiling ghash-ssse3-x86_64-linux.S
[224/906] Compiling ghash-ssse3-x86-linux.S
[225/906] Compiling ghash-ssse3-x86_64-apple.S
[226/906] Compiling d1_both.cc
[227/906] Compiling ghash-neon-armv8-win.S
[228/906] Compiling ghash-neon-armv8-apple.S
[229/906] Compiling ghash-neon-armv8-linux.S
[230/906] Compiling co-586-linux.S
[231/906] Compiling ghash-armv4-linux.S
[232/906] Compiling co-586-apple.S
[233/906] Compiling bn-armv8-win.S
[234/906] Compiling bsaes-armv7-linux.S
[235/906] Compiling bn-armv8-linux.S
[236/906] Compiling bn-armv8-apple.S
[237/906] Compiling bn-586-linux.S
[238/906] Compiling armv8-mont-win.S
[239/906] Compiling bn-586-apple.S
[240/906] Compiling armv8-mont-apple.S
[241/906] Compiling armv4-mont-linux.S
[242/906] Compiling armv8-mont-linux.S
[243/906] Compiling aesv8-gcm-armv8-win.S
[244/906] Compiling aesv8-gcm-armv8-apple.S
[245/906] Compiling aesv8-armv8-win.S
[246/906] Compiling aesv8-armv8-linux.S
[247/906] Compiling aesv8-gcm-armv8-linux.S
[248/906] Compiling aesv8-armv7-linux.S
[249/906] Compiling aesni-x86_64-linux.S
[250/906] Compiling aesv8-armv8-apple.S
[251/906] Compiling aesni-x86-linux.S
[252/906] Compiling aesni-x86_64-apple.S
[253/906] Compiling aesni-gcm-x86_64-apple.S
[254/906] Compiling aesni-x86-apple.S
[255/906] Compiling aesni-gcm-x86_64-linux.S
[256/906] Compiling aes-gcm-avx2-x86_64-linux.S
[257/906] Compiling aes-gcm-avx2-x86_64-apple.S
[258/906] Compiling aes-gcm-avx10-x86_64-linux.S
[259/906] Compiling aes-gcm-avx10-x86_64-apple.S
[260/906] Compiling x_val.cc
[261/906] Compiling x_sig.cc
[262/906] Compiling x_x509.cc
[263/906] Compiling x_pubkey.cc
[264/906] Compiling x_req.cc
[265/906] Compiling x_spki.cc
[266/906] Compiling x_x509a.cc
[267/906] Compiling x_name.cc
[268/906] Compiling x_exten.cc
[269/906] Compiling x_attrib.cc
[270/906] Compiling x509rset.cc
[271/906] Compiling x509spki.cc
[272/906] Compiling x_crl.cc
[273/906] Compiling x_algor.cc
[274/906] Compiling x509name.cc
[275/906] Compiling x_all.cc
[276/906] Compiling x509cset.cc
[277/906] Compiling x509_vfy.cc
[278/906] Compiling x509_vpm.cc
[279/906] Compiling x509_v3.cc
[280/906] Compiling x509_txt.cc
[281/906] Compiling x509_trs.cc
[282/906] Compiling x509_set.cc
[283/906] Compiling x509_req.cc
[284/906] Compiling x509_def.cc
[285/906] Compiling x509_lu.cc
[286/906] Compiling x509_obj.cc
[287/906] Compiling x509_ext.cc
[288/906] Compiling x509_d2.cc
[289/906] Compiling x509_cmp.cc
[290/906] Compiling x509_att.cc
[291/906] Compiling x509.cc
[292/906] Compiling v3_skey.cc
[293/906] Compiling v3_prn.cc
[294/906] Compiling v3_utl.cc
[295/906] Compiling v3_purp.cc
[296/906] Compiling v3_ocsp.cc
[297/906] Compiling v3_pcons.cc
[298/906] Compiling v3_pmaps.cc
[299/906] Compiling v3_int.cc
[300/906] Compiling v3_lib.cc
[301/906] Compiling v3_ncons.cc
[302/906] Compiling v3_info.cc
[303/906] Compiling v3_ia5.cc
[304/906] Compiling v3_extku.cc
[305/906] Compiling v3_genn.cc
[306/906] Compiling v3_enum.cc
[307/906] Compiling v3_conf.cc
[308/906] Compiling v3_cpols.cc
[309/906] Compiling v3_crld.cc
[310/906] Compiling v3_bitst.cc
[311/906] Compiling v3_bcons.cc
[312/906] Compiling v3_alt.cc
[313/906] Compiling v3_akey.cc
[314/906] Compiling v3_akeya.cc
[315/906] Compiling t_x509a.cc
[316/906] Compiling t_x509.cc
[317/906] Compiling t_req.cc
[318/906] Compiling t_crl.cc
[319/906] Compiling rsa_pss.cc
[320/906] Compiling i2d_pr.cc
[321/906] Compiling name_print.cc
[322/906] Compiling policy.cc
[323/906] Compiling by_file.cc
[324/906] Compiling by_dir.cc
[325/906] Compiling algorithm.cc
[326/906] Compiling asn1_gen.cc
[327/906] Compiling a_verify.cc
[328/906] Compiling a_sign.cc
[329/906] Compiling voprf.cc
[330/906] Compiling thread_win.cc
[331/906] Compiling a_digest.cc
[332/906] Compiling trust_token.cc
[333/906] Compiling thread_pthread.cc
[334/906] Compiling thread_none.cc
[335/906] Compiling pmbtoken.cc
[336/906] Compiling thread.cc
[337/906] Compiling stack.cc
[338/906] Compiling slhdsa.cc
[339/906] Compiling sha512.cc
[339/906] Compiling sha256.cc
[341/906] Compiling spake2plus.cc
[342/906] Compiling siphash.cc
[343/906] Compiling sha1.cc
[344/906] Compiling rsa_print.cc
[345/906] Compiling rsa_extra.cc
[346/906] Compiling rsa_crypt.cc
[347/906] Compiling rc4.cc
[348/906] Compiling refcount.cc
[349/906] Compiling windows.cc
[350/906] Compiling trusty.cc
[351/906] Compiling urandom.cc
[352/906] Compiling rsa_asn1.cc
[353/906] Compiling rand.cc
[354/906] Compiling ios.cc
[355/906] Compiling passive.cc
[356/906] Compiling poly1305_arm_asm.S
[357/906] Compiling getentropy.cc
[358/906] Compiling deterministic.cc
[359/906] Compiling forkunsafe.cc
[360/906] Compiling fork_detect.cc
[361/906] Compiling poly1305_vec.cc
[362/906] Compiling poly1305.cc
[363/906] Compiling pool.cc
[364/906] Compiling poly1305_arm.cc
[365/906] Compiling pkcs7.cc
[366/906] Compiling pkcs8.cc
[367/906] Compiling p5_pbev2.cc
[368/906] Compiling pkcs8_x509.cc
[369/906] Compiling pkcs7_x509.cc
[370/906] Compiling pem_xaux.cc
[371/906] Compiling pem_x509.cc
[372/906] Compiling pem_pkey.cc
[373/906] Compiling pem_pk8.cc
[374/906] Compiling pem_oth.cc
[375/906] Compiling mlkem.cc
[376/906] Compiling pem_info.cc
[377/906] Compiling obj_xref.cc
[378/906] Compiling mldsa.cc
[379/906] Compiling pem_lib.cc
[380/906] Compiling pem_all.cc
[381/906] Compiling poly_rq_mul.S
[382/906] Compiling mem.cc
[383/906] Compiling obj.cc
[384/906] Compiling fips_shared_support.cc
[385/906] Compiling md5.cc
[386/906] Compiling md4.cc
[387/906] Compiling lhash.cc
[388/906] Compiling ex_data.cc
[389/906] Compiling sign.cc
[390/906] Compiling kyber.cc
[391/906] Compiling hrss.cc
[392/906] Compiling hpke.cc
[393/906] Compiling scrypt.cc
[394/906] Compiling print.cc
[395/906] Compiling pbkdf.cc
[396/906] Compiling p_x25519.cc
[397/906] Compiling p_x25519_asn1.cc
[398/906] Compiling p_rsa.cc
[399/906] Compiling p_ed25519.cc
[400/906] Compiling p_hkdf.cc
[401/906] Compiling p_rsa_asn1.cc
[402/906] Compiling p_ed25519_asn1.cc
[403/906] Compiling p_ec_asn1.cc
[404/906] Compiling p_ec.cc
[405/906] Compiling p_dh_asn1.cc
[406/906] Compiling p_dh.cc
[407/906] Compiling evp_ctx.cc
[408/906] Compiling p_dsa_asn1.cc
[409/906] Compiling evp_asn1.cc
[410/906] Compiling evp.cc
[411/906] Compiling ecdh.cc
[412/906] Compiling err.cc
[413/906] Compiling engine.cc
[414/906] Compiling ecdsa_asn1.cc
[415/906] Compiling hash_to_curve.cc
[416/906] Compiling bcm.cc
[417/906] Compiling ec_derive.cc
[418/906] Compiling dsa.cc
[419/906] Compiling params.cc
[420/906] Compiling dsa_asn1.cc
[421/906] Compiling ec_asn1.cc
[422/906] Compiling dh_asn1.cc
[423/906] Compiling x25519-asm-arm.S
[424/906] Compiling digest_extra.cc
[425/906] Compiling curve25519_64_adx.cc
[426/906] Compiling des.cc
[427/906] Compiling cpu_intel.cc
[428/906] Compiling crypto.cc
[429/906] Compiling cpu_arm_linux.cc
[430/906] Compiling cpu_arm_freebsd.cc
[431/906] Compiling spake25519.cc
[432/906] Compiling curve25519.cc
[433/906] Compiling cpu_aarch64_win.cc
[434/906] Compiling cpu_aarch64_sysreg.cc
[435/906] Compiling cpu_aarch64_openbsd.cc
[436/906] Compiling cpu_aarch64_linux.cc
[437/906] Compiling cpu_aarch64_fuchsia.cc
[437/906] Compiling cpu_aarch64_apple.cc
[439/906] Compiling tls_cbc.cc
[440/906] Compiling conf.cc
[441/906] Compiling get_cipher.cc
[442/906] Compiling e_tls.cc
[443/906] Compiling e_rc4.cc
[444/906] Compiling e_null.cc
[445/906] Compiling e_rc2.cc
[446/906] Compiling e_des.cc
[447/906] Compiling e_chacha20poly1305.cc
[448/906] Compiling e_aesgcmsiv.cc
[449/906] Compiling e_aesctrhmac.cc
[450/906] Compiling derive_key.cc
[451/906] Compiling chacha.cc
[452/906] Compiling unicode.cc
[453/906] Compiling buf.cc
[454/906] Compiling cbb.cc
[455/906] Compiling ber.cc
[456/906] Compiling asn1_compat.cc
[457/906] Compiling cbs.cc
[458/906] Compiling convert.cc
[459/906] Compiling bn_asn1.cc
[460/906] Compiling blake2.cc
[461/906] Compiling socket_helper.cc
[462/906] Compiling printf.cc
[463/906] Compiling hexdump.cc
[464/906] Compiling socket.cc
[465/906] Compiling pair.cc
[466/906] Compiling file.cc
[467/906] Compiling fd.cc
[468/906] Compiling bio_mem.cc
[469/906] Compiling connect.cc
[470/906] Compiling base64.cc
[471/906] Compiling errno.cc
[472/906] Compiling bio.cc
[473/906] Compiling tasn_utl.cc
[474/906] Compiling tasn_typ.cc
[475/906] Compiling tasn_fre.cc
[476/906] Compiling f_string.cc
[477/906] Compiling tasn_new.cc
[478/906] Compiling tasn_enc.cc
[479/906] Compiling posix_time.cc
[480/906] Compiling tasn_dec.cc
[481/906] Compiling f_int.cc
[482/906] Compiling asn_pack.cc
[483/906] Compiling asn1_par.cc
[484/906] Compiling a_type.cc
[485/906] Compiling asn1_lib.cc
[486/906] Compiling a_time.cc
[487/906] Compiling a_strnid.cc
[488/906] Compiling a_utctm.cc
[489/906] Compiling a_strex.cc
[490/906] Compiling a_octet.cc
[491/906] Compiling a_object.cc
[492/906] Compiling a_i2d_fp.cc
[493/906] Compiling a_dup.cc
[494/906] Compiling a_mbstr.cc
[495/906] Compiling a_d2i_fp.cc
[496/906] Compiling a_int.cc
[497/906] Compiling v3_skey.c
[498/906] Compiling v3_utl.c
[499/906] Compiling a_bool.cc
[500/906] Compiling a_gentm.cc
[501/906] Compiling CCryptoBoringSSLShims shims.c
[502/906] Compiling a_bitstr.cc
[503/906] Compiling v3_purp.c
[504/906] Compiling v3_pmaps.c
[505/906] Compiling v3_pcons.c
[506/906] Compiling v3_pci.c
[507/906] Compiling v3_pcia.c
[508/906] Compiling v3_prn.c
[509/906] Compiling v3_ocsp.c
[510/906] Compiling v3_int.c
[511/906] Compiling v3_lib.c
[512/906] Compiling v3_ncons.c
[513/906] Compiling v3_info.c
[514/906] Compiling v3_ia5.c
[515/906] Compiling v3_genn.c
[516/906] Compiling v3_enum.c
[517/906] Compiling v3_extku.c
[518/906] Compiling v3_crld.c
[519/906] Compiling v3_conf.c
[520/906] Compiling v3_cpols.c
[521/906] Compiling v3_bitst.c
[522/906] Compiling v3_bcons.c
[523/906] Compiling v3_akeya.c
[524/906] Compiling v3_alt.c
[525/906] Compiling pcy_tree.c
[526/906] Compiling pcy_lib.c
[527/906] Compiling v3_akey.c
[528/906] Compiling pcy_node.c
[529/906] Compiling pcy_data.c
[530/906] Compiling pcy_map.c
[531/906] Compiling x_x509a.c
[532/906] Compiling pcy_cache.c
[533/906] Compiling x_spki.c
[534/906] Compiling x_val.c
[535/906] Compiling x_sig.c
[536/906] Compiling x_req.c
[537/906] Compiling x_x509.c
[538/906] Compiling x_pubkey.c
[539/906] Compiling x_pkey.c
[540/906] Compiling x_info.c
[541/906] Compiling x_name.c
[542/906] Compiling x_exten.c
[543/906] Compiling x_attrib.c
[544/906] Compiling x_all.c
[545/906] Compiling x_algor.c
[546/906] Compiling x509spki.c
[547/906] Compiling x_crl.c
[548/906] Compiling x509rset.c
[549/906] Compiling x509name.c
[550/906] Compiling x509cset.c
[551/906] Compiling x509_txt.c
[552/906] Compiling x509_v3.c
[553/906] Compiling x509_vpm.c
[554/906] Compiling x509_trs.c
[555/906] Compiling x509_set.c
[556/906] Compiling x509_vfy.c
[557/906] Compiling x509_req.c
[558/906] Compiling x509_obj.c
[559/906] Compiling x509_d2.c
[560/906] Compiling x509_def.c
[561/906] Compiling x509_ext.c
[562/906] Compiling x509_lu.c
[563/906] Compiling x509_att.c
[564/906] Compiling t_x509a.c
[565/906] Compiling x509_cmp.c
[566/906] Compiling x509.c
[567/906] Compiling t_x509.c
[568/906] Compiling t_req.c
[569/906] Compiling i2d_pr.c
[570/906] Compiling t_crl.c
[571/906] Compiling c-nioatomics.c
[572/906] Compiling rsa_pss.c
[573/906] Compiling by_file.c
[574/906] Compiling algorithm.c
[575/906] Compiling by_dir.c
[576/906] Compiling a_sign.c
[577/906] Compiling a_verify.c
[578/906] Compiling a_digest.c
[579/906] Compiling asn1_gen.c
[580/906] Compiling voprf.c
[581/906] Compiling thread_win.c
[582/906] Compiling thread_none.c
[583/906] Compiling a_strex.c
[584/906] Compiling thread.c
[585/906] Compiling trust_token.c
[586/906] Compiling thread_pthread.c
[587/906] Compiling pmbtoken.c
[588/906] Compiling siphash.c
[589/906] Compiling rsa_print.c
[590/906] Compiling stack.c
[591/906] Compiling rc4.c
[592/906] Compiling windows.c
[592/906] Compiling rand_extra.c
[594/906] Compiling refcount_c11.c
[595/906] Compiling refcount_lock.c
[596/906] Compiling rsa_asn1.c
[597/906] Compiling deterministic.c
[598/906] Compiling fuchsia.c
[599/906] Compiling passive.c
[600/906] Compiling poly1305_arm_asm.S
[601/906] Compiling forkunsafe.c
[602/906] Compiling poly1305_vec.c
[602/906] Compiling poly1305_arm.c
[604/906] Compiling pool.c
[605/906] Compiling poly1305.c
[606/906] Compiling pkcs7.c
[607/906] Compiling c-atomics.c
[608/906] Compiling p5_pbev2.c
[609/906] Compiling pkcs8.c
[610/906] Compiling pkcs7_x509.c
[611/906] Compiling pkcs8_x509.c
[612/906] Compiling pem_x509.c
[613/906] Compiling pem_xaux.c
[614/906] Compiling pem_pkey.c
[615/906] Compiling pem_pk8.c
[616/906] Compiling obj_xref.c
[617/909] Compiling pem_oth.c
[618/912] Compiling pem_info.c
[619/912] Compiling pem_lib.c
[620/912] Compiling pem_all.c
[621/912] Compiling poly_rq_mul.S
[622/912] Compiling mem.c
[623/912] Compiling lhash.c
[623/912] Compiling hkdf.c
[625/912] Compiling hpke.c
[626/912] Compiling x86_64-mont5.mac.x86_64.S
[627/912] Compiling x86_64-mont5.linux.x86_64.S
[628/912] Compiling x86_64-mont.mac.x86_64.S
[629/912] Compiling obj.c
[630/912] Compiling x86_64-mont.linux.x86_64.S
[631/912] Compiling x86-mont.linux.x86.S
[632/912] Compiling vpaes-x86_64.mac.x86_64.S
[633/912] Compiling x86-mont.windows.x86.S
[634/912] Compiling vpaes-x86.windows.x86.S
[636/912] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[636/912] Compiling vpaes-x86_64.linux.x86_64.S
[637/912] Compiling vpaes-x86.linux.x86.S
[638/912] Compiling vpaes-armv8.ios.aarch64.S
[639/912] Compiling vpaes-armv7.linux.arm.S
[640/912] Compiling hrss.c
[641/912] Compiling vpaes-armv8.linux.aarch64.S
[641/912] Compiling kdf.c
[643/912] Compiling vpaes-armv7.ios.arm.S
[644/912] Compiling sha512-x86_64.mac.x86_64.S
[646/912] Compiling NIOConcurrencyHelpers NIOLock.swift
[646/912] Compiling sha512-armv8.ios.aarch64.S
[647/912] Compiling sha512-armv4.linux.arm.S
[648/912] Compiling sha512-armv8.linux.aarch64.S
[649/912] Compiling sha512-x86_64.linux.x86_64.S
[650/912] Compiling sha512-586.windows.x86.S
[651/912] Compiling sha512-armv4.ios.arm.S
[652/912] Compiling sha512-586.linux.x86.S
[653/912] Compiling sha256-x86_64.mac.x86_64.S
[654/912] Compiling sha256-x86_64.linux.x86_64.S
[655/912] Compiling sha256-armv4.linux.arm.S
[656/912] Compiling sha256-armv8.ios.aarch64.S
[657/912] Compiling sha256-armv4.ios.arm.S
[658/912] Compiling sha256-586.windows.x86.S
[658/912] Compiling sha256-armv8.linux.aarch64.S
[660/912] Compiling sha256-586.linux.x86.S
[662/912] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[663/912] Emitting module NIOConcurrencyHelpers
[663/912] Compiling sha1-x86_64.linux.x86_64.S
[664/912] Compiling sha1-x86_64.mac.x86_64.S
[665/912] Compiling sha1-armv4-large.linux.arm.S
[666/912] Compiling sha1-armv8.ios.aarch64.S
[668/912] Compiling NIOConcurrencyHelpers lock.swift
[668/912] Compiling sha1-armv4-large.ios.arm.S
[669/912] Compiling sha1-586.windows.x86.S
[670/912] Compiling sha1-586.linux.x86.S
[671/912] Compiling sha1-armv8.linux.aarch64.S
[672/912] Compiling sha1-altivec.c
[673/912] Compiling sha256.c
[674/912] Compiling sha512.c
[675/912] Compiling sha1.c
[676/912] Compiling rsaz-avx2.mac.x86_64.S
[678/912] Compiling NIOConcurrencyHelpers atomics.swift
[678/912] Compiling rsaz-avx2.linux.x86_64.S
[679/913] Compiling self_check.c
[680/913] Compiling blinding.c
[681/913] Compiling rsa.c
[683/913] Compiling rsa_impl.c
[684/913] Compiling padding.c
[685/913] Compiling rand.c
[686/913] Compiling fork_detect.c
[687/913] Compiling urandom.c
[688/913] Compiling ctrdrbg.c
[689/913] Compiling rdrand-x86_64.mac.x86_64.S
[690/913] Compiling rdrand-x86_64.linux.x86_64.S
[691/913] Compiling polyval.c
[692/913] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[693/913] Compiling p256-x86_64-asm.linux.x86_64.S
[694/913] Compiling p256-x86_64-asm.mac.x86_64.S
[695/913] Compiling ofb.c
[696/913] Compiling ctr.c
[697/913] Compiling gcm_nohw.c
[698/913] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[699/913] Compiling cbc.c
[700/913] Compiling gcm.c
[701/913] Compiling cfb.c
[702/913] Compiling md5.c
[703/913] Compiling is_fips.c
[704/913] Compiling md4.c
[705/913] Compiling hmac.c
[706/913] Compiling md5-x86_64.linux.x86_64.S
[707/913] Compiling md5-x86_64.mac.x86_64.S
[708/913] Compiling md5-586.windows.x86.S
[709/913] Compiling ghashv8-armx32.linux.arm.S
[710/913] Compiling md5-586.linux.x86.S
[711/913] Compiling ghashv8-armx64.ios.aarch64.S
[712/913] Compiling ghashv8-armx64.linux.aarch64.S
[713/913] Compiling ghashv8-armx32.ios.arm.S
[714/913] Compiling ghash-x86_64.linux.x86_64.S
[715/913] Compiling ghash-x86_64.mac.x86_64.S
[716/913] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[717/913] Compiling ghash-x86.windows.x86.S
[718/913] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[719/913] Compiling ghash-x86.linux.x86.S
[720/913] Compiling ghash-ssse3-x86.windows.x86.S
[721/913] Compiling ghash-ssse3-x86.linux.x86.S
[722/913] Compiling ghash-neon-armv8.ios.aarch64.S
[723/913] Compiling fips_shared_support.c
[724/913] Compiling ghash-neon-armv8.linux.aarch64.S
[725/913] Compiling ghash-armv4.ios.arm.S
[726/913] Compiling ghash-armv4.linux.arm.S
[727/913] Compiling util.c
[728/913] Compiling ecdh.c
[729/913] Compiling ecdsa.c
[730/913] Compiling wnaf.c
[731/913] Compiling simple_mul.c
[732/913] Compiling simple.c
[733/913] Compiling scalar.c
[734/913] Compiling p256-x86_64.c
[735/913] Compiling oct.c
[736/913] Compiling felem.c
[737/913] Compiling ec_montgomery.c
[738/913] Compiling p224-64.c
[739/913] Compiling p256.c
[740/913] Compiling ec_key.c
[741/913] Compiling digest.c
[742/913] Compiling co-586.windows.x86.S
[742/913] Compiling digests.c
[744/913] Compiling check.c
[745/913] Compiling dh.c
[746/913] Compiling ec.c
[747/913] Compiling co-586.linux.x86.S
[748/913] Compiling bsaes-armv7.linux.arm.S
[749/913] Compiling e_des.c
[750/913] Compiling bsaes-armv7.ios.arm.S
[751/913] Compiling cipher.c
[751/913] Compiling aead.c
[753/913] Compiling rsaz_exp.c
[754/913] Compiling sqrt.c
[755/913] Compiling shift.c
[756/913] Compiling montgomery_inv.c
[757/913] Compiling random.c
[758/913] Compiling e_aes.c
[759/913] Compiling jacobi.c
[760/913] Compiling montgomery.c
[761/913] Compiling gcd.c
[762/913] Compiling gcd_extra.c
[763/913] Compiling div_extra.c
[764/913] Compiling ctx.c
[765/913] Compiling bytes.c
[766/913] Compiling cmp.c
[767/913] Compiling generic.c
[768/913] Compiling x86_64-gcc.c
[768/913] Compiling div.c
[770/913] Compiling exponentiation.c
[771/913] Compiling bn-586.windows.x86.S
[772/913] Compiling bn.c
[773/913] Compiling bn-586.linux.x86.S
[774/913] Compiling armv8-mont.ios.aarch64.S
[775/913] Compiling armv4-mont.linux.arm.S
[776/913] Compiling add.c
[777/913] Compiling armv4-mont.ios.arm.S
[778/913] Compiling armv8-mont.linux.aarch64.S
[779/913] Compiling aesv8-armx64.ios.aarch64.S
[780/913] Compiling aesv8-armx32.ios.arm.S
[781/913] Compiling aesni-x86_64.mac.x86_64.S
[782/913] Compiling aesv8-armx64.linux.aarch64.S
[783/913] Compiling aesv8-armx32.linux.arm.S
[784/913] Compiling aesni-x86.windows.x86.S
[784/913] Compiling aesni-x86_64.linux.x86_64.S
[786/913] Compiling aesni-x86.linux.x86.S
[787/913] Compiling aesni-gcm-x86_64.mac.x86_64.S
[788/913] Compiling aesni-gcm-x86_64.linux.x86_64.S
[789/913] Compiling mode_wrappers.c
[790/913] Compiling key_wrap.c
[791/913] Compiling aes.c
[792/913] Compiling ex_data.c
[793/913] Compiling scrypt.c
[794/913] Compiling sign.c
[795/913] Compiling pbkdf.c
[796/913] Compiling print.c
[797/913] Compiling aes_nohw.c
[798/913] Compiling p_x25519.c
[799/913] Compiling p_x25519_asn1.c
[800/913] Compiling p_rsa_asn1.c
[801/913] Compiling p_ed25519.c
[802/913] Compiling p_ec_asn1.c
[803/913] Compiling p_ed25519_asn1.c
[804/913] Compiling p_dsa_asn1.c
[805/913] Compiling p_rsa.c
[805/913] Compiling p_ec.c
[807/913] Compiling err_data.c
[808/913] Compiling evp_ctx.c
[809/913] Compiling digestsign.c
[810/913] Compiling evp.c
[811/913] Compiling evp_asn1.c
[812/913] Compiling engine.c
[813/913] Compiling ecdsa_asn1.c
[814/913] Compiling err.c
[815/913] Compiling ecdh_extra.c
[816/913] Compiling ec_derive.c
[817/913] Compiling hash_to_curve.c
[818/913] Compiling dsa_asn1.c
[819/913] Compiling ec_asn1.c
[820/913] Compiling params.c
[821/913] Compiling dsa.c
[822/913] Compiling dh_asn1.c
[823/913] Compiling digest_extra.c
[824/913] Compiling cpu-ppc64le.c
[825/913] Compiling cpu-intel.c
[826/913] Compiling cpu-arm-linux.c
[827/913] Compiling x25519-asm-arm.S
[828/913] Compiling spake25519.c
[829/913] Compiling crypto.c
[830/913] Compiling cpu-arm.c
[831/913] Compiling cpu-aarch64-win.c
[832/913] Compiling cpu-aarch64-fuchsia.c
[833/913] Compiling cpu-aarch64-linux.c
[834/913] Compiling cmac.c
[835/913] Compiling e_rc4.c
[836/913] Compiling tls_cbc.c
[837/913] Compiling conf.c
[838/913] Compiling e_rc2.c
[839/913] Compiling e_null.c
[840/913] Compiling curve25519.c
[841/913] Compiling derive_key.c
[842/913] Compiling e_aesgcmsiv.c
[843/913] Compiling e_tls.c
[844/913] Compiling cipher_extra.c
[845/913] Compiling e_aesctrhmac.c
[846/913] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[847/913] Compiling e_chacha20poly1305.c
[848/913] Compiling e_aesccm.c
[849/913] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[850/913] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[851/913] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[852/913] Compiling chacha-x86_64.mac.x86_64.S
[853/913] Compiling chacha-x86_64.linux.x86_64.S
[854/913] Compiling chacha-x86.linux.x86.S
[855/913] Compiling chacha-x86.windows.x86.S
[856/913] Compiling chacha-armv8.ios.aarch64.S
[857/913] Compiling chacha-armv4.linux.arm.S
[858/913] Compiling chacha.c
[859/913] Compiling chacha-armv4.ios.arm.S
[860/913] Compiling unicode.c
[861/913] Compiling chacha-armv8.linux.aarch64.S
[862/913] Compiling ber.c
[863/913] Compiling asn1_compat.c
[864/913] Compiling buf.c
[865/913] Compiling bn_asn1.c
[866/913] Compiling cbs.c
[867/913] Compiling cbb.c
[868/913] Compiling printf.c
[869/913] Compiling socket.c
[870/913] Compiling convert.c
[871/913] Compiling hexdump.c
[872/913] Compiling pair.c
[873/913] Compiling file.c
[873/913] Compiling blake2.c
[874/913] Compiling socket_helper.c
[876/913] Compiling fd.c
[877/913] Compiling bio_mem.c
[878/913] Compiling connect.c
[879/913] Compiling time_support.c
[880/913] Compiling base64.c
[881/913] Compiling bio.c
[882/913] Compiling tasn_typ.c
[883/913] Compiling tasn_utl.c
[884/913] Compiling tasn_fre.c
[885/913] Compiling tasn_new.c
[886/913] Compiling tasn_enc.c
[887/913] Compiling f_int.c
[888/913] Compiling f_string.c
[889/913] Compiling f_enum.c
[890/913] Compiling asn1_par.c
[891/913] Compiling tasn_dec.c
[892/913] Compiling asn_pack.c
[893/913] Compiling asn1_lib.c
[894/913] Compiling a_utctm.c
[895/913] Compiling a_utf8.c
[896/913] Compiling a_print.c
[897/913] Compiling a_type.c
[897/913] Compiling a_octet.c
[899/913] Compiling a_strnid.c
[900/913] Compiling a_object.c
[901/913] Compiling a_time.c
[902/913] Compiling a_mbstr.c
[903/913] Compiling a_int.c
[903/913] Write sources
[906/913] Compiling a_gentm.c
[907/913] Compiling a_enum.c
[908/913] Compiling a_d2i_fp.c
[909/913] Compiling a_i2d_fp.c
[910/913] Compiling a_bool.c
[911/913] Compiling a_dup.c
[912/913] Compiling a_bitstr.c
[914/1011] Compiling Crypto ASN1.swift
[915/1011] Compiling Crypto ASN1BitString.swift
[916/1013] Compiling Crypto SEC1PrivateKey.swift
[917/1013] Compiling Crypto SubjectPublicKeyInfo.swift
[918/1013] Compiling Crypto Cipher.swift
[919/1013] Compiling Crypto Nonces.swift
[920/1013] Compiling Crypto AES-GCM_boring.swift
[921/1013] Compiling Crypto ChaChaPoly_boring.swift
[922/1013] Compiling Crypto ChaChaPoly.swift
[923/1013] Compiling Crypto ArraySliceBigint.swift
[924/1013] Compiling Crypto ObjectIdentifier.swift
[925/1013] Compiling Crypto ECDSASignature.swift
[926/1013] Compiling Atomics IntegerOperations.swift
[927/1013] Compiling Atomics Unmanaged extensions.swift
[935/1013] Compiling Crypto PEMDocument.swift
[936/1013] Compiling Crypto PKCS8PrivateKey.swift
[937/1013] Compiling Crypto AES-GCM.swift
[941/1013] Compiling Crypto ASN1Identifier.swift
[942/1013] Compiling Crypto ASN1Integer.swift
[943/1013] Compiling Crypto ASN1OctetString.swift
[944/1016] Compiling Algorithms Trim.swift
[945/1016] Compiling Algorithms Unique.swift
[946/1016] Compiling Algorithms Windows.swift
[953/1016] Compiling Crypto Digest.swift
[954/1016] Compiling Crypto Digests.swift
[955/1016] Compiling Crypto HashFunctions.swift
[956/1016] Compiling Crypto HashFunctions_SHA2.swift
[961/1016] Emitting module Atomics
[963/1017] Emitting module Algorithms
[965/1078] Compiling NIOCore FileDescriptor.swift
[966/1078] Compiling NIOCore FileHandle.swift
[967/1078] Compiling NIOCore FileRegion.swift
[968/1078] Compiling NIOCore GlobalSingletons.swift
[969/1078] Compiling NIOCore IO.swift
[970/1078] Compiling NIOCore IOData.swift
[971/1078] Compiling NIOCore IPProtocol.swift
[972/1085] Compiling NIOCore ChannelInvoker.swift
[973/1085] Compiling NIOCore ChannelOption.swift
[974/1085] Compiling NIOCore ChannelPipeline.swift
[975/1085] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[976/1085] Compiling NIOCore EventLoopFuture+Deprecated.swift
[977/1085] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[978/1085] Compiling NIOCore EventLoopFuture.swift
[979/1085] Compiling NIOCore EventLoop+SerialExecutor.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)
[980/1085] Compiling NIOCore EventLoop.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)
[981/1085] Compiling NIOCore ByteBuffer-multi-int.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)
[982/1085] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.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)
[983/1085] Compiling NIOCore ByteBuffer-views.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)
[984/1085] Compiling NIOCore Channel.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)
[985/1085] Compiling NIOCore ChannelHandler.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)
[986/1085] Compiling NIOCore ChannelHandlers.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)
[987/1085] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[988/1085] Compiling NIOCore NIOAsyncWriter.swift
[989/1085] Compiling NIOCore CircularBuffer.swift
[990/1085] Compiling NIOCore Codec.swift
[991/1085] Compiling NIOCore ConvenienceOptionSupport.swift
[992/1085] Compiling NIOCore DeadChannel.swift
[993/1085] Compiling NIOCore DispatchQueue+WithFuture.swift
[994/1085] Compiling NIOCore EventLoop+Deprecated.swift
[995/1085] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[996/1085] Compiling NIOCore BSDSocketAPI.swift
[997/1085] Compiling NIOCore ByteBuffer-aux.swift
[998/1085] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[999/1085] Compiling NIOCore ByteBuffer-conversions.swift
[1000/1085] Compiling NIOCore ByteBuffer-core.swift
[1001/1085] Compiling NIOCore ByteBuffer-hex.swift
[1002/1085] Compiling NIOCore ByteBuffer-int.swift
[1003/1085] Compiling NIOCore IntegerBitPacking.swift
[1004/1085] Compiling NIOCore IntegerTypes.swift
[1005/1085] Compiling NIOCore Interfaces.swift
[1006/1085] Compiling NIOCore Linux.swift
[1007/1085] Compiling NIOCore MarkedCircularBuffer.swift
[1008/1085] Compiling NIOCore MulticastChannel.swift
[1009/1085] Compiling NIOCore NIOAny.swift
[1010/1085] Emitting module Crypto
[1011/1085] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1012/1085] Compiling NIOCore AddressedEnvelope.swift
[1013/1085] Compiling NIOCore AsyncAwaitSupport.swift
[1014/1085] Compiling NIOCore AsyncChannel.swift
[1015/1085] Compiling NIOCore AsyncChannelHandler.swift
[1016/1085] Compiling NIOCore AsyncChannelInboundStream.swift
[1017/1085] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1018/1085] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1021/1085] Compiling Crypto RNG_boring.swift
[1022/1085] Compiling Crypto SafeCompare_boring.swift
[1023/1085] Compiling Crypto Zeroization_boring.swift
[1024/1085] Compiling Crypto PrettyBytes.swift
[1025/1085] Compiling Crypto SafeCompare.swift
[1026/1085] Compiling Crypto SecureBytes.swift
[1041/1093] Compiling NIOCore SingleStepByteToMessageDecoder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling Logging LogHandler.swift
[3/115] Compiling RealModule ElementaryFunctions.swift
[4/116] Compiling RealModule RealFunctions.swift
[5/116] Compiling Crypto ASN1.swift
[6/116] Compiling Crypto ASN1BitString.swift
[7/116] Compiling Crypto ASN1Identifier.swift
[8/116] Compiling Crypto ASN1Integer.swift
[9/116] Compiling Crypto ASN1OctetString.swift
[10/116] Compiling Crypto SEC1PrivateKey.swift
[11/116] Compiling Crypto SubjectPublicKeyInfo.swift
[12/116] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/119] Compiling Logging MetadataProvider.swift
[14/119] Compiling Crypto Cipher.swift
[15/119] Compiling Crypto Nonces.swift
[16/119] Compiling Crypto ChaChaPoly_boring.swift
[17/119] Compiling Crypto ChaChaPoly.swift
[18/119] Compiling Crypto AES-GCM.swift
[19/119] Compiling Crypto AES-GCM_boring.swift
[21/119] Compiling Crypto ArraySliceBigint.swift
[22/119] Compiling RealModule Float80+Real.swift
[23/119] Compiling RealModule Real.swift
[28/119] Compiling Logging Locks.swift
[29/119] Emitting module Logging
[30/119] Compiling RealModule Float+Real.swift
[31/119] Compiling RealModule Float16+Real.swift
[32/119] Compiling _NIODataStructures _TinyArray.swift
[33/119] Compiling _NIODataStructures PriorityQueue.swift
[39/119] Compiling NIOConcurrencyHelpers lock.swift
[40/119] Emitting module RealModule
[41/119] Emitting module NIOConcurrencyHelpers
[42/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/119] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/120] Compiling NIOConcurrencyHelpers atomics.swift
[45/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[46/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[47/120] Compiling Crypto PEMDocument.swift
[48/120] Compiling Crypto PKCS8PrivateKey.swift
[49/121] Emitting module _NIODataStructures
[50/121] Compiling _NIODataStructures Heap.swift
[51/121] Emitting module _NIOBase64
[52/121] Compiling _NIOBase64 Base64.swift
[54/122] Compiling Atomics IntegerOperations.swift
[55/122] Compiling Atomics Unmanaged extensions.swift
[59/123] Compiling Logging Logging.swift
[60/123] Emitting module InternalCollectionsUtilities
[61/123] Compiling Crypto ObjectIdentifier.swift
[62/123] Compiling Crypto ECDSASignature.swift
[64/125] Emitting module Crypto
[65/125] Compiling Crypto EllipticCurve_boring.swift
[66/125] Compiling Crypto NISTCurvesKeys_boring.swift
[67/125] Compiling Crypto X25519Keys_boring.swift
[68/125] Compiling Crypto Curve25519.swift
[69/125] Compiling Crypto Ed25519.swift
[70/125] Compiling Crypto NISTCurvesKeys.swift
[71/125] Compiling Crypto X25519Keys.swift
[73/157] Compiling Algorithms Reductions.swift
[74/157] Compiling Algorithms Rotate.swift
[75/157] Compiling Algorithms Partition.swift
[76/157] Compiling Algorithms Permutations.swift
[77/157] Compiling Algorithms Product.swift
[78/157] Compiling Algorithms Split.swift
[79/157] Compiling Algorithms Stride.swift
[80/157] Compiling Algorithms Suffix.swift
[81/157] Compiling Crypto Insecure.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)
[82/157] Compiling Crypto Insecure_HashFunctions.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)
[83/157] Compiling Crypto ECDH_boring.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)
[84/157] Compiling Crypto DH.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)
[85/157] Compiling Crypto ECDH.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)
[86/157] Compiling Crypto HKDF.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)
[87/157] Compiling Crypto Ed25519_boring.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)
[88/157] Compiling Crypto EllipticCurvePoint_boring.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)
[89/172] Compiling Crypto SymmetricKeys.swift
[90/172] Compiling Crypto HMAC.swift
[91/172] Compiling Crypto MACFunctions.swift
[92/172] Compiling Crypto MessageAuthenticationCode.swift
[93/172] Compiling DequeModule Deque+Equatable.swift
[94/172] Compiling Crypto AES.swift
[95/172] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/172] Compiling Crypto ECDSASignature_boring.swift
[97/172] Compiling Crypto ECDSA_boring.swift
[98/172] Compiling Crypto EdDSA_boring.swift
[99/172] Compiling Crypto ECDSA.swift
[100/172] Compiling Crypto EdDSA.swift
[101/172] Compiling Crypto Signature.swift
[102/172] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[103/172] Compiling Crypto CryptoKitErrors_boring.swift
[104/172] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[105/172] Compiling DequeModule Deque+CustomReflectable.swift
[106/172] Compiling DequeModule Deque+Descriptions.swift
[107/174] Compiling DequeModule _DequeBuffer.swift
[108/174] Compiling DequeModule _DequeBufferHeader.swift
[109/174] Compiling DequeModule Deque+Extras.swift
[110/174] Compiling DequeModule Deque+Hashable.swift
[111/174] Compiling DequeModule Deque._UnsafeHandle.swift
[112/174] Compiling DequeModule Deque.swift
[113/174] Compiling DequeModule Deque+Testing.swift
[114/174] Compiling DequeModule Deque._Storage.swift
[117/174] Compiling DequeModule _DequeSlot.swift
[118/174] Compiling DequeModule _UnsafeWrappedBuffer.swift
[119/174] Compiling DequeModule Deque+Codable.swift
[120/174] Compiling DequeModule Deque+Collection.swift
[141/177] Emitting module Atomics
[163/178] Emitting module DequeModule
[165/179] Compiling Algorithms Trim.swift
[166/179] Compiling Algorithms Unique.swift
[167/179] Compiling Algorithms Windows.swift
[172/179] Compiling Crypto RNG_boring.swift
[173/179] Compiling Crypto SafeCompare_boring.swift
[174/179] Compiling Crypto Zeroization_boring.swift
[175/179] Compiling Crypto PrettyBytes.swift
[176/179] Compiling Crypto SafeCompare.swift
[177/179] Compiling Crypto SecureBytes.swift
[178/179] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android