Build Information
Failed to build phalanx, reference main (fae5a0), with Swift 6.1 for Android on 28 May 2025 12:31:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jmfieldman/phalanx.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/jmfieldman/phalanx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fae5a04 Merge pull request #1 from jmfieldman/keyspace_placeholder
Cloned https://github.com/jmfieldman/phalanx.git
Revision (git rev-parse @):
fae5a0447a5982248b8c9b9fcac8f2186811d690
SUCCESS checkout https://github.com/jmfieldman/phalanx.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/jmfieldman/phalanx.git
https://github.com/jmfieldman/phalanx.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-cassandra-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-cassandra-client.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "phalanx",
"name" : "phalanx",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "phalanx",
"targets" : [
"Phalanx"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PhalanxLibTests",
"module_type" : "SwiftTarget",
"name" : "PhalanxLibTests",
"path" : "Tests/PhalanxLibTests",
"product_dependencies" : [
"CassandraClient"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/PhalanxLibTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BasicConfigTests.swift",
"BasicKeyspaceTests.swift",
"MigrationFileMetadataTests.swift",
"MigrationTests.swift",
"NegativeKeyspaceCreationTests.swift",
"NegativeMigrationHashTests.swift",
"XCTTestCase+Extensions.swift",
"XCTTestCase+MigrationTestCase.swift"
],
"target_dependencies" : [
"PhalanxLib"
],
"type" : "test"
},
{
"c99name" : "PhalanxLib",
"module_type" : "SwiftTarget",
"name" : "PhalanxLib",
"path" : "Sources/PhalanxLib",
"product_dependencies" : [
"CassandraClient",
"Crypto",
"Yams"
],
"product_memberships" : [
"phalanx"
],
"sources" : [
"Config.swift",
"InstalledMigrationState.swift",
"InstalledMigrationVersion.swift",
"MigrationEngine.swift",
"MigrationFile.swift",
"MigrationFileDescriptor.swift",
"MigrationFileInternalMetadata.swift",
"String+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "Phalanx",
"module_type" : "SwiftTarget",
"name" : "Phalanx",
"path" : "Sources/Phalanx",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"phalanx"
],
"sources" : [
"Phalanx.swift"
],
"target_dependencies" : [
"PhalanxLib"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/jpsim/Yams.git
Fetching https://github.com/apple/swift-cassandra-client.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-crypto.git
[1/685] Fetching swift-cassandra-client
[686/14621] Fetching swift-cassandra-client, swift-crypto
[1383/25278] Fetching swift-cassandra-client, swift-crypto, yams
Fetched https://github.com/apple/swift-cassandra-client.git from cache (0.36s)
[1616/24593] Fetching swift-crypto, yams
[8404/39944] Fetching swift-crypto, yams, swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (1.81s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.09s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.11s)
Computing version for https://github.com/apple/swift-cassandra-client.git
Computed https://github.com/apple/swift-cassandra-client.git at 0.5.0 (3.31s)
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-nio
[1/3836] Fetching swift-log
[999/5546] Fetching swift-log, swift-atomics
[5547/81630] Fetching swift-log, swift-atomics, swift-nio
[7830/96473] Fetching swift-log, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics from cache (3.40s)
Fetched https://github.com/apple/swift-log from cache (3.40s)
Fetched https://github.com/apple/swift-nio-ssl from cache (3.43s)
Fetched https://github.com/apple/swift-nio from cache (3.49s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (4.07s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (1.17s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.83s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.56s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.48s)
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-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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-cassandra-client.git
Working copy of https://github.com/apple/swift-cassandra-client.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.31.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/1035] Write sources
[8/1035] Compiling co-586-linux.linux.x86.S
[9/1035] Write sources
[11/1035] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[11/1035] Write sources
[23/1035] Compiling armv4-mont-ios.ios.arm.S
[24/1035] Compiling _AtomicsShims.c
[25/1035] Compiling a_bool.c
[26/1035] Compiling a_d2i_fp.c
[27/1035] Compiling a_bitstr.c
[28/1035] Compiling version.c
[29/1035] Compiling uv-data-getter-setters.c
[30/1035] Compiling udp.c
[31/1035] Compiling tty.c
[32/1035] Compiling thread.c
[33/1035] Compiling uv-common.c
[34/1035] Write swift-version-24593BA9C3E375BF.txt
[35/1035] Compiling tcp.c
[36/1035] Compiling random-sysctl-linux.c
[37/1035] Compiling signal.c
[38/1035] Compiling random-getrandom.c
[39/1035] Compiling stream.c
[40/1035] Compiling proctitle.c
[41/1035] Compiling random-devurandom.c
[42/1036] Compiling process.c
[43/1046] Compiling procfs-exepath.c
[44/1060] Compiling poll.c
[45/1079] Compiling pipe.c
[46/1079] Compiling loop.c
[47/1079] Compiling linux-syscalls.c
[48/1079] Compiling loop-watcher.c
[49/1079] Compiling linux-inotify.c
[50/1079] Compiling getnameinfo.c
[51/1079] Compiling linux-core.c
[52/1079] Compiling getaddrinfo.c
[53/1079] Compiling epoll.c
[54/1079] Compiling fs.c
[55/1079] Compiling dl.c
[56/1079] Compiling core.c
[57/1079] Compiling x509_trs.cc
[58/1079] Compiling async.c
[59/1079] Compiling strtok.c
[60/1079] Compiling timer.c
[61/1079] Compiling threadpool.c
[62/1079] Compiling strscpy.c
[63/1079] Compiling inet.c
[63/1079] Compiling random.c
[65/1079] Compiling writer.c
[66/1079] Compiling idna.c
[67/1079] Compiling fs-poll.c
[68/1079] Compiling reader.c
[69/1079] Compiling emitter.c
[70/1079] Compiling scanner.c
[71/1079] Compiling parser.c
[72/1079] Compiling CNIOWindows WSAStartup.c
[73/1079] Compiling CNIOWindows shim.c
[74/1079] Compiling CNIOWASI CNIOWASI.c
[75/1079] Compiling CNIOLinux shim.c
[76/1079] Compiling api.c
[77/1079] Compiling CNIOLinux liburing_shims.c
[78/1079] Compiling CNIODarwin shim.c
[79/1079] Compiling fiat_p256_adx_sqr.S
[80/1079] Compiling fiat_p256_adx_mul.S
[81/1099] Compiling fiat_curve25519_adx_square.S
[82/1099] Compiling fiat_curve25519_adx_mul.S
[83/1099] Compiling CNIOBoringSSLShims shims.c
[85/1099] Compiling _NIODataStructures _TinyArray.swift
[86/1099] Compiling Yams Resolver.swift
[87/1099] Compiling Yams String+Yams.swift
[88/1099] Compiling _NIODataStructures PriorityQueue.swift
[89/1100] Emitting module Atomics
[90/1100] Compiling Yams Node.Sequence.swift
[91/1100] Compiling Yams Node.swift
[92/1102] Compiling Yams Mark.swift
[93/1102] Compiling Yams Node.Alias.swift
[94/1102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/1102] Compiling Yams Node.Mapping.swift
[96/1102] Compiling Yams Parser.swift
[100/1102] Emitting module _NIOBase64
[101/1102] Compiling _NIOBase64 Base64.swift
[105/1102] Compiling Yams RedundancyAliasingStrategy.swift
[106/1102] Compiling Yams Representer.swift
[107/1102] Compiling _NIODataStructures Heap.swift
[108/1102] Emitting module _NIODataStructures
[109/1102] Compiling Yams AliasDereferencingStrategy.swift
[110/1102] Compiling Yams Anchor.swift
[111/1103] Compiling Yams Encoder.swift
[112/1103] Compiling Yams Node.Scalar.swift
[113/1103] Compiling Yams Decoder.swift
[114/1103] Compiling Yams Emitter.swift
[115/1103] Emitting module InternalCollectionsUtilities
[116/1103] Compiling Yams Constructor.swift
[117/1103] Compiling Yams Tag.swift
[120/1104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[120/1105] Wrapping AST for _NIOBase64 for debugging
[122/1105] Compiling Atomics IntegerOperations.swift
[123/1105] Compiling Atomics Unmanaged extensions.swift
[130/1106] Wrapping AST for _NIODataStructures for debugging
[132/1111] Wrapping AST for InternalCollectionsUtilities for debugging
[134/1121] Compiling DequeModule _DequeBuffer.swift
[135/1121] Compiling DequeModule _DequeBufferHeader.swift
[136/1123] Compiling DequeModule Deque+CustomReflectable.swift
[137/1123] Compiling DequeModule Deque+Descriptions.swift
[138/1123] Compiling DequeModule Deque+Equatable.swift
[139/1123] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[139/1123] Compiling tls_record.cc
[141/1123] Compiling DequeModule Deque+Extras.swift
[142/1123] Compiling DequeModule Deque+Hashable.swift
[143/1123] Compiling DequeModule _DequeSlot.swift
[144/1123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/1123] Compiling DequeModule Deque+Testing.swift
[146/1123] Compiling DequeModule Deque._Storage.swift
[147/1123] Compiling DequeModule Deque._UnsafeHandle.swift
[148/1123] Compiling DequeModule Deque.swift
[148/1123] Compiling tls_method.cc
[149/1123] Compiling tls13_server.cc
[151/1123] Compiling DequeModule Deque+Codable.swift
[152/1123] Compiling DequeModule Deque+Collection.swift
[153/1123] Emitting module DequeModule
[154/1124] Compiling Logging Locks.swift
[155/1124] Emitting module Logging
[156/1124] Compiling Logging MetadataProvider.swift
[157/1124] Compiling Logging Logging.swift
[158/1124] Compiling Logging LogHandler.swift
[160/1125] Wrapping AST for Logging for debugging
[161/1125] Wrapping AST for DequeModule for debugging
[162/1125] Compiling tls13_client.cc
[163/1125] Compiling tls13_enc.cc
[164/1125] Compiling tls13_both.cc
[167/1127] Compiling ssl_transcript.cc
[168/1127] Compiling ssl_x509.cc
[169/1127] Compiling t1_enc.cc
[170/1127] Compiling ssl_stat.cc
[174/1127] Compiling Yams YamlError.swift
[175/1127] Compiling Yams YamlTagProviding.swift
[179/1127] Emitting module Yams
[179/1127] Compiling ssl_versions.cc
[180/1127] Compiling ssl_session.cc
[194/1128] Compiling ssl_privkey.cc
[195/1128] Compiling ssl_file.cc
[196/1128] Compiling ssl_key_share.cc
[197/1128] Compiling ssl_credential.cc
[198/1128] Compiling ssl_lib.cc
[199/1128] Compiling ssl_cipher.cc
[200/1128] Compiling ssl_asn1.cc
[201/1128] Compiling ssl_cert.cc
[202/1128] Wrapping AST for Yams for debugging
[203/1128] Compiling ssl_buffer.cc
[204/1128] Compiling ssl_aead_ctx.cc
[205/1128] Compiling s3_lib.cc
[206/1128] Compiling s3_pkt.cc
[207/1128] Compiling s3_both.cc
[208/1128] Compiling handshake_server.cc
[209/1128] Compiling handshake.cc
[210/1128] Compiling handshake_client.cc
[211/1128] Compiling handoff.cc
[212/1128] Compiling dtls_record.cc
[213/1128] Compiling extensions.cc
[214/1128] Compiling encrypted_client_hello.cc
[215/1128] Compiling md5-x86_64-linux.S
[216/1128] Compiling md5-x86_64-apple.S
[217/1128] Compiling md5-586-apple.S
[218/1128] Compiling md5-586-linux.S
[219/1128] Compiling chacha20_poly1305_x86_64-linux.S
[220/1128] Compiling chacha20_poly1305_x86_64-apple.S
[221/1128] Compiling d1_srtp.cc
[222/1128] Compiling d1_pkt.cc
[223/1128] Compiling chacha20_poly1305_armv8-win.S
[224/1128] Compiling chacha20_poly1305_armv8-apple.S
[225/1128] Compiling chacha20_poly1305_armv8-linux.S
[226/1128] Compiling chacha-x86_64-linux.S
[227/1128] Compiling dtls_method.cc
[228/1128] Compiling chacha-x86_64-apple.S
[229/1128] Compiling chacha-x86-linux.S
[230/1128] Compiling chacha-x86-apple.S
[231/1128] Compiling d1_lib.cc
[232/1128] Compiling chacha-armv8-apple.S
[232/1128] Compiling chacha-armv8-win.S
[234/1128] Compiling chacha-armv4-linux.S
[235/1128] Compiling chacha-armv8-linux.S
[236/1128] Compiling aes128gcmsiv-x86_64-linux.S
[236/1128] Compiling aes128gcmsiv-x86_64-apple.S
[238/1128] Compiling x86_64-mont5-linux.S
[239/1128] Compiling x86_64-mont5-apple.S
[240/1128] Compiling err_data.cc
[241/1128] Compiling x86-mont-apple.S
[242/1128] Compiling vpaes-x86_64-linux.S
[243/1128] Compiling x86_64-mont-linux.S
[244/1128] Compiling x86_64-mont-apple.S
[245/1128] Compiling x86-mont-linux.S
[246/1128] Compiling vpaes-x86-linux.S
[247/1128] Compiling vpaes-x86_64-apple.S
[248/1128] Compiling vpaes-x86-apple.S
[249/1128] Compiling vpaes-armv8-win.S
[250/1128] Compiling bio_ssl.cc
[251/1128] Compiling vpaes-armv8-linux.S
[252/1128] Compiling vpaes-armv8-apple.S
[253/1128] Compiling sha512-x86_64-linux.S
[254/1128] Compiling vpaes-armv7-linux.S
[255/1128] Compiling sha512-x86_64-apple.S
[256/1128] Compiling sha512-armv4-linux.S
[257/1128] Compiling sha512-armv8-win.S
[258/1128] Compiling sha512-armv8-apple.S
[259/1128] Compiling sha512-586-apple.S
[260/1128] Compiling sha256-x86_64-linux.S
[261/1128] Compiling sha512-586-linux.S
[262/1128] Compiling sha512-armv8-linux.S
[262/1128] Compiling d1_both.cc
[264/1128] Compiling sha256-armv8-win.S
[265/1128] Compiling sha256-x86_64-apple.S
[266/1128] Compiling sha256-armv8-linux.S
[267/1128] Compiling sha256-armv8-apple.S
[268/1128] Compiling sha256-586-apple.S
[269/1128] Compiling sha256-armv4-linux.S
[270/1128] Compiling sha1-x86_64-apple.S
[271/1128] Compiling sha256-586-linux.S
[272/1128] Compiling sha1-x86_64-linux.S
[273/1128] Compiling sha1-armv8-apple.S
[274/1128] Compiling sha1-armv8-win.S
[275/1128] Compiling sha1-armv8-linux.S
[276/1128] Compiling sha1-586-apple.S
[277/1128] Compiling sha1-586-linux.S
[278/1128] Compiling sha1-armv4-large-linux.S
[279/1128] Compiling rsaz-avx2-linux.S
[280/1128] Compiling rsaz-avx2-apple.S
[281/1128] Compiling rdrand-x86_64-apple.S
[282/1128] Compiling rdrand-x86_64-linux.S
[283/1128] Compiling p256_beeu-x86_64-asm-linux.S
[284/1128] Compiling p256_beeu-x86_64-asm-apple.S
[285/1128] Compiling p256_beeu-armv8-asm-apple.S
[285/1128] Compiling p256_beeu-armv8-asm-linux.S
[285/1128] Compiling p256_beeu-armv8-asm-win.S
[288/1128] Compiling p256-x86_64-asm-linux.S
[289/1128] Compiling p256-x86_64-asm-apple.S
[290/1128] Compiling p256-armv8-asm-apple.S
[291/1128] Compiling ghashv8-armv8-win.S
[292/1128] Compiling p256-armv8-asm-win.S
[293/1128] Compiling ghashv8-armv7-linux.S
[294/1128] Compiling ghash-x86_64-linux.S
[295/1128] Compiling ghashv8-armv8-apple.S
[295/1128] Compiling p256-armv8-asm-linux.S
[297/1128] Compiling ghashv8-armv8-linux.S
[298/1128] Compiling ghash-x86_64-apple.S
[299/1128] Compiling ghash-x86-linux.S
[300/1128] Compiling ghash-ssse3-x86-apple.S
[301/1128] Compiling ghash-x86-apple.S
[302/1128] Compiling ghash-ssse3-x86_64-apple.S
[303/1128] Compiling ghash-ssse3-x86_64-linux.S
[304/1128] Compiling ghash-ssse3-x86-linux.S
[305/1128] Compiling ghash-neon-armv8-win.S
[306/1128] Compiling ghash-neon-armv8-linux.S
[307/1128] Compiling ghash-neon-armv8-apple.S
[308/1128] Compiling co-586-apple.S
[309/1128] Compiling ghash-armv4-linux.S
[310/1128] Compiling co-586-linux.S
[311/1128] Compiling bsaes-armv7-linux.S
[312/1128] Compiling bn-armv8-win.S
[313/1128] Compiling bn-586-linux.S
[314/1128] Compiling bn-armv8-apple.S
[315/1128] Compiling bn-armv8-linux.S
[316/1128] Compiling bn-586-apple.S
[317/1128] Compiling armv8-mont-win.S
[318/1128] Compiling armv8-mont-linux.S
[319/1128] Compiling aesv8-armv8-win.S
[320/1128] Compiling armv8-mont-apple.S
[320/1128] Compiling armv4-mont-linux.S
[320/1128] Compiling aesv8-gcm-armv8-win.S
[323/1128] Compiling aesv8-gcm-armv8-apple.S
[324/1128] Compiling aesv8-gcm-armv8-linux.S
[325/1128] Compiling aesv8-armv8-apple.S
[326/1128] Compiling aesv8-armv8-linux.S
[327/1128] Compiling aesni-x86_64-linux.S
[328/1128] Compiling aesni-x86_64-apple.S
[328/1128] Compiling aesni-x86-apple.S
[330/1128] Compiling aesv8-armv7-linux.S
[331/1128] Compiling aes-gcm-avx2-x86_64-linux.S
[331/1128] Compiling aesni-x86-linux.S
[333/1128] Compiling aesni-gcm-x86_64-apple.S
[333/1128] Compiling aesni-gcm-x86_64-linux.S
[335/1128] Compiling aes-gcm-avx10-x86_64-apple.S
[336/1128] Compiling aes-gcm-avx2-x86_64-apple.S
[337/1128] Compiling aes-gcm-avx10-x86_64-linux.S
[338/1128] Compiling x_x509a.cc
[339/1128] Compiling x_sig.cc
[340/1128] Compiling x_x509.cc
[341/1128] Compiling x_spki.cc
[342/1128] Compiling x_val.cc
[343/1128] Compiling x_pubkey.cc
[344/1128] Compiling x_req.cc
[345/1128] Compiling x_name.cc
[346/1128] Compiling x_exten.cc
[347/1128] Compiling x_algor.cc
[348/1128] Compiling x_crl.cc
[349/1128] Compiling x_all.cc
[350/1128] Compiling x509spki.cc
[351/1128] Compiling x_attrib.cc
[352/1128] Compiling x509rset.cc
[353/1128] Compiling x509name.cc
[354/1128] Compiling x509cset.cc
[355/1128] Compiling x509_vfy.cc
[356/1128] Compiling x509_v3.cc
[357/1128] Compiling x509_vpm.cc
[358/1128] Compiling x509_set.cc
[359/1128] Compiling x509_obj.cc
[360/1128] Compiling x509_req.cc
[361/1128] Compiling x509_txt.cc
[362/1128] Compiling x509_ext.cc
[363/1128] Compiling x509_lu.cc
[364/1128] Compiling x509_def.cc
[365/1128] Compiling x509_d2.cc
[366/1128] Compiling x509_att.cc
[367/1128] Compiling x509.cc
[368/1128] Compiling v3_utl.cc
[369/1128] Compiling x509_cmp.cc
[370/1128] Compiling v3_purp.cc
[371/1128] Compiling v3_skey.cc
[372/1128] Compiling v3_prn.cc
[373/1128] Compiling v3_pmaps.cc
[374/1128] Compiling v3_ocsp.cc
[375/1128] Compiling v3_ncons.cc
[376/1128] Compiling v3_pcons.cc
[377/1128] Compiling v3_lib.cc
[378/1128] Compiling v3_int.cc
[379/1128] Compiling v3_info.cc
[380/1128] Compiling v3_ia5.cc
[381/1128] Compiling v3_extku.cc
[382/1128] Compiling v3_genn.cc
[383/1128] Compiling v3_enum.cc
[384/1128] Compiling v3_crld.cc
[385/1128] Compiling v3_bitst.cc
[386/1128] Compiling v3_conf.cc
[387/1128] Compiling v3_cpols.cc
[388/1128] Compiling v3_bcons.cc
[389/1128] Compiling v3_akeya.cc
[390/1128] Compiling v3_akey.cc
[391/1128] Compiling v3_alt.cc
[392/1128] Compiling t_x509a.cc
[393/1128] Compiling t_x509.cc
[394/1128] Compiling t_req.cc
[395/1128] Compiling t_crl.cc
[396/1128] Compiling i2d_pr.cc
[397/1128] Compiling rsa_pss.cc
[398/1128] Compiling name_print.cc
[399/1128] Compiling policy.cc
[400/1128] Compiling asn1_gen.cc
[401/1128] Compiling by_file.cc
[402/1128] Compiling by_dir.cc
[403/1128] Compiling algorithm.cc
[404/1128] Compiling a_verify.cc
[405/1128] Compiling a_sign.cc
[406/1128] Compiling voprf.cc
[407/1128] Compiling thread_win.cc
[408/1128] Compiling thread_none.cc
[409/1128] Compiling thread_pthread.cc
[410/1128] Compiling thread.cc
[411/1128] Compiling a_digest.cc
[412/1128] Compiling stack.cc
[413/1128] Compiling trust_token.cc
[414/1128] Compiling pmbtoken.cc
[415/1128] Compiling spake2plus.cc
[416/1128] Compiling slhdsa.cc
[417/1128] Compiling sha512.cc
[418/1128] Compiling siphash.cc
[419/1128] Compiling sha256.cc
[420/1128] Compiling rsa_print.cc
[421/1128] Compiling sha1.cc
[422/1128] Compiling refcount.cc
[423/1128] Compiling rsa_crypt.cc
[424/1128] Compiling rc4.cc
[425/1128] Compiling rsa_extra.cc
[426/1128] Compiling urandom.cc
[427/1128] Compiling rsa_asn1.cc
[428/1128] Compiling ios.cc
[429/1128] Compiling windows.cc
[430/1128] Compiling trusty.cc
[431/1128] Compiling rand.cc
[432/1128] Compiling passive.cc
[433/1128] Compiling poly1305_arm_asm.S
[434/1128] Compiling getentropy.cc
[435/1128] Compiling fork_detect.cc
[436/1128] Compiling forkunsafe.cc
[436/1128] Compiling deterministic.cc
[438/1128] Compiling pool.cc
[439/1128] Compiling poly1305.cc
[440/1128] Compiling poly1305_vec.cc
[441/1128] Compiling poly1305_arm.cc
[442/1128] Compiling pkcs8_x509.cc
[443/1128] Compiling p5_pbev2.cc
[444/1128] Compiling pkcs8.cc
[445/1128] Compiling pkcs7.cc
[446/1128] Compiling pem_pkey.cc
[447/1128] Compiling pem_pk8.cc
[448/1128] Compiling pem_xaux.cc
[449/1128] Compiling pkcs7_x509.cc
[450/1128] Compiling pem_x509.cc
[451/1128] Compiling mlkem.cc
[452/1128] Compiling mldsa.cc
[453/1128] Compiling pem_oth.cc
[454/1128] Compiling pem_lib.cc
[455/1128] Compiling pem_info.cc
[456/1128] Compiling pem_all.cc
[457/1128] Compiling lhash.cc
[458/1128] Compiling md4.cc
[459/1128] Compiling poly_rq_mul.S
[460/1128] Compiling obj_xref.cc
[461/1128] Compiling mem.cc
[462/1128] Compiling fips_shared_support.cc
[463/1128] Compiling obj.cc
[464/1128] Compiling md5.cc
[465/1128] Compiling kyber.cc
[466/1128] Compiling sign.cc
[467/1128] Compiling print.cc
[468/1128] Compiling ex_data.cc
[468/1128] Compiling hrss.cc
[470/1128] Compiling scrypt.cc
[471/1128] Compiling hpke.cc
[472/1128] Compiling pbkdf.cc
[473/1128] Compiling p_x25519.cc
[474/1128] Compiling p_x25519_asn1.cc
[475/1128] Compiling p_rsa_asn1.cc
[476/1128] Compiling p_ed25519.cc
[477/1128] Compiling p_rsa.cc
[478/1128] Compiling p_hkdf.cc
[479/1128] Compiling p_ed25519_asn1.cc
[480/1128] Compiling p_ec.cc
[481/1128] Compiling evp_ctx.cc
[482/1128] Compiling p_ec_asn1.cc
[483/1128] Compiling p_dh.cc
[484/1128] Compiling p_dh_asn1.cc
[485/1128] Compiling p_dsa_asn1.cc
[486/1128] Compiling evp_asn1.cc
[487/1128] Compiling err.cc
[488/1128] Compiling engine.cc
[489/1128] Compiling evp.cc
[490/1128] Compiling ecdh.cc
[491/1128] Compiling ec_derive.cc
[492/1128] Compiling hash_to_curve.cc
[493/1128] Compiling ecdsa_asn1.cc
[494/1128] Compiling bcm.cc
[495/1128] Compiling dsa.cc
[496/1128] Compiling digest_extra.cc
[497/1128] Compiling dsa_asn1.cc
[498/1128] Compiling ec_asn1.cc
[499/1128] Compiling x25519-asm-arm.S
[500/1128] Compiling params.cc
[501/1128] Compiling des.cc
[502/1128] Compiling dh_asn1.cc
[503/1128] Compiling spake25519.cc
[504/1128] Compiling curve25519_64_adx.cc
[505/1128] Compiling cpu_intel.cc
[505/1128] Compiling crypto.cc
[507/1128] Compiling cpu_arm_linux.cc
[508/1128] Compiling cpu_arm_freebsd.cc
[509/1128] Compiling curve25519.cc
[510/1128] Compiling cpu_aarch64_linux.cc
[511/1128] Compiling cpu_aarch64_sysreg.cc
[512/1128] Compiling cpu_aarch64_win.cc
[513/1128] Compiling cpu_aarch64_openbsd.cc
[514/1128] Compiling cpu_aarch64_fuchsia.cc
[515/1128] Compiling cpu_aarch64_apple.cc
[516/1128] Compiling conf.cc
[517/1128] Compiling tls_cbc.cc
[518/1128] Compiling e_des.cc
[519/1128] Compiling get_cipher.cc
[520/1128] Compiling e_null.cc
[521/1128] Compiling e_rc4.cc
[522/1128] Compiling e_tls.cc
[523/1128] Compiling e_rc2.cc
[524/1128] Compiling e_aesgcmsiv.cc
[525/1128] Compiling derive_key.cc
[526/1128] Compiling e_aesctrhmac.cc
[527/1128] Compiling e_chacha20poly1305.cc
[528/1128] Compiling chacha.cc
[529/1128] Compiling buf.cc
[530/1128] Compiling asn1_compat.cc
[531/1128] Compiling unicode.cc
[532/1128] Compiling ber.cc
[533/1128] Compiling blake2.cc
[534/1128] Compiling cbb.cc
[535/1128] Compiling cbs.cc
[536/1128] Compiling socket_helper.cc
[537/1128] Compiling socket.cc
[538/1128] Compiling convert.cc
[539/1128] Compiling bn_asn1.cc
[540/1128] Compiling printf.cc
[541/1128] Compiling pair.cc
[542/1128] Compiling hexdump.cc
[543/1128] Compiling file.cc
[544/1128] Compiling errno.cc
[545/1128] Compiling fd.cc
[546/1128] Compiling connect.cc
[547/1128] Compiling tasn_utl.cc
[548/1128] Compiling tasn_typ.cc
[549/1128] Compiling bio_mem.cc
[550/1128] Compiling bio.cc
[551/1128] Compiling base64.cc
[552/1128] Compiling tasn_fre.cc
[553/1128] Compiling f_string.cc
[554/1128] Compiling tasn_enc.cc
[555/1128] Compiling posix_time.cc
[556/1128] Compiling f_int.cc
[557/1128] Compiling tasn_new.cc
[558/1128] Compiling tasn_dec.cc
[559/1128] Compiling asn_pack.cc
[560/1128] Compiling asn1_par.cc
[561/1128] Compiling a_strex.cc
[562/1128] Compiling a_octet.cc
[563/1128] Compiling asn1_lib.cc
[564/1128] Compiling a_time.cc
[565/1128] Compiling a_type.cc
[566/1128] Compiling a_strnid.cc
[567/1128] Compiling a_utctm.cc
[568/1128] Compiling a_object.cc
[569/1128] Compiling a_mbstr.cc
[570/1128] Compiling a_d2i_fp.cc
[571/1128] Compiling a_int.cc
[572/1128] Compiling a_gentm.cc
[573/1128] Compiling a_i2d_fp.cc
[574/1128] Compiling a_bitstr.cc
[575/1128] Compiling a_dup.cc
[576/1128] Compiling fiat_curve25519_adx_mul.S
[577/1128] Compiling fiat_curve25519_adx_square.S
[578/1128] Compiling v3_prn.c
[579/1128] Compiling v3_skey.c
[580/1128] Compiling CCryptoBoringSSLShims shims.c
[581/1128] Compiling v3_utl.c
[582/1128] Compiling v3_purp.c
[583/1128] Compiling a_bool.cc
[584/1128] Compiling v3_pcons.c
[585/1128] Compiling v3_pmaps.c
[586/1128] Compiling v3_ncons.c
[587/1128] Compiling v3_info.c
[588/1128] Compiling v3_ocsp.c
[589/1128] Compiling v3_int.c
[590/1128] Compiling v3_lib.c
[591/1128] Compiling v3_ia5.c
[592/1128] Compiling v3_genn.c
[593/1128] Compiling v3_extku.c
[594/1128] Compiling v3_enum.c
[595/1128] Compiling v3_crld.c
[596/1128] Compiling v3_bitst.c
[597/1128] Compiling v3_bcons.c
[597/1128] Compiling v3_cpols.c
[599/1128] Compiling v3_akeya.c
[600/1128] Compiling v3_conf.c
[601/1128] Compiling v3_alt.c
[602/1128] Compiling v3_akey.c
[603/1128] Compiling x_spki.c
[604/1128] Compiling x_x509.c
[605/1128] Compiling x_val.c
[606/1128] Compiling x_sig.c
[607/1128] Compiling x_x509a.c
[608/1128] Compiling x_pkey.c
[609/1128] Compiling x_req.c
[610/1128] Compiling x_pubkey.c
[611/1128] Compiling x_name.c
[612/1128] Compiling x_exten.c
[613/1128] Compiling x_info.c
[614/1128] Compiling x_all.c
[615/1128] Compiling x509spki.c
[616/1128] Compiling x_attrib.c
[617/1128] Compiling x_crl.c
[618/1128] Compiling x_algor.c
[619/1128] Compiling x509cset.c
[620/1128] Compiling x509_vpm.c
[621/1128] Compiling x509rset.c
[622/1128] Compiling x509name.c
[623/1128] Compiling x509_txt.c
[624/1128] Compiling x509_req.c
[625/1128] Compiling x509_trs.c
[626/1128] Compiling x509_v3.c
[627/1128] Compiling x509_obj.c
[628/1128] Compiling x509_vfy.c
[629/1128] Compiling x509_set.c
[630/1128] Compiling x509_d2.c
[631/1128] Compiling x509_lu.c
[632/1128] Compiling x509_ext.c
[633/1128] Compiling x509_def.c
[634/1128] Compiling x509.c
[635/1128] Compiling x509_att.c
[636/1128] Compiling t_x509a.c
[637/1128] Compiling x509_cmp.c
[638/1128] Compiling t_req.c
[639/1128] Compiling t_x509.c
[640/1128] Compiling rsa_pss.c
[641/1128] Compiling t_crl.c
[641/1128] Compiling i2d_pr.c
[643/1128] Compiling policy.c
[644/1128] Compiling name_print.c
[645/1128] Compiling a_verify.c
[646/1128] Compiling c-nioatomics.c
[647/1128] Compiling by_dir.c
[648/1128] Compiling by_file.c
[649/1128] Compiling algorithm.c
[650/1128] Compiling a_sign.c
[651/1128] Compiling asn1_gen.c
[652/1128] Compiling thread_win.c
[653/1128] Compiling thread_pthread.c
[654/1128] Compiling thread_none.c
[655/1128] Compiling thread.c
[656/1128] Compiling pmbtoken.c
[657/1128] Compiling trust_token.c
[658/1128] Compiling stack.c
[659/1128] Compiling a_digest.c
[660/1128] Compiling siphash.c
[661/1128] Compiling voprf.c
[662/1128] Compiling rc4.c
[663/1128] Compiling rsa_print.c
[664/1128] Compiling rsa_crypt.c
[665/1128] Compiling trusty.c
[666/1128] Compiling refcount.c
[667/1128] Compiling windows.c
[668/1128] Compiling rand_extra.c
[669/1128] Compiling rsa_asn1.c
[670/1128] Compiling ios.c
[671/1128] Compiling passive.c
[672/1128] Compiling getentropy.c
[673/1128] Compiling deterministic.c
[674/1128] Compiling pool.c
[675/1128] Compiling poly1305_arm_asm.S
[676/1128] Compiling poly1305_vec.c
[677/1128] Compiling forkunsafe.c
[678/1128] Compiling poly1305_arm.c
[679/1128] Compiling poly1305.c
[680/1128] Compiling pkcs7.c
[681/1128] Compiling pem_xaux.c
[682/1128] Compiling pkcs7_x509.c
[683/1128] Compiling pem_pkey.c
[684/1128] Compiling pkcs8.c
[685/1128] Compiling pem_x509.c
[686/1128] Compiling p5_pbev2.c
[687/1128] Compiling pkcs8_x509.c
[688/1128] Compiling obj_xref.c
[689/1128] Compiling pem_oth.c
[690/1128] Compiling pem_pk8.c
[691/1128] Compiling pem_info.c
[692/1128] Compiling mem.c
[693/1128] Compiling pem_lib.c
[694/1128] Compiling obj.c
[695/1128] Compiling lhash.c
[696/1128] Compiling pem_all.c
[697/1128] Compiling x86_64-mont5-mac.mac.x86_64.S
[698/1128] Compiling keccak.c
[699/1128] Compiling poly_rq_mul.S
[700/1128] Compiling x86_64-mont5-linux.linux.x86_64.S
[701/1128] Compiling x86_64-mont-mac.mac.x86_64.S
[702/1128] Compiling kyber.c
[703/1128] Compiling x86-mont-windows.windows.x86.S
[704/1128] Compiling x86-mont-linux.linux.x86.S
[705/1128] Compiling x86_64-mont-linux.linux.x86_64.S
[706/1128] Compiling vpaes-x86_64-linux.linux.x86_64.S
[707/1128] Compiling vpaes-x86_64-mac.mac.x86_64.S
[708/1128] Compiling vpaes-x86-windows.windows.x86.S
[709/1128] Compiling hpke.c
[710/1128] Compiling vpaes-x86-linux.linux.x86.S
[711/1128] Compiling vpaes-armv8-linux.linux.aarch64.S
[712/1128] Compiling vpaes-armv8-ios.ios.aarch64.S
[713/1128] Compiling c-atomics.c
[714/1128] Compiling vpaes-armv7-ios.ios.arm.S
[715/1128] Compiling sha512-x86_64-linux.linux.x86_64.S
[715/1128] Compiling vpaes-armv7-linux.linux.arm.S
[717/1128] Compiling sha512-x86_64-mac.mac.x86_64.S
[718/1128] Compiling sha512-armv8-linux.linux.aarch64.S
[719/1128] Compiling sha512-armv4-linux.linux.arm.S
[720/1128] Compiling sha512-armv8-ios.ios.aarch64.S
[721/1128] Compiling sha512-armv4-ios.ios.arm.S
[722/1128] Compiling sha512-586-linux.linux.x86.S
[723/1128] Compiling sha512-586-windows.windows.x86.S
[724/1128] Compiling kdf.c
[725/1128] Compiling sha256-x86_64-mac.mac.x86_64.S
[726/1128] Compiling sha256-x86_64-linux.linux.x86_64.S
[727/1128] Compiling sha256-armv8-ios.ios.aarch64.S
[728/1132] Compiling sha256-armv4-linux.linux.arm.S
[729/1133] Compiling sha256-586-windows.windows.x86.S
[729/1133] Compiling sha256-armv4-ios.ios.arm.S
[731/1134] Compiling sha256-armv8-linux.linux.aarch64.S
[732/1134] Compiling sha1-x86_64-mac.mac.x86_64.S
[733/1134] Compiling sha256-586-linux.linux.x86.S
[734/1134] Compiling sha1-x86_64-linux.linux.x86_64.S
[735/1134] Compiling sha1-armv4-large-linux.linux.arm.S
[736/1134] Compiling sha1-armv8-ios.ios.aarch64.S
[737/1134] Compiling sha1-armv4-large-ios.ios.arm.S
[738/1134] Compiling sha1-armv8-linux.linux.aarch64.S
[739/1134] Compiling sha1-586-linux.linux.x86.S
[739/1134] Compiling sha1-586-windows.windows.x86.S
[741/1134] Compiling sha1.c
[742/1134] Compiling sha256.c
[743/1134] Compiling fips.c
[744/1134] Compiling sha512.c
[745/1134] Compiling hrss.c
[746/1134] Compiling service_indicator.c
[747/1134] Compiling rsaz-avx2-mac.mac.x86_64.S
[748/1134] Compiling self_check.c
[749/1134] Compiling padding.c
[750/1134] Compiling rsaz-avx2-linux.linux.x86_64.S
[751/1134] Compiling rdrand-x86_64-linux.linux.x86_64.S
[752/1134] Compiling rdrand-x86_64-mac.mac.x86_64.S
[753/1134] Compiling blinding.c
[754/1134] Compiling rsa_impl.c
[755/1134] Compiling rsa.c
[756/1134] Compiling urandom.c
[757/1134] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[758/1134] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[759/1134] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[760/1134] Compiling ctrdrbg.c
[761/1134] Compiling fork_detect.c
[762/1134] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[763/1134] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[764/1134] Compiling rand.c
[765/1134] Compiling p256-armv8-asm-ios.ios.aarch64.S
[766/1134] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[767/1134] Compiling polyval.c
[768/1134] Compiling p256-armv8-asm-linux.linux.aarch64.S
[769/1134] Compiling gcm_nohw.c
[770/1134] Compiling ofb.c
[772/1134] Compiling NIOConcurrencyHelpers lock.swift
[772/1134] Compiling gcm.c
[773/1134] Compiling cfb.c
[774/1134] Compiling ctr.c
[775/1134] Compiling md5-x86_64-linux.linux.x86_64.S
[776/1134] Compiling md5-x86_64-mac.mac.x86_64.S
[778/1134] Compiling NIOConcurrencyHelpers atomics.swift
[778/1134] Compiling md5-586-windows.windows.x86.S
[780/1134] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[781/1134] Compiling NIOConcurrencyHelpers NIOLock.swift
[781/1134] Compiling md5-586-linux.linux.x86.S
[782/1134] Compiling md5.c
[783/1134] Compiling cbc.c
[785/1134] Emitting module NIOConcurrencyHelpers
[786/1134] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[786/1134] Compiling ghashv8-armv8-linux.linux.aarch64.S
[787/1134] Compiling md4.c
[788/1135] Compiling ghashv8-armv8-ios.ios.aarch64.S
[789/1135] Compiling hmac.c
[790/1135] Compiling ghashv8-armv7-linux.linux.arm.S
[791/1135] Compiling hkdf.c
[792/1135] Compiling ghashv8-armv7-ios.ios.arm.S
[794/1135] Compiling ghash-x86-windows.windows.x86.S
[795/1135] Compiling ghash-x86_64-mac.mac.x86_64.S
[795/1135] Compiling ghash-x86_64-linux.linux.x86_64.S
[797/1135] Compiling ghash-x86-linux.linux.x86.S
[798/1135] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[799/1135] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[800/1135] Compiling ghash-ssse3-x86-windows.windows.x86.S
[801/1135] Compiling fips_shared_support.c
[802/1135] Compiling ghash-ssse3-x86-linux.linux.x86.S
[803/1135] Compiling ghash-armv4-linux.linux.arm.S
[804/1135] Compiling ghash-armv4-ios.ios.arm.S
[805/1135] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[806/1135] Compiling util.c
[807/1135] Compiling ecdsa.c
[808/1135] Compiling wnaf.c
[809/1135] Compiling ecdh.c
[810/1135] Compiling scalar.c
[811/1195] Wrapping AST for NIOConcurrencyHelpers for debugging
[812/1195] Compiling simple_mul.c
[813/1195] Compiling simple.c
[814/1195] Compiling p224-64.c
[815/1195] Compiling oct.c
[816/1195] Compiling felem.c
[817/1195] Compiling ec_montgomery.c
[818/1195] Compiling ec_key.c
[819/1195] Compiling p256.c
[820/1195] Compiling digestsign.c
[821/1195] Compiling digest.c
[822/1195] Compiling check.c
[823/1195] Compiling digests.c
[824/1195] Compiling co-586-windows.windows.x86.S
[825/1195] Compiling dh.c
[826/1195] Compiling ec.c
[827/1195] Compiling cmac.c
[828/1195] Compiling e_aesccm.c
[828/1195] Compiling aead.c
[830/1195] Compiling bsaes-armv7-linux.linux.arm.S
[831/1195] Compiling cipher.c
[832/1195] Compiling bsaes-armv7-ios.ios.arm.S
[833/1195] Compiling p256-nistz.c
[834/1195] Compiling rsaz_exp.c
[835/1195] Compiling sqrt.c
[836/1195] Compiling shift.c
[837/1195] Compiling e_aes.c
[837/1195] Compiling random.c
[839/1195] Compiling mul.c
[840/1195] Compiling prime.c
[841/1195] Compiling montgomery_inv.c
[842/1195] Compiling jacobi.c
[843/1195] Compiling gcd_extra.c
[844/1195] Compiling gcd.c
[845/1195] Compiling exponentiation.c
[845/1195] Compiling montgomery.c
[845/1195] Compiling generic.c
[848/1195] Compiling div_extra.c
[849/1195] Compiling cmp.c
[850/1195] Compiling x86_64-gcc.c
[851/1195] Compiling ctx.c
[852/1195] Compiling bytes.c
[853/1195] Compiling div.c
[854/1195] Compiling bn.c
[855/1195] Compiling add.c
[856/1195] Compiling bn-armv8-ios.ios.aarch64.S
[857/1195] Compiling bn-586-linux.linux.x86.S
[858/1195] Compiling bn-586-windows.windows.x86.S
[859/1195] Compiling bn-armv8-linux.linux.aarch64.S
[860/1195] Compiling armv8-mont-ios.ios.aarch64.S
[861/1195] Compiling armv4-mont-linux.linux.arm.S
[862/1195] Compiling aesv8-armv8-ios.ios.aarch64.S
[863/1195] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[864/1195] Compiling armv8-mont-linux.linux.aarch64.S
[865/1195] Compiling aesv8-armv7-linux.linux.arm.S
[866/1195] Compiling aesni-x86_64-mac.mac.x86_64.S
[867/1195] Compiling aesv8-armv7-ios.ios.arm.S
[868/1195] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[869/1195] Compiling aesv8-armv8-linux.linux.aarch64.S
[870/1195] Compiling aesni-x86_64-linux.linux.x86_64.S
[871/1195] Compiling aesni-x86-windows.windows.x86.S
[872/1195] Compiling aesni-x86-linux.linux.x86.S
[873/1195] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[874/1195] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[875/1195] Compiling scrypt.c
[876/1195] Compiling key_wrap.c
[877/1195] Compiling aes_nohw.c
[878/1195] Compiling mode_wrappers.c
[879/1195] Compiling aes.c
[880/1195] Compiling sign.c
[881/1195] Compiling ex_data.c
[882/1195] Compiling p_x25519.c
[883/1195] Compiling pbkdf.c
[884/1195] Compiling p_x25519_asn1.c
[885/1195] Compiling print.c
[886/1195] Compiling p_rsa_asn1.c
[887/1195] Compiling p_rsa.c
[888/1195] Compiling p_ed25519.c
[889/1195] Compiling p_hkdf.c
[891/1195] Compiling NIOCore MulticastChannel.swift
[892/1195] Compiling NIOCore NIOAny.swift
[893/1195] Compiling NIOCore NIOCloseOnErrorHandler.swift
[894/1195] Compiling NIOCore NIOLoopBound.swift
[895/1195] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[896/1195] Compiling NIOCore NIOScheduledCallback.swift
[897/1195] Compiling NIOCore NIOSendable.swift
[898/1195] Compiling NIOCore RecvByteBufferAllocator.swift
[898/1203] Compiling p_ed25519_asn1.c
[899/1203] Compiling p_ec_asn1.c
[900/1203] Compiling p_ec.c
[901/1203] Compiling err_data.c
[902/1203] Compiling p_dsa_asn1.c
[903/1203] Compiling evp_ctx.c
[904/1203] Compiling engine.c
[905/1203] Compiling evp_asn1.c
[906/1203] Compiling ecdsa_asn1.c
[907/1203] Compiling evp.c
[908/1203] Compiling err.c
[909/1203] Compiling hash_to_curve.c
[910/1203] Compiling ecdh_extra.c
[911/1203] Compiling ec_derive.c
[912/1203] Compiling params.c
[913/1203] Compiling digest_extra.c
[914/1203] Compiling ec_asn1.c
[915/1203] Compiling dsa_asn1.c
[916/1203] Compiling curve25519_64_adx.c
[917/1203] Compiling dh_asn1.c
[918/1203] Compiling x25519-asm-arm.S
[919/1203] Compiling dsa.c
[920/1203] Compiling cpu_intel.c
[921/1203] Compiling spake25519.c
[922/1203] Compiling des.c
[923/1203] Compiling crypto.c
[924/1203] Compiling cpu_arm_linux.c
[925/1203] Compiling cpu_aarch64_openbsd.c
[926/1203] Compiling cpu_aarch64_sysreg.c
[927/1203] Compiling cpu_arm.c
[928/1203] Compiling cpu_aarch64_win.c
[929/1203] Compiling cpu_arm_freebsd.c
[931/1203] Compiling NIOCore IO.swift
[932/1203] Compiling NIOCore IOData.swift
[933/1203] Compiling NIOCore IPProtocol.swift
[934/1203] Compiling NIOCore IntegerBitPacking.swift
[935/1203] Compiling NIOCore IntegerTypes.swift
[936/1203] Compiling NIOCore Interfaces.swift
[937/1203] Compiling NIOCore Linux.swift
[938/1203] Compiling NIOCore MarkedCircularBuffer.swift
[938/1203] Compiling cpu_aarch64_fuchsia.c
[939/1203] Compiling cpu_aarch64_linux.c
[940/1203] Compiling cpu_aarch64_apple.c
[941/1203] Compiling e_rc4.c
[942/1203] Compiling tls_cbc.c
[943/1203] Compiling conf.c
[944/1203] Compiling e_chacha20poly1305.c
[945/1203] Compiling e_tls.c
[946/1203] Compiling e_rc2.c
[947/1203] Compiling e_des.c
[948/1203] Compiling e_null.c
[949/1203] Compiling e_aesctrhmac.c
[950/1203] Compiling curve25519.c
[951/1203] Compiling derive_key.c
[952/1203] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[953/1203] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[954/1203] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[955/1203] Compiling e_aesgcmsiv.c
[956/1203] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[957/1203] Compiling cipher_extra.c
[958/1203] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[959/1203] Compiling chacha-x86_64-linux.linux.x86_64.S
[960/1203] Compiling chacha-x86_64-mac.mac.x86_64.S
[961/1203] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[962/1203] Compiling chacha.c
[963/1203] Compiling chacha-x86-windows.windows.x86.S
[964/1203] Compiling chacha-x86-linux.linux.x86.S
[965/1203] Compiling chacha-armv8-ios.ios.aarch64.S
[966/1203] Compiling chacha-armv4-linux.linux.arm.S
[967/1203] Compiling chacha-armv4-ios.ios.arm.S
[968/1203] Compiling unicode.c
[969/1203] Compiling chacha-armv8-linux.linux.aarch64.S
[970/1203] Compiling ber.c
[971/1203] Compiling buf.c
[972/1203] Compiling asn1_compat.c
[973/1203] Compiling bn_asn1.c
[974/1203] Compiling cbs.c
[975/1203] Compiling convert.c
[976/1203] Compiling printf.c
[977/1203] Compiling cbb.c
[978/1203] Compiling blake2.c
[979/1203] Compiling errno.c
[980/1203] Compiling pair.c
[981/1203] Compiling file.c
[982/1203] Compiling fd.c
[983/1203] Compiling hexdump.c
[984/1203] Compiling tasn_typ.c
[985/1203] Compiling bio_mem.c
[986/1203] Compiling base64.c
[987/1203] Compiling tasn_new.c
[989/1203] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[990/1203] Compiling NIOCore EventLoopFuture+Deprecated.swift
[991/1203] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[992/1203] Compiling NIOCore EventLoopFuture.swift
[993/1203] Compiling NIOCore FileDescriptor.swift
[994/1203] Compiling NIOCore FileHandle.swift
[995/1203] Compiling NIOCore FileRegion.swift
[996/1203] Compiling NIOCore GlobalSingletons.swift
[996/1203] Compiling tasn_utl.c
[997/1203] Compiling bio.c
[998/1203] Compiling tasn_enc.c
[999/1203] Compiling tasn_fre.c
[1000/1203] Compiling f_string.c
[1001/1203] Compiling tasn_dec.c
[1002/1203] Compiling f_int.c
[1003/1203] Compiling asn_pack.c
[1004/1203] Compiling posix_time.c
[1005/1203] Compiling asn1_par.c
[1006/1203] Compiling asn1_lib.c
[1007/1203] Compiling a_utctm.c
[1008/1203] Compiling a_type.c
[1009/1203] Compiling a_octet.c
[1010/1203] Compiling a_time.c
[1011/1203] Compiling a_mbstr.c
[1012/1203] Compiling a_strex.c
[1013/1203] Compiling a_int.c
[1013/1203] Write sources
[1015/1203] Compiling a_strnid.c
[1016/1203] Compiling a_object.c
[1017/1203] Wrapping AST for Atomics for debugging
[1018/1203] Compiling a_gentm.c
[1019/1203] Compiling a_i2d_fp.c
[1020/1203] Compiling a_dup.c
[1022/1205] Compiling NIOCore CircularBuffer.swift
[1023/1205] Compiling NIOCore Codec.swift
[1024/1205] Compiling NIOCore ConvenienceOptionSupport.swift
[1025/1205] Compiling NIOCore DeadChannel.swift
[1026/1205] Compiling NIOCore DispatchQueue+WithFuture.swift
[1027/1205] Compiling NIOCore EventLoop+Deprecated.swift
[1028/1205] Compiling NIOCore EventLoop+SerialExecutor.swift
[1029/1205] Compiling NIOCore EventLoop.swift
[1030/1208] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1031/1208] Compiling NIOCore BSDSocketAPI.swift
[1032/1208] Compiling NIOCore ByteBuffer-aux.swift
[1033/1208] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1034/1208] Compiling NIOCore ByteBuffer-conversions.swift
[1035/1208] Compiling NIOCore ByteBuffer-core.swift
[1036/1208] Compiling NIOCore ByteBuffer-hex.swift
[1037/1208] Compiling NIOCore ByteBuffer-int.swift
[1038/1208] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1039/1208] Compiling NIOCore AddressedEnvelope.swift
[1040/1208] Compiling NIOCore AsyncAwaitSupport.swift
[1041/1208] Compiling NIOCore AsyncChannel.swift
[1042/1208] Compiling NIOCore AsyncChannelHandler.swift
[1043/1208] Compiling NIOCore AsyncChannelInboundStream.swift
[1044/1208] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1045/1208] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1046/1208] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1047/1208] Compiling NIOCore NIOAsyncWriter.swift
[1048/1208] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1049/1208] Compiling NIOCore SocketAddresses.swift
[1050/1208] Compiling NIOCore SocketOptionProvider.swift
[1051/1208] Compiling NIOCore SystemCallHelpers.swift
[1052/1208] Compiling NIOCore TimeAmount+Duration.swift
[1053/1208] Compiling NIOCore TypeAssistedChannelHandler.swift
[1054/1208] Compiling NIOCore UniversalBootstrapSupport.swift
[1055/1208] Compiling NIOCore Utilities.swift
[1056/1208] Emitting module ArgumentParserToolInfo
[1057/1208] Compiling ArgumentParserToolInfo ToolInfo.swift
[1058/1209] Wrapping AST for ArgumentParserToolInfo for debugging
[1060/1247] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1061/1247] Emitting module CryptoBoringWrapper
[1062/1247] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1063/1248] Wrapping AST for CryptoBoringWrapper for debugging
[1065/1308] Emitting module NIOCore
[1066/1308] Compiling Crypto ASN1.swift
[1067/1308] Compiling Crypto ASN1Any.swift
[1068/1308] Compiling Crypto ASN1BitString.swift
[1069/1308] Compiling Crypto ASN1Boolean.swift
[1070/1308] Compiling Crypto ASN1Identifier.swift
[1071/1308] Compiling Crypto ASN1Integer.swift
[1072/1313] Compiling Crypto HashFunctions.swift
[1073/1313] Compiling Crypto HashFunctions_SHA2.swift
[1074/1313] Compiling Crypto Insecure.swift
[1075/1313] Compiling Crypto Insecure_HashFunctions.swift
[1076/1313] Compiling Crypto ECDH_boring.swift
[1077/1313] Compiling Crypto DH.swift
[1078/1313] Compiling Crypto ECDH.swift
[1079/1313] Compiling Crypto HKDF.swift
[1080/1313] Compiling Crypto ECDSASignature.swift
[1082/1314] Emitting module ArgumentParser
[1083/1314] Compiling Crypto AES-GCM.swift
[1084/1314] Compiling Crypto AES-GCM_boring.swift
[1085/1314] Compiling Crypto ChaChaPoly_boring.swift
[1086/1314] Compiling Crypto ChaChaPoly.swift
[1087/1314] Compiling Crypto Cipher.swift
[1088/1314] Compiling Crypto Nonces.swift
[1088/1317] Wrapping AST for NIOCore for debugging
[1090/1364] Compiling NIOPosix BSDSocketAPIWindows.swift
[1091/1364] Compiling NIOPosix BaseSocket.swift
[1092/1364] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1093/1364] Compiling NIOPosix BaseSocketChannel.swift
[1094/1364] Compiling NIOPosix BaseStreamSocketChannel.swift
[1095/1364] Compiling NIOPosix ServerSocket.swift
[1096/1364] Compiling NIOPosix Socket.swift
[1097/1364] Compiling NIOPosix SocketChannel.swift
[1098/1364] Compiling NIOPosix SocketProtocols.swift
[1099/1364] Compiling NIOPosix System.swift
[1100/1364] Compiling NIOPosix Thread.swift
[1101/1364] Compiling NIOPosix IO.swift
[1102/1364] Compiling NIOPosix IntegerBitPacking.swift
[1103/1364] Compiling NIOPosix IntegerTypes.swift
[1104/1364] Compiling NIOPosix Linux.swift
[1105/1364] Emitting module NIOEmbedded
[1106/1364] Compiling NIOPosix HappyEyeballs.swift
[1107/1364] Compiling NIOPosix Pool.swift
[1108/1364] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1109/1364] Compiling NIOPosix PosixSingletons.swift
[1110/1364] Compiling NIOPosix RawSocketBootstrap.swift
[1111/1364] Compiling NIOPosix SelectorGeneric.swift
[1112/1364] Compiling NIOPosix SelectorKqueue.swift
[1113/1364] Compiling NIOPosix SelectorUring.swift
[1114/1364] Compiling NIOPosix BSDSocketAPICommon.swift
[1115/1364] Compiling NIOPosix BSDSocketAPIPosix.swift
[1116/1364] Compiling NIOPosix Resolver.swift
[1117/1364] Compiling NIOPosix Selectable.swift
[1118/1364] Compiling NIOPosix SelectableChannel.swift
[1119/1364] Compiling NIOPosix SelectableEventLoop.swift
[1120/1364] Compiling NIOPosix SelectorEpoll.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)
/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)
[1137/1373] Emitting module Crypto
[1139/1373] Compiling NIOPosix LinuxUring.swift
[1140/1373] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1141/1373] Compiling Crypto X25519Keys.swift
[1142/1373] Compiling Crypto SymmetricKeys.swift
[1143/1373] Compiling Crypto HMAC.swift
[1144/1373] Compiling Crypto MACFunctions.swift
[1145/1373] Compiling Crypto MessageAuthenticationCode.swift
[1146/1373] Compiling Crypto AES.swift
[1146/1373] Wrapping AST for ArgumentParser for debugging
[1156/1373] Compiling NIOPosix LinuxCPUSet.swift
[1157/1373] Compiling Crypto ECDSASignature_boring.swift
[1158/1373] Compiling Crypto ECDSA_boring.swift
[1159/1373] Compiling Crypto EdDSA_boring.swift
[1160/1373] Compiling Crypto ECDSA.swift
[1161/1373] Compiling Crypto EdDSA.swift
[1162/1373] Compiling Crypto Signature.swift
[1163/1373] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[1164/1373] Compiling Crypto CryptoKitErrors_boring.swift
[1165/1373] Compiling NIOEmbedded AsyncTestingChannel.swift
[1179/1379] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1180/1379] Compiling NIOEmbedded Embedded.swift
[1182/1380] Compiling NIOPosix Errors+Any.swift
[1183/1380] Compiling NIOPosix FileDescriptor.swift
[1184/1380] Compiling NIOPosix GetaddrinfoResolver.swift
[1191/1380] Compiling NIOPosix NIOThreadPool.swift
[1192/1380] Compiling NIOPosix NonBlockingFileIO.swift
[1193/1380] Compiling NIOPosix PendingDatagramWritesManager.swift
[1194/1380] Compiling NIOPosix PendingWritesManager.swift
[1195/1380] Compiling NIOPosix PipeChannel.swift
[1196/1380] Compiling NIOPosix PipePair.swift
[1197/1380] Compiling NIOPosix Bootstrap.swift
[1198/1380] Compiling NIOPosix ControlMessage.swift
[1199/1380] Compiling NIOPosix DatagramVectorReadManager.swift
[1199/1380] Wrapping AST for NIOEmbedded for debugging
[1201/1380] Compiling NIOPosix ThreadPosix.swift
[1202/1380] Compiling NIOPosix ThreadWindows.swift
[1203/1380] Compiling NIOPosix UnsafeTransfer.swift
[1204/1380] Compiling NIOPosix Utilities.swift
[1205/1380] Compiling NIOPosix VsockAddress.swift
[1206/1380] Compiling NIOPosix VsockChannelEvents.swift
[1207/1380] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[1208/1380] Compiling Crypto RNG_boring.swift
[1209/1380] Compiling Crypto SafeCompare_boring.swift
[1210/1380] Compiling Crypto Zeroization_boring.swift
[1211/1380] Compiling Crypto PrettyBytes.swift
[1212/1380] Compiling Crypto SafeCompare.swift
[1213/1380] Compiling Crypto SecureBytes.swift
[1214/1380] Compiling Crypto Zeroization.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/148] Write swift-version-24593BA9C3E375BF.txt
[3/204] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/205] Compiling Yams Encoder.swift
[5/205] Compiling Yams AliasDereferencingStrategy.swift
[6/205] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[7/205] Compiling Yams Parser.swift
[8/205] Compiling Yams RedundancyAliasingStrategy.swift
[9/205] Compiling Yams Representer.swift
[10/205] Compiling Yams Mark.swift
[11/205] Emitting module ArgumentParserToolInfo
[12/205] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[13/205] Compiling Logging MetadataProvider.swift
[14/205] Emitting module _NIOBase64
[15/205] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/205] Emitting module Logging
[17/205] Compiling Logging Locks.swift
[18/205] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/205] Compiling Yams Decoder.swift
[20/205] Compiling Yams Emitter.swift
[21/205] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[22/205] Emitting module CryptoBoringWrapper
[23/206] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/206] Emitting module _NIODataStructures
[25/206] Compiling NIOConcurrencyHelpers atomics.swift
[26/206] Compiling NIOConcurrencyHelpers lock.swift
[27/206] Compiling _NIOBase64 Base64.swift
[28/207] Compiling Yams Tag.swift
[29/207] Compiling Yams YamlAnchorProviding.swift
[31/209] Compiling _NIODataStructures PriorityQueue.swift
[32/209] Compiling _NIODataStructures Heap.swift
[33/209] Compiling _NIODataStructures _TinyArray.swift
[35/208] Compiling Yams Resolver.swift
[36/208] Compiling Yams String+Yams.swift
[37/208] Compiling Yams Anchor.swift
[38/208] Compiling Yams Constructor.swift
[41/208] Emitting module InternalCollectionsUtilities
[43/208] Emitting module NIOConcurrencyHelpers
[46/208] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/287] Wrapping AST for InternalCollectionsUtilities for debugging
[49/287] Compiling Crypto PEMDocument.swift
[50/287] Compiling Crypto PKCS8PrivateKey.swift
[51/287] Compiling Crypto ASN1Null.swift
[52/287] Compiling Crypto ASN1OctetString.swift
[53/287] Compiling Crypto ASN1Strings.swift
[54/302] Compiling DequeModule Deque+Equatable.swift
[55/302] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[56/302] Compiling DequeModule Deque+Testing.swift
[57/304] Compiling DequeModule _DequeBuffer.swift
[58/304] Compiling DequeModule _DequeBufferHeader.swift
[59/304] Compiling Crypto ASN1Any.swift
[60/304] Compiling Crypto ASN1BitString.swift
[61/304] Compiling DequeModule Deque+CustomReflectable.swift
[62/304] Compiling DequeModule Deque+Descriptions.swift
[63/306] Compiling Logging LogHandler.swift
[64/306] Compiling Logging Logging.swift
[65/307] Compiling DequeModule _DequeSlot.swift
[66/307] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/345] Compiling ArgumentParser CompletionKind.swift
[68/345] Compiling ArgumentParser Errors.swift
[70/345] Compiling ArgumentParser ArgumentSet.swift
[71/345] Compiling ArgumentParser CommandParser.swift
[72/345] Compiling ArgumentParser Argument.swift
[73/345] Compiling ArgumentParser ArgumentHelp.swift
[74/345] Compiling ArgumentParser OptionGroup.swift
[75/345] Compiling ArgumentParser AsyncParsableCommand.swift
[75/345] Wrapping AST for Logging for debugging
[77/345] Compiling ArgumentParser Flag.swift
[78/345] Compiling ArgumentParser NameSpecification.swift
[79/345] Compiling ArgumentParser CommandGroup.swift
[80/345] Compiling ArgumentParser EnumerableFlag.swift
[81/345] Compiling ArgumentParser ArgumentVisibility.swift
[84/345] Compiling ArgumentParser Option.swift
[85/345] Compiling ArgumentParser CommandConfiguration.swift
[95/345] Compiling ArgumentParser BashCompletionsGenerator.swift
[96/345] Compiling ArgumentParser CompletionsGenerator.swift
[97/345] Emitting module DequeModule
[98/346] Compiling Crypto Ed25519.swift
[99/346] Compiling Crypto NISTCurvesKeys.swift
[100/346] Compiling Crypto X25519Keys.swift
[101/346] Compiling Crypto SymmetricKeys.swift
[102/346] Compiling Crypto HMAC.swift
[103/346] Compiling Crypto MACFunctions.swift
[104/346] Compiling Crypto MessageAuthenticationCode.swift
[105/346] Compiling Crypto AES.swift
[106/346] Compiling ArgumentParser Name.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)
[107/346] Compiling ArgumentParser Parsed.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)
[108/346] Compiling ArgumentParser ParsedValues.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)
[109/346] Compiling ArgumentParser ParserError.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)
[110/346] Compiling ArgumentParser SplitArguments.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)
[111/346] Compiling ArgumentParser DumpHelpGenerator.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)
[112/346] Compiling ArgumentParser HelpCommand.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)
[113/346] Compiling ArgumentParser HelpGenerator.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)
[116/346] Compiling ArgumentParser InputKey.swift
[117/346] Compiling ArgumentParser InputOrigin.swift
[118/346] Compiling ArgumentParser ExpressibleByArgument.swift
[119/346] Compiling ArgumentParser ParsableArguments.swift
[120/346] Compiling ArgumentParser ParsableArgumentsValidation.swift
[121/346] Compiling ArgumentParser ParsableCommand.swift
[122/346] Compiling ArgumentParser ArgumentDecoder.swift
[123/346] Compiling Crypto ECDSASignature_boring.swift
[124/346] Compiling Crypto ECDSA_boring.swift
[125/346] Compiling Crypto EdDSA_boring.swift
[126/346] Compiling Crypto ECDSA.swift
[127/346] Compiling Crypto EdDSA.swift
[128/346] Compiling Crypto Signature.swift
[129/346] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[130/346] Compiling Crypto CryptoKitErrors_boring.swift
[131/346] Compiling ArgumentParser MessageInfo.swift
[132/346] Compiling ArgumentParser UsageGenerator.swift
[133/346] Compiling Crypto Ed25519_boring.swift
[134/346] Compiling Crypto EllipticCurvePoint_boring.swift
[135/346] Compiling Crypto EllipticCurve_boring.swift
[136/346] Compiling Crypto NISTCurvesKeys_boring.swift
[137/346] Compiling Crypto X25519Keys_boring.swift
[138/346] Compiling Crypto Curve25519.swift
[140/354] Emitting module Yams
[143/354] Compiling ArgumentParser FishCompletionsGenerator.swift
[143/355] Wrapping AST for DequeModule for debugging
[145/355] Wrapping AST for Yams for debugging
[147/355] Emitting module ArgumentParser
[148/360] Emitting module Atomics
[162/360] Compiling ArgumentParser ZshCompletionsGenerator.swift
[190/361] Compiling ArgumentParser ArgumentDefinition.swift
[191/361] Emitting module Crypto
[211/361] Wrapping AST for Atomics for debugging
[213/361] Compiling ArgumentParser CollectionExtensions.swift
[214/361] Compiling ArgumentParser Platform.swift
[215/361] Compiling ArgumentParser SequenceExtensions.swift
[216/361] Compiling ArgumentParser StringExtensions.swift
[217/361] Compiling ArgumentParser Tree.swift
[219/421] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[220/421] Compiling Crypto RNG_boring.swift
[221/421] Compiling Crypto SafeCompare_boring.swift
[222/421] Compiling Crypto Zeroization_boring.swift
[223/421] Compiling Crypto PrettyBytes.swift
[224/421] Compiling Crypto SafeCompare.swift
[225/421] Compiling Crypto SecureBytes.swift
[226/421] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android