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