Build Information
Failed to build nostr-kit, reference 0.5.0 (f60503
), with Swift 6.1 for Android on 28 May 2025 17:24:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/nostr-kit.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/tannerdsilva/nostr-kit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at f60503e release v0.5.0
Cloned https://github.com/tannerdsilva/nostr-kit.git
Revision (git rev-parse @):
f60503e2ac73b41fd0bfa03ed8eb279c5d417113
SUCCESS checkout https://github.com/tannerdsilva/nostr-kit.git at 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tannerdsilva/nostr-kit.git
https://github.com/tannerdsilva/nostr-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "quickjson",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tannerdsilva/QuickJSON.git"
},
{
"identity" : "rawdog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tannerdsilva/rawdog.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "0.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "nostr-kit",
"name" : "nostr-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "nostr",
"targets" : [
"nostr"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "nostr-cc",
"targets" : [
"nostr-cc"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "nostr_kitTests",
"module_type" : "SwiftTarget",
"name" : "nostr-kitTests",
"path" : "Tests/nostr-kitTests",
"sources" : [
"Bech32Tests.swift",
"DateTests.swift",
"HexTests.swift",
"nostr_eventTests.swift",
"nostr_keyTests.swift",
"nostr_kitTests.swift"
],
"target_dependencies" : [
"nostr"
],
"type" : "test"
},
{
"c99name" : "nostr_cc",
"module_type" : "SwiftTarget",
"name" : "nostr-cc",
"path" : "Sources/nostr-cc",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"nostr-cc"
],
"sources" : [
"CLI/CLI + KeyPair.swift",
"CLI/CLI + Relay.swift",
"CLI/CLI.swift",
"Colors.swift",
"Extensions/KeyPair.swift",
"Extensions/String.swift",
"Profile.swift",
"nostr-cc.swift"
],
"target_dependencies" : [
"nostr"
],
"type" : "executable"
},
{
"c99name" : "nostr",
"module_type" : "SwiftTarget",
"name" : "nostr",
"path" : "Sources/nostr",
"product_dependencies" : [
"ExtrasBase64",
"NIOSSL",
"NIO",
"NIOWebSocket",
"Logging",
"QuickJSON",
"secp256k1",
"RAW",
"Crypto",
"SystemPackage"
],
"product_memberships" : [
"nostr",
"nostr-cc"
],
"sources" : [
"Errors.swift",
"Event/Event + Commitment.swift",
"Event/Event + Kind.swift",
"Event/Event + NIP42.swift",
"Event/Event.swift",
"Event/Tags/Event + Tag + Name.swift",
"Event/Tags/Event + Tag.swift",
"Event/Tags/Event + Tags.swift",
"Filter/Filter.swift",
"Frozen Structs/Date.swift",
"Frozen Structs/Event + Signature.swift",
"Frozen Structs/Event + UID.swift",
"Frozen Structs/Key/KeyPair.swift",
"Frozen Structs/Key/PublicKey.swift",
"Frozen Structs/Key/SecretKey.swift",
"Hex.swift",
"Message/Message.swift",
"Network/NIO/Relay/Configurations/ClientConfiguration.swift",
"Network/NIO/Relay/Relay + Catcher.swift",
"Network/NIO/Relay/Relay + Consumable.swift",
"Network/NIO/Relay/Relay + Error.swift",
"Network/NIO/Relay/Relay + Handler.swift",
"Network/NIO/Relay/Relay + Publishing.swift",
"Network/NIO/Relay/Relay.swift",
"Network/NIO/Relay/URL/RelayURL + NOSTR_tag_infofield.swift",
"Network/NIO/Relay/URL/RelayURL + Parser.swift",
"Network/NIO/Relay/URL/RelayURL + Split.swift",
"Network/NIO/Relay/URL/RelayURL.swift",
"Network/NIO/Relay/URL/RelayURLParameters.swift",
"Network/NIO/Relay/WebSockets/HTTP2WSUpgrade/RelayInitialHTTPRequestWriter.swift",
"Network/NIO/Relay/WebSockets/HTTP2WSUpgrade/WebSocket + Upgrader.swift",
"Network/NIO/Relay/WebSockets/WebSocket + FrameSequence.swift",
"Network/NIO/Relay/WebSockets/WebSocket + Handler.swift",
"Network/NIO/Relay/WebSockets/WebSocket.swift",
"Protocols/BECH32.swift",
"Protocols/HEX/HEX_convertible.swift",
"Protocols/HEX/HEX_decodable.swift",
"Protocols/HEX/HEX_encodable.swift",
"Protocols/NOSTR_date.swift",
"Protocols/NOSTR_event.swift",
"Protocols/NOSTR_filter.swift",
"Protocols/NOSTR_kind.swift",
"Protocols/NOSTR_message.swift",
"Protocols/TAG/Instance/Additional/NOSTR_tag_addlfield.swift",
"Protocols/TAG/Instance/Index/NOSTR_tag_infofield.swift",
"Protocols/TAG/Instance/NOSTR_tag.swift",
"Protocols/TAG/Instance/Name/NOSTR_tag_name.swift",
"Protocols/TAG/Instance/Name/NOSTR_tag_name_generic.swift",
"Protocols/TAG/NOSTR_tagged.swift",
"Utils/Extensions/ByteBuffer.swift",
"Utils/FlatDictionary.swift",
"Utils/RandomBytes.swift",
"Utils/SHA1.swift",
"Utils/SHA256.swift",
"bech32.swift",
"nostr.swift"
],
"target_dependencies" : [
"cnostr"
],
"type" : "library"
},
{
"c99name" : "cnostr",
"module_type" : "ClangTarget",
"name" : "cnostr",
"path" : "Sources/cnostr",
"product_memberships" : [
"nostr",
"nostr-cc"
],
"sources" : [
"cnostr.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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-system.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tannerdsilva/QuickJSON.git
Fetching https://github.com/tannerdsilva/rawdog.git
[1/303] Fetching quickjson
[304/4694] Fetching quickjson, swift-system
[3246/8530] Fetching quickjson, swift-system, swift-log
[3291/11814] Fetching quickjson, swift-system, swift-log, rawdog
[6454/25750] Fetching quickjson, swift-system, swift-log, rawdog, swift-crypto
[6736/30579] Fetching quickjson, swift-system, swift-log, rawdog, swift-crypto, secp256k1.swift
Fetched https://github.com/tannerdsilva/QuickJSON.git from cache (0.31s)
[8312/30276] Fetching swift-system, swift-log, rawdog, swift-crypto, secp256k1.swift
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[14737/25885] Fetching swift-log, rawdog, swift-crypto, secp256k1.swift
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[11459/22882] Fetching rawdog, swift-crypto, secp256k1.swift, swift-extras-base64
Fetched https://github.com/tannerdsilva/rawdog.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio.git
[8216/19598] Fetching swift-crypto, secp256k1.swift, swift-extras-base64
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.34s)
[8732/18765] Fetching swift-crypto, secp256k1.swift
[13889/33608] Fetching swift-crypto, secp256k1.swift, swift-nio-ssl
[21735/109701] Fetching swift-crypto, secp256k1.swift, swift-nio-ssl, swift-nio
[21736/125052] Fetching swift-crypto, secp256k1.swift, swift-nio-ssl, swift-nio, swift-argument-parser
Fetched https://github.com/GigaBitcoin/secp256k1.swift from cache (2.97s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.01s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.41s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.86s)
Fetched https://github.com/apple/swift-nio.git from cache (4.35s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift
Computed https://github.com/GigaBitcoin/secp256k1.swift at 0.7.0 (7.11s)
Computing version for https://github.com/tannerdsilva/rawdog.git
Computed https://github.com/tannerdsilva/rawdog.git at 0.0.7 (0.45s)
Computing version for https://github.com/tannerdsilva/QuickJSON.git
Computed https://github.com/tannerdsilva/QuickJSON.git at 0.1.1 (0.50s)
Fetching https://github.com/ibireme/yyjson.git
[1/3780] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (0.70s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.7.0 (1.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.56s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 0.7.0 (0.91s)
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.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.69s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[1421/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.79s)
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift
Working copy of https://github.com/GigaBitcoin/secp256k1.swift resolved at 0.7.0
Creating working copy for https://github.com/tannerdsilva/rawdog.git
Working copy of https://github.com/tannerdsilva/rawdog.git resolved at 0.0.7
Creating working copy for https://github.com/tannerdsilva/QuickJSON.git
Working copy of https://github.com/tannerdsilva/QuickJSON.git resolved at 0.1.1
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.7.0
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/893] Write sources
[16/893] Compiling cnostr cnostr.c
[17/893] Write sources
[19/893] Compiling _AtomicsShims.c
[19/893] Write sources
[29/893] Compiling CSystem shims.c
[30/893] Compiling Utility.c
[31/893] Compiling CRAW CRAW.c
[32/893] Compiling a_bitstr.c
[33/893] Compiling CNIOWindows WSAStartup.c
[34/893] Compiling CNIOWindows shim.c
[35/893] Compiling CNIOWASI CNIOWASI.c
[36/893] Compiling CNIOSHA1 c_nio_sha1.c
[37/893] Compiling CNIOLinux liburing_shims.c
[38/893] Compiling precomputed_ecmult_gen.c
[39/893] Write swift-version-24593BA9C3E375BF.txt
[40/893] Compiling CNIOLLHTTP c_nio_http.c
[41/893] Compiling CNIOLinux shim.c
[42/893] Compiling CNIODarwin shim.c
[43/893] Compiling CNIOLLHTTP c_nio_api.c
[44/893] Compiling secp256k1.c
[45/918] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/948] Emitting module _NIOBase64
[47/948] Compiling yyjson.c
[48/951] Compiling precomputed_ecmult.c
[50/961] Compiling _NIOBase64 Base64.swift
[52/962] Compiling _NIODataStructures _TinyArray.swift
[53/981] Compiling _NIODataStructures PriorityQueue.swift
[54/981] Emitting module RAW
[55/981] Compiling RAW RAW.swift
[57/982] Compiling secp256k1_implementation Digest.swift
[58/982] Compiling secp256k1_implementation Utility.swift
[59/982] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/983] Compiling SystemPackage MachPort.swift
[61/983] Compiling SystemPackage PlatformString.swift
[62/983] Compiling SystemPackage SystemString.swift
[63/986] Compiling QuickJSON ec_keyed.swift
[64/987] Compiling secp256k1_implementation Signature.swift
[65/987] Compiling secp256k1_implementation RNG_boring.swift
[66/987] Compiling QuickJSON ec_single.swift
[67/987] Compiling QuickJSON encoder.swift
[68/987] Compiling QuickJSON ec_unkeyed.swift
[69/987] Compiling secp256k1_implementation Zeroization.swift
[70/987] Compiling secp256k1_implementation SafeCompare.swift
[71/987] Compiling secp256k1_implementation Digests.swift
[72/987] Compiling secp256k1_implementation secp256k1.swift
[73/987] Compiling secp256k1_implementation Asymmetric.swift
[74/987] Compiling secp256k1_implementation DH.swift
[75/987] Compiling QuickJSON decoder.swift
[76/987] Emitting module QuickJSON
[77/987] Compiling secp256k1_implementation Schnorr.swift
[78/987] Compiling secp256k1_implementation Tweak.swift
[81/987] Emitting module InternalCollectionsUtilities
[96/987] Emitting module SystemPackage
[97/987] Emitting module _NIODataStructures
[98/987] Compiling _NIODataStructures Heap.swift
[99/988] Compiling secp256k1_implementation ECDH.swift
[100/988] Compiling secp256k1_implementation ECDSA.swift
[101/988] Compiling secp256k1_implementation EdDSA.swift
[102/988] Compiling secp256k1_implementation Errors.swift
[103/988] Compiling secp256k1_implementation PrettyBytes.swift
[104/988] Compiling secp256k1_implementation SHA256.swift
[105/988] Compiling SystemPackage Constants.swift
[106/988] Compiling SystemPackage Exports.swift
[107/988] Compiling SystemPackage Mocking.swift
[108/988] Compiling SystemPackage RawBuffer.swift
[109/988] Compiling SystemPackage Syscalls.swift
[110/988] Compiling SystemPackage WindowsSyscallAdapters.swift
[111/988] Compiling Logging MetadataProvider.swift
[112/988] Emitting module Logging
[113/988] Compiling Logging Locks.swift
[114/988] Compiling Logging LogHandler.swift
[115/988] Compiling Logging Logging.swift
[117/991] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/992] Wrapping AST for _NIOBase64 for debugging
[119/992] Wrapping AST for _NIODataStructures for debugging
[122/992] Compiling QuickJSON extensions.swift
[122/993] Wrapping AST for RAW for debugging
[123/993] Wrapping AST for Logging for debugging
[126/993] Emitting module ArgumentParserToolInfo
[126/993] Compiling fiat_p256_adx_sqr.S
[127/993] Compiling fiat_p256_adx_mul.S
[129/993] Compiling SystemPackage Util+StringArray.swift
[130/993] Compiling SystemPackage Util.swift
[131/993] Compiling SystemPackage UtilConsumers.swift
[131/995] Wrapping AST for InternalCollectionsUtilities for debugging
[133/1003] Wrapping AST for QuickJSON for debugging
[135/1009] Compiling ArgumentParserToolInfo ToolInfo.swift
[135/1009] Compiling fiat_curve25519_adx_square.S
[136/1009] Compiling fiat_curve25519_adx_mul.S
[137/1010] Wrapping AST for SystemPackage for debugging
[139/1010] Compiling DequeModule Deque+CustomReflectable.swift
[140/1010] Compiling DequeModule Deque+Descriptions.swift
[141/1010] Compiling DequeModule _DequeBuffer.swift
[142/1010] Compiling DequeModule _DequeBufferHeader.swift
[144/1012] Emitting module secp256k1_implementation
[144/1012] Compiling CNIOBoringSSLShims shims.c
[146/1014] Compiling DequeModule Deque+Equatable.swift
[147/1014] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[148/1014] Compiling DequeModule Deque+Extras.swift
[149/1014] Compiling DequeModule Deque+Hashable.swift
[150/1052] Compiling ArgumentParser CommandConfiguration.swift
[151/1052] Compiling ArgumentParser CommandGroup.swift
[152/1052] Compiling ArgumentParser ArgumentVisibility.swift
[153/1052] Compiling ArgumentParser CompletionKind.swift
[155/1052] Compiling ArgumentParser EnumerableFlag.swift
[156/1052] Compiling ArgumentParser ExpressibleByArgument.swift
[159/1052] Compiling ArgumentParser Errors.swift
[160/1052] Compiling ArgumentParser OptionGroup.swift
[161/1052] Compiling ArgumentParser AsyncParsableCommand.swift
[163/1052] Compiling ArgumentParser Argument.swift
[164/1052] Compiling ArgumentParser ArgumentHelp.swift
[167/1052] Compiling ArgumentParser FishCompletionsGenerator.swift
[168/1052] Compiling ArgumentParser ZshCompletionsGenerator.swift
[169/1052] Compiling ArgumentParser CompletionsGenerator.swift
[172/1052] Compiling ArgumentParser Option.swift
[173/1052] Compiling ArgumentParser BashCompletionsGenerator.swift
[174/1052] Compiling ArgumentParser Flag.swift
[175/1052] Compiling ArgumentParser NameSpecification.swift
[176/1052] Emitting module DequeModule
[184/1058] Emitting module ArgumentParser
[190/1058] Compiling tls13_server.cc
[192/1058] Compiling ArgumentParser ParsableArguments.swift
[193/1058] Compiling ArgumentParser ParsableArgumentsValidation.swift
[193/1059] Wrapping AST for DequeModule for debugging
[194/1059] Compiling tls13_enc.cc
[197/1059] Emitting module ExtrasBase64
[197/1059] Compiling tls_record.cc
[198/1059] Compiling tls_method.cc
[200/1061] Compiling ArgumentParser CollectionExtensions.swift
[201/1061] Compiling ArgumentParser Platform.swift
[202/1061] Compiling ArgumentParser SequenceExtensions.swift
[203/1061] Compiling ArgumentParser StringExtensions.swift
[204/1061] Compiling ArgumentParser Tree.swift
[210/1061] Emitting module secp256k1
[211/1061] Compiling secp256k1 EntryPoint.swift
[212/1062] Wrapping AST for secp256k1_implementation for debugging
[217/1062] Compiling ArgumentParser ParsableCommand.swift
[218/1062] Compiling ArgumentParser ArgumentDecoder.swift
[219/1062] Compiling ArgumentParser ArgumentDefinition.swift
[220/1062] Compiling ArgumentParser ArgumentSet.swift
[221/1062] Compiling ArgumentParser CommandParser.swift
[222/1062] Compiling ArgumentParser InputKey.swift
[223/1062] Compiling ArgumentParser InputOrigin.swift
[224/1062] Compiling ArgumentParser Name.swift
[225/1062] Compiling ArgumentParser Parsed.swift
[226/1062] Compiling ArgumentParser ParsedValues.swift
[227/1062] Compiling ArgumentParser ParserError.swift
[228/1062] Compiling ArgumentParser SplitArguments.swift
[229/1062] Compiling ArgumentParser DumpHelpGenerator.swift
[230/1062] Compiling ArgumentParser HelpCommand.swift
[231/1062] Compiling ArgumentParser HelpGenerator.swift
[232/1062] Compiling ArgumentParser MessageInfo.swift
[233/1062] Compiling ArgumentParser UsageGenerator.swift
[233/1063] Wrapping AST for secp256k1 for debugging
[234/1063] Compiling t1_enc.cc
[235/1063] Compiling tls13_both.cc
[237/1063] Compiling tls13_client.cc
[238/1063] Compiling ssl_versions.cc
[239/1063] Compiling ssl_x509.cc
[241/1063] Compiling ExtrasBase64 Base32.swift
[242/1063] Compiling ExtrasBase64 Base64.swift
[243/1064] Compiling ssl_stat.cc
[244/1064] Compiling ssl_transcript.cc
[245/1064] Wrapping AST for ExtrasBase64 for debugging
[246/1064] Compiling ssl_privkey.cc
[247/1064] Compiling ssl_key_share.cc
[248/1064] Compiling ssl_lib.cc
[249/1064] Compiling ssl_session.cc
[250/1064] Compiling ssl_file.cc
[251/1064] Compiling ssl_cipher.cc
[252/1064] Compiling ssl_cert.cc
[253/1064] Compiling ssl_credential.cc
[254/1064] Compiling s3_pkt.cc
[255/1064] Compiling ssl_asn1.cc
[256/1064] Compiling ssl_buffer.cc
[257/1064] Compiling ssl_aead_ctx.cc
[258/1064] Compiling s3_lib.cc
[259/1064] Compiling handshake_server.cc
[260/1064] Compiling s3_both.cc
[261/1064] Compiling handshake_client.cc
[262/1064] Compiling dtls_record.cc
[263/1064] Compiling handshake.cc
[264/1064] Compiling handoff.cc
[265/1064] Compiling extensions.cc
[266/1064] Compiling md5-x86_64-linux.S
[267/1064] Compiling md5-x86_64-apple.S
[268/1064] Compiling d1_srtp.cc
[269/1064] Compiling md5-586-apple.S
[270/1064] Compiling md5-586-linux.S
[271/1064] Compiling encrypted_client_hello.cc
[272/1064] Compiling dtls_method.cc
[273/1064] Compiling chacha20_poly1305_x86_64-linux.S
[274/1064] Compiling chacha20_poly1305_x86_64-apple.S
[275/1064] Compiling chacha20_poly1305_armv8-win.S
[276/1064] Compiling chacha20_poly1305_armv8-apple.S
[277/1064] Compiling chacha-x86_64-linux.S
[278/1064] Compiling chacha20_poly1305_armv8-linux.S
[279/1064] Compiling chacha-x86-linux.S
[280/1064] Compiling chacha-x86_64-apple.S
[281/1064] Compiling chacha-x86-apple.S
[282/1064] Compiling chacha-armv8-win.S
[283/1064] Compiling chacha-armv8-linux.S
[284/1064] Compiling chacha-armv8-apple.S
[285/1064] Compiling chacha-armv4-linux.S
[286/1064] Compiling err_data.cc
[287/1064] Compiling aes128gcmsiv-x86_64-linux.S
[288/1064] Compiling x86_64-mont5-linux.S
[289/1064] Compiling aes128gcmsiv-x86_64-apple.S
[290/1064] Compiling bio_ssl.cc
[291/1064] Compiling d1_pkt.cc
[292/1064] Compiling x86_64-mont5-apple.S
[293/1064] Compiling x86_64-mont-apple.S
[293/1064] Compiling x86_64-mont-linux.S
[295/1064] Compiling x86-mont-linux.S
[296/1064] Compiling x86-mont-apple.S
[297/1064] Compiling vpaes-x86_64-linux.S
[298/1064] Compiling vpaes-x86_64-apple.S
[299/1064] Compiling vpaes-x86-linux.S
[300/1064] Compiling vpaes-x86-apple.S
[301/1064] Compiling vpaes-armv8-linux.S
[302/1064] Compiling vpaes-armv8-win.S
[303/1064] Compiling vpaes-armv8-apple.S
[304/1064] Compiling sha512-x86_64-linux.S
[305/1064] Compiling d1_lib.cc
[306/1064] Compiling vpaes-armv7-linux.S
[307/1064] Compiling sha512-x86_64-apple.S
[308/1064] Compiling sha512-armv8-win.S
[309/1064] Compiling sha512-armv8-apple.S
[310/1064] Compiling sha512-armv4-linux.S
[311/1064] Compiling sha512-586-linux.S
[311/1064] Compiling sha512-armv8-linux.S
[311/1064] Compiling sha512-586-apple.S
[314/1064] Compiling sha256-x86_64-linux.S
[315/1064] Compiling sha256-x86_64-apple.S
[316/1064] Compiling sha256-armv8-win.S
[317/1064] Compiling sha256-armv8-apple.S
[318/1064] Compiling sha256-armv4-linux.S
[319/1064] Compiling sha256-586-linux.S
[320/1064] Compiling sha256-armv8-linux.S
[321/1064] Compiling sha1-x86_64-linux.S
[322/1064] Compiling sha256-586-apple.S
[323/1064] Compiling sha1-x86_64-apple.S
[324/1064] Compiling sha1-armv8-win.S
[325/1064] Compiling sha1-armv8-apple.S
[326/1064] Compiling sha1-armv4-large-linux.S
[327/1064] Compiling sha1-armv8-linux.S
[328/1064] Compiling rsaz-avx2-apple.S
[329/1064] Compiling rsaz-avx2-linux.S
[330/1064] Compiling sha1-586-linux.S
[331/1064] Compiling sha1-586-apple.S
[332/1064] Compiling rdrand-x86_64-apple.S
[333/1064] Compiling rdrand-x86_64-linux.S
[334/1064] Compiling p256_beeu-x86_64-asm-apple.S
[335/1064] Compiling p256_beeu-armv8-asm-linux.S
[336/1064] Compiling p256_beeu-x86_64-asm-linux.S
[337/1064] Compiling p256_beeu-armv8-asm-win.S
[338/1064] Compiling p256_beeu-armv8-asm-apple.S
[339/1064] Compiling p256-x86_64-asm-linux.S
[340/1064] Compiling p256-x86_64-asm-apple.S
[341/1064] Compiling p256-armv8-asm-win.S
[342/1064] Compiling p256-armv8-asm-apple.S
[343/1064] Compiling ghashv8-armv8-win.S
[344/1064] Compiling ghashv8-armv8-linux.S
[345/1064] Compiling ghashv8-armv8-apple.S
[346/1064] Compiling p256-armv8-asm-linux.S
[347/1064] Compiling ghashv8-armv7-linux.S
[348/1064] Compiling ghash-x86_64-apple.S
[349/1064] Compiling ghash-x86_64-linux.S
[350/1064] Compiling ghash-x86-linux.S
[351/1064] Compiling ghash-x86-apple.S
[352/1064] Compiling d1_both.cc
[353/1064] Compiling ghash-ssse3-x86-linux.S
[353/1064] Compiling ghash-ssse3-x86_64-linux.S
[355/1064] Compiling ghash-ssse3-x86_64-apple.S
[356/1064] Compiling ghash-neon-armv8-win.S
[357/1064] Compiling ghash-ssse3-x86-apple.S
[358/1064] Compiling ghash-armv4-linux.S
[359/1064] Compiling ghash-neon-armv8-linux.S
[360/1064] Compiling ghash-neon-armv8-apple.S
[361/1064] Compiling co-586-apple.S
[362/1064] Compiling co-586-linux.S
[363/1064] Compiling bn-armv8-win.S
[364/1064] Compiling bsaes-armv7-linux.S
[365/1064] Compiling bn-armv8-linux.S
[366/1064] Compiling bn-586-linux.S
[367/1064] Compiling bn-armv8-apple.S
[368/1064] Compiling bn-586-apple.S
[369/1064] Compiling armv8-mont-win.S
[370/1064] Compiling armv8-mont-apple.S
[371/1064] Compiling armv4-mont-linux.S
[372/1064] Compiling armv8-mont-linux.S
[373/1064] Compiling aesv8-gcm-armv8-win.S
[374/1064] Compiling aesv8-armv8-win.S
[375/1064] Compiling aesv8-gcm-armv8-apple.S
[376/1064] Compiling aesv8-armv8-apple.S
[377/1064] Compiling aesv8-gcm-armv8-linux.S
[378/1064] Compiling aesv8-armv8-linux.S
[379/1064] Compiling aesv8-armv7-linux.S
[380/1064] Compiling aesni-x86_64-apple.S
[381/1064] Compiling aesni-x86_64-linux.S
[382/1064] Compiling aesni-x86-linux.S
[383/1064] Compiling aes-gcm-avx2-x86_64-linux.S
[384/1064] Compiling aesni-x86-apple.S
[385/1064] Compiling aesni-gcm-x86_64-apple.S
[386/1064] Compiling aes-gcm-avx2-x86_64-apple.S
[387/1064] Compiling aesni-gcm-x86_64-linux.S
[388/1064] Compiling aes-gcm-avx10-x86_64-linux.S
[389/1064] Compiling aes-gcm-avx10-x86_64-apple.S
[390/1064] Compiling x_req.cc
[391/1064] Compiling x_x509a.cc
[392/1064] Compiling x_val.cc
[393/1064] Compiling x_spki.cc
[394/1064] Compiling x_sig.cc
[395/1064] Compiling x_name.cc
[396/1064] Compiling x_x509.cc
[397/1064] Compiling x_pubkey.cc
[398/1064] Compiling x_crl.cc
[399/1064] Compiling x_exten.cc
[400/1064] Compiling x_all.cc
[401/1064] Compiling x_algor.cc
[402/1064] Compiling x_attrib.cc
[403/1064] Compiling x509rset.cc
[404/1064] Compiling x509spki.cc
[405/1064] Compiling x509cset.cc
[406/1064] Compiling x509name.cc
[407/1064] Compiling x509_v3.cc
[408/1064] Compiling x509_vfy.cc
[409/1064] Compiling x509_txt.cc
[410/1064] Compiling x509_vpm.cc
[411/1064] Compiling x509_trs.cc
[412/1064] Compiling x509_set.cc
[413/1064] Compiling x509_obj.cc
[414/1064] Compiling x509_req.cc
[415/1064] Compiling x509_lu.cc
[416/1064] Compiling x509_ext.cc
[417/1064] Compiling x509_def.cc
[418/1064] Compiling x509_d2.cc
[419/1064] Compiling x509_cmp.cc
[420/1064] Compiling x509_att.cc
[421/1064] Compiling x509.cc
[422/1064] Compiling v3_prn.cc
[422/1064] Compiling v3_skey.cc
[424/1064] Compiling v3_utl.cc
[425/1064] Compiling v3_pmaps.cc
[426/1064] Compiling v3_purp.cc
[427/1064] Compiling v3_pcons.cc
[428/1064] Compiling v3_ocsp.cc
[429/1064] Compiling v3_int.cc
[430/1064] Compiling v3_lib.cc
[431/1064] Compiling v3_info.cc
[432/1064] Compiling v3_ia5.cc
[433/1064] Compiling v3_ncons.cc
[434/1064] Compiling v3_extku.cc
[435/1064] Compiling v3_genn.cc
[436/1064] Compiling v3_enum.cc
[437/1064] Compiling v3_cpols.cc
[438/1064] Compiling v3_conf.cc
[439/1064] Compiling v3_bitst.cc
[440/1064] Compiling v3_crld.cc
[441/1064] Compiling v3_bcons.cc
[442/1064] Compiling v3_alt.cc
[443/1064] Compiling v3_akeya.cc
[444/1064] Compiling v3_akey.cc
[445/1064] Compiling t_req.cc
[446/1064] Compiling name_print.cc
[447/1064] Compiling t_x509a.cc
[448/1064] Compiling policy.cc
[449/1064] Compiling rsa_pss.cc
[450/1064] Compiling t_crl.cc
[451/1064] Compiling t_x509.cc
[452/1064] Compiling i2d_pr.cc
[453/1064] Compiling by_file.cc
[454/1064] Compiling voprf.cc
[455/1064] Compiling a_verify.cc
[456/1064] Compiling algorithm.cc
[457/1064] Compiling asn1_gen.cc
[458/1064] Compiling by_dir.cc
[459/1064] Compiling a_digest.cc
[460/1064] Compiling a_sign.cc
[461/1064] Compiling thread_win.cc
[462/1064] Compiling pmbtoken.cc
[463/1064] Compiling thread_none.cc
[464/1064] Compiling thread.cc
[465/1064] Compiling thread_pthread.cc
[466/1064] Compiling stack.cc
[467/1064] Compiling trust_token.cc
[468/1064] Compiling sha512.cc
[469/1064] Compiling spake2plus.cc
[470/1064] Compiling slhdsa.cc
[471/1064] Compiling siphash.cc
[472/1064] Compiling sha256.cc
[473/1064] Compiling sha1.cc
[474/1064] Compiling rsa_extra.cc
[475/1064] Compiling rsa_print.cc
[476/1064] Compiling refcount.cc
[477/1064] Compiling rc4.cc
[478/1064] Compiling windows.cc
[479/1064] Compiling rsa_crypt.cc
[480/1064] Compiling urandom.cc
[481/1064] Compiling rsa_asn1.cc
[482/1064] Compiling trusty.cc
[483/1064] Compiling rand.cc
[484/1064] Compiling passive.cc
[485/1064] Compiling getentropy.cc
[486/1064] Compiling poly1305_arm_asm.S
[487/1064] Compiling forkunsafe.cc
[488/1064] Compiling ios.cc
[489/1064] Compiling fork_detect.cc
[490/1064] Compiling poly1305_vec.cc
[491/1064] Compiling deterministic.cc
[492/1064] Compiling poly1305.cc
[493/1064] Compiling poly1305_arm.cc
[494/1064] Compiling pool.cc
[495/1064] Compiling pkcs8.cc
[496/1064] Compiling p5_pbev2.cc
[497/1064] Compiling pkcs7_x509.cc
[498/1064] Compiling pkcs7.cc
[499/1064] Compiling pkcs8_x509.cc
[500/1064] Compiling pem_pkey.cc
[501/1064] Compiling pem_x509.cc
[502/1064] Compiling pem_xaux.cc
[503/1064] Compiling obj_xref.cc
[504/1064] Compiling pem_oth.cc
[505/1064] Compiling pem_info.cc
[506/1064] Compiling pem_all.cc
[507/1064] Compiling obj.cc
[508/1064] Compiling pem_lib.cc
[509/1064] Compiling pem_pk8.cc
[510/1064] Compiling mldsa.cc
[511/1064] Compiling mlkem.cc
[512/1064] Compiling poly_rq_mul.S
[513/1064] Compiling fips_shared_support.cc
[514/1064] Compiling md5.cc
[515/1064] Compiling md4.cc
[516/1064] Compiling mem.cc
[517/1064] Compiling kyber.cc
[518/1064] Compiling sign.cc
[519/1064] Compiling lhash.cc
[520/1064] Compiling hrss.cc
[521/1064] Compiling ex_data.cc
[522/1064] Compiling scrypt.cc
[523/1064] Compiling hpke.cc
[524/1064] Compiling pbkdf.cc
[525/1064] Compiling print.cc
[526/1064] Compiling p_x25519.cc
[527/1064] Compiling p_x25519_asn1.cc
[528/1064] Compiling p_rsa.cc
[529/1064] Compiling p_ed25519.cc
[530/1064] Compiling p_dh_asn1.cc
[531/1064] Compiling p_ec_asn1.cc
[532/1064] Compiling p_rsa_asn1.cc
[533/1064] Compiling p_ec.cc
[534/1064] Compiling p_hkdf.cc
[535/1064] Compiling p_ed25519_asn1.cc
[536/1064] Compiling evp.cc
[537/1064] Compiling p_dsa_asn1.cc
[538/1064] Compiling evp_ctx.cc
[539/1064] Compiling err.cc
[540/1064] Compiling p_dh.cc
[541/1064] Compiling engine.cc
[542/1064] Compiling ecdh.cc
[543/1064] Compiling ecdsa_asn1.cc
[544/1064] Compiling evp_asn1.cc
[545/1064] Compiling ec_asn1.cc
[546/1064] Compiling hash_to_curve.cc
[547/1064] Compiling ec_derive.cc
[548/1064] Compiling dsa.cc
[549/1064] Compiling dsa_asn1.cc
[550/1064] Compiling params.cc
[551/1064] Compiling bcm.cc
[552/1064] Compiling x25519-asm-arm.S
[553/1064] Compiling curve25519_64_adx.cc
[554/1064] Compiling spake25519.cc
[555/1064] Compiling des.cc
[556/1064] Compiling digest_extra.cc
[557/1064] Compiling dh_asn1.cc
[558/1064] Compiling cpu_intel.cc
[559/1064] Compiling cpu_arm_linux.cc
[560/1064] Compiling crypto.cc
[561/1064] Compiling cpu_aarch64_win.cc
[562/1064] Compiling curve25519.cc
[563/1064] Compiling cpu_arm_freebsd.cc
[564/1064] Compiling cpu_aarch64_openbsd.cc
[565/1064] Compiling cpu_aarch64_sysreg.cc
[566/1064] Compiling cpu_aarch64_linux.cc
[567/1064] Compiling cpu_aarch64_fuchsia.cc
[568/1064] Compiling cpu_aarch64_apple.cc
[569/1064] Compiling conf.cc
[570/1064] Compiling tls_cbc.cc
[571/1064] Compiling get_cipher.cc
[572/1064] Compiling e_tls.cc
[573/1064] Compiling e_des.cc
[574/1064] Compiling e_rc4.cc
[575/1064] Compiling e_null.cc
[576/1064] Compiling e_rc2.cc
[577/1064] Compiling e_aesgcmsiv.cc
[578/1064] Compiling e_chacha20poly1305.cc
[579/1064] Compiling e_aesctrhmac.cc
[580/1064] Compiling derive_key.cc
[581/1064] Compiling chacha.cc
[582/1064] Compiling cbb.cc
[583/1064] Compiling unicode.cc
[584/1064] Compiling buf.cc
[585/1064] Compiling cbs.cc
[586/1064] Compiling ber.cc
[587/1064] Compiling asn1_compat.cc
[588/1064] Compiling convert.cc
[589/1064] Compiling blake2.cc
[590/1064] Compiling socket.cc
[591/1064] Compiling bn_asn1.cc
[592/1064] Compiling socket_helper.cc
[593/1064] Compiling printf.cc
[594/1064] Compiling pair.cc
[595/1064] Compiling hexdump.cc
[596/1064] Compiling file.cc
[597/1064] Compiling fd.cc
[598/1064] Compiling bio_mem.cc
[599/1064] Compiling errno.cc
[600/1064] Compiling bio.cc
[601/1064] Compiling base64.cc
[602/1064] Compiling connect.cc
[603/1064] Compiling tasn_typ.cc
[604/1064] Compiling tasn_fre.cc
[605/1064] Compiling tasn_enc.cc
[606/1064] Compiling tasn_utl.cc
[607/1064] Compiling tasn_new.cc
[608/1064] Compiling f_string.cc
[609/1064] Compiling posix_time.cc
[610/1064] Compiling tasn_dec.cc
[611/1064] Compiling asn1_par.cc
[612/1064] Compiling f_int.cc
[613/1064] Compiling asn_pack.cc
[614/1064] Compiling asn1_lib.cc
[615/1064] Compiling a_time.cc
[616/1064] Compiling a_utctm.cc
[617/1064] Compiling a_octet.cc
[618/1064] Compiling a_type.cc
[619/1064] Compiling a_strnid.cc
[620/1064] Compiling a_strex.cc
[621/1064] Compiling a_object.cc
[622/1064] Compiling a_i2d_fp.cc
[623/1064] Compiling a_mbstr.cc
[624/1064] Compiling a_int.cc
[625/1064] Compiling a_dup.cc
[626/1064] Compiling a_d2i_fp.cc
[627/1064] Compiling a_gentm.cc
[628/1064] Compiling fiat_curve25519_adx_square.S
[629/1064] Compiling fiat_curve25519_adx_mul.S
[630/1064] Compiling a_bitstr.cc
[631/1064] Compiling v3_purp.c
[632/1064] Compiling v3_skey.c
[633/1064] Compiling CCryptoBoringSSLShims shims.c
[634/1064] Compiling v3_prn.c
[635/1064] Compiling v3_utl.c
[636/1064] Compiling a_bool.cc
[637/1064] Compiling v3_pmaps.c
[638/1064] Compiling v3_int.c
[639/1064] Compiling v3_ocsp.c
[640/1064] Compiling v3_pcons.c
[641/1064] Compiling v3_ncons.c
[642/1064] Compiling v3_lib.c
[643/1064] Compiling v3_ia5.c
[644/1064] Compiling v3_info.c
[645/1064] Compiling v3_genn.c
[646/1064] Compiling v3_extku.c
[647/1064] Compiling v3_crld.c
[648/1064] Compiling v3_enum.c
[649/1064] Compiling v3_conf.c
[650/1064] Compiling v3_cpols.c
[651/1064] Compiling v3_akeya.c
[652/1064] Compiling v3_bitst.c
[653/1064] Compiling x_x509a.c
[654/1064] Compiling v3_bcons.c
[655/1064] Compiling v3_akey.c
[656/1064] Compiling x_spki.c
[657/1064] Compiling x_sig.c
[658/1064] Compiling x_val.c
[658/1064] Compiling v3_alt.c
[660/1064] Compiling x_req.c
[661/1064] Compiling x_x509.c
[662/1064] Compiling x_info.c
[663/1064] Compiling x_pubkey.c
[664/1064] Compiling x_pkey.c
[665/1064] Compiling x_name.c
[666/1064] Compiling x_exten.c
[667/1064] Compiling x_attrib.c
[668/1064] Compiling x_crl.c
[669/1064] Compiling x_all.c
[670/1064] Compiling x509spki.c
[671/1064] Compiling x_algor.c
[672/1064] Compiling x509name.c
[673/1064] Compiling x509rset.c
[674/1064] Compiling x509cset.c
[675/1064] Compiling x509_vpm.c
[676/1064] Compiling x509_txt.c
[677/1064] Compiling x509_v3.c
[678/1064] Compiling x509_set.c
[679/1064] Compiling x509_trs.c
[680/1064] Compiling x509_vfy.c
[681/1064] Compiling x509_req.c
[682/1064] Compiling x509_obj.c
[683/1064] Compiling x509_ext.c
[684/1064] Compiling x509_def.c
[685/1064] Compiling x509_d2.c
[686/1064] Compiling x509_lu.c
[687/1064] Compiling x509_cmp.c
[688/1064] Compiling x509.c
[689/1064] Compiling x509_att.c
[690/1064] Compiling t_x509a.c
[691/1064] Compiling t_x509.c
[692/1064] Compiling t_crl.c
[693/1064] Compiling t_req.c
[694/1064] Compiling rsa_pss.c
[695/1064] Compiling name_print.c
[696/1064] Compiling policy.c
[697/1064] Compiling i2d_pr.c
[698/1064] Compiling by_file.c
[699/1064] Compiling algorithm.c
[700/1064] Compiling by_dir.c
[701/1064] Compiling a_sign.c
[702/1064] Compiling a_verify.c
[703/1064] Compiling asn1_gen.c
[704/1064] Compiling trust_token.c
[705/1064] Compiling a_digest.c
[706/1064] Compiling thread_win.c
[707/1064] Compiling c-nioatomics.c
[708/1064] Compiling thread.c
[709/1064] Compiling thread_pthread.c
[710/1064] Compiling voprf.c
[711/1064] Compiling thread_none.c
[712/1064] Compiling siphash.c
[713/1064] Compiling stack.c
[714/1064] Compiling rsa_print.c
[715/1064] Compiling rc4.c
[716/1064] Compiling refcount.c
[717/1064] Compiling pmbtoken.c
[718/1064] Compiling rand_extra.c
[719/1064] Compiling rsa_asn1.c
[720/1064] Compiling windows.c
[721/1064] Compiling passive.c
[722/1064] Compiling trusty.c
[723/1064] Compiling rsa_crypt.c
[724/1064] Compiling getentropy.c
[725/1064] Compiling ios.c
[726/1064] Compiling forkunsafe.c
[727/1064] Compiling poly1305_arm_asm.S
[728/1064] Compiling deterministic.c
[729/1064] Compiling poly1305_arm.c
[730/1064] Compiling poly1305.c
[731/1064] Compiling poly1305_vec.c
[732/1064] Compiling pool.c
[733/1064] Compiling pkcs7.c
[734/1064] Compiling pkcs8.c
[735/1064] Compiling p5_pbev2.c
[736/1064] Compiling pem_xaux.c
[737/1064] Compiling pem_x509.c
[738/1064] Compiling pkcs7_x509.c
[739/1064] Compiling pem_pkey.c
[740/1064] Compiling pkcs8_x509.c
[741/1064] Compiling pem_pk8.c
[742/1064] Compiling obj_xref.c
[743/1064] Compiling pem_oth.c
[744/1064] Compiling pem_all.c
[745/1064] Compiling pem_lib.c
[746/1064] Compiling lhash.c
[747/1064] Compiling obj.c
[748/1064] Compiling mem.c
[749/1064] Compiling pem_info.c
[750/1064] Compiling poly_rq_mul.S
[751/1064] Compiling keccak.c
[752/1064] Compiling x86_64-mont5-linux.linux.x86_64.S
[753/1064] Compiling x86_64-mont5-mac.mac.x86_64.S
[754/1064] Compiling x86_64-mont-mac.mac.x86_64.S
[754/1064] Compiling kyber.c
[756/1064] Compiling x86_64-mont-linux.linux.x86_64.S
[757/1064] Compiling hpke.c
[758/1064] Compiling x86-mont-linux.linux.x86.S
[759/1064] Compiling x86-mont-windows.windows.x86.S
[760/1064] Compiling vpaes-x86_64-mac.mac.x86_64.S
[761/1064] Compiling vpaes-x86-windows.windows.x86.S
[762/1064] Compiling vpaes-x86_64-linux.linux.x86_64.S
[763/1064] Compiling vpaes-x86-linux.linux.x86.S
[764/1064] Compiling vpaes-armv8-linux.linux.aarch64.S
[765/1064] Compiling vpaes-armv8-ios.ios.aarch64.S
[766/1064] Compiling vpaes-armv7-linux.linux.arm.S
[767/1064] Compiling vpaes-armv7-ios.ios.arm.S
[768/1064] Compiling sha512-x86_64-linux.linux.x86_64.S
[769/1064] Compiling sha512-x86_64-mac.mac.x86_64.S
[770/1064] Compiling sha512-armv8-ios.ios.aarch64.S
[771/1064] Compiling sha512-armv4-linux.linux.arm.S
[772/1064] Compiling kdf.c
[773/1064] Compiling sha512-armv4-ios.ios.arm.S
[774/1064] Compiling sha512-armv8-linux.linux.aarch64.S
[775/1064] Compiling sha512-586-windows.windows.x86.S
[776/1064] Compiling sha512-586-linux.linux.x86.S
[777/1064] Compiling sha256-x86_64-linux.linux.x86_64.S
[778/1064] Compiling sha256-x86_64-mac.mac.x86_64.S
[779/1064] Compiling hrss.c
[780/1064] Compiling sha256-armv8-linux.linux.aarch64.S
[781/1064] Compiling sha256-586-windows.windows.x86.S
[782/1064] Compiling sha256-armv4-linux.linux.arm.S
[783/1064] Compiling sha256-armv8-ios.ios.aarch64.S
[784/1064] Compiling sha256-586-linux.linux.x86.S
[785/1064] Compiling sha1-x86_64-mac.mac.x86_64.S
[786/1064] Compiling sha256-armv4-ios.ios.arm.S
[787/1064] Compiling sha1-x86_64-linux.linux.x86_64.S
[788/1064] Compiling sha1-armv8-ios.ios.aarch64.S
[789/1064] Compiling sha1-armv4-large-linux.linux.arm.S
[790/1064] Compiling sha1-armv8-linux.linux.aarch64.S
[791/1064] Compiling sha1-armv4-large-ios.ios.arm.S
[792/1064] Compiling sha1-586-linux.linux.x86.S
[793/1064] Compiling sha1-586-windows.windows.x86.S
[794/1064] Compiling rsaz-avx2-mac.mac.x86_64.S
[795/1064] Compiling sha512.c
[796/1064] Compiling fips.c
[797/1064] Compiling service_indicator.c
[798/1064] Compiling sha256.c
[799/1064] Compiling sha1.c
[800/1064] Compiling rsaz-avx2-linux.linux.x86_64.S
[801/1064] Compiling self_check.c
[802/1064] Compiling rdrand-x86_64-mac.mac.x86_64.S
[803/1064] Compiling rdrand-x86_64-linux.linux.x86_64.S
[804/1064] Compiling blinding.c
[805/1064] Compiling c-atomics.c
[806/1064] Compiling rsa.c
[807/1064] Compiling urandom.c
[808/1064] Compiling padding.c
[809/1064] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[809/1064] Compiling rsa_impl.c
[811/1064] Compiling ctrdrbg.c
[812/1064] Compiling rand.c
[813/1064] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[814/1064] Compiling fork_detect.c
[815/1064] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[815/1064] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[817/1064] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[818/1064] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[819/1064] Compiling p256-armv8-asm-ios.ios.aarch64.S
[820/1064] Compiling p256-armv8-asm-linux.linux.aarch64.S
[821/1070] Compiling ofb.c
[822/1070] Compiling polyval.c
[823/1070] Compiling ctr.c
[824/1070] Compiling cfb.c
[824/1070] Compiling cbc.c
[826/1070] Compiling gcm_nohw.c
[827/1070] Compiling md5-x86_64-linux.linux.x86_64.S
[828/1070] Compiling gcm.c
[829/1070] Compiling md5-x86_64-mac.mac.x86_64.S
[830/1070] Compiling md5-586-windows.windows.x86.S
[831/1070] Compiling md5-586-linux.linux.x86.S
[832/1070] Compiling md4.c
[833/1070] Compiling ghashv8-armv7-linux.linux.arm.S
[834/1070] Compiling ghashv8-armv8-linux.linux.aarch64.S
[835/1070] Compiling ghashv8-armv8-ios.ios.aarch64.S
[836/1070] Compiling ghashv8-armv7-ios.ios.arm.S
[837/1070] Compiling md5.c
[838/1070] Compiling hkdf.c
[839/1070] Compiling ghash-x86_64-mac.mac.x86_64.S
[840/1070] Compiling hmac.c
[841/1070] Compiling ghash-x86-windows.windows.x86.S
[842/1070] Compiling ghash-x86_64-linux.linux.x86_64.S
[844/1070] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[844/1070] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[845/1070] Compiling ghash-ssse3-x86-windows.windows.x86.S
[846/1070] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[847/1070] Compiling ghash-x86-linux.linux.x86.S
[848/1070] Compiling ghash-ssse3-x86-linux.linux.x86.S
[849/1070] Compiling fips_shared_support.c
[850/1070] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[851/1070] Compiling ghash-armv4-linux.linux.arm.S
[852/1070] Compiling ghash-armv4-ios.ios.arm.S
[853/1070] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[854/1070] Compiling scalar.c
[855/1070] Compiling ecdsa.c
[856/1070] Compiling ecdh.c
[857/1070] Compiling wnaf.c
[858/1070] Compiling simple_mul.c
[859/1070] Compiling util.c
[860/1070] Compiling simple.c
[862/1070] Compiling NIOConcurrencyHelpers lock.swift
[862/1070] Compiling oct.c
[863/1070] Compiling ec_montgomery.c
[864/1070] Compiling felem.c
[865/1070] Compiling p224-64.c
[866/1070] Compiling ec.c
[867/1070] Compiling ec_key.c
[868/1070] Compiling p256.c
[869/1070] Compiling co-586-windows.windows.x86.S
[870/1070] Compiling digest.c
[871/1070] Compiling check.c
[872/1070] Compiling dh.c
[873/1070] Compiling digests.c
[874/1070] Compiling digestsign.c
[876/1070] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[877/1070] Emitting module NIOConcurrencyHelpers
[878/1070] Compiling NIOConcurrencyHelpers NIOLock.swift
[879/1070] Compiling NIOConcurrencyHelpers atomics.swift
[880/1071] Compiling cipher.c
[881/1071] Compiling e_aes.c
[882/1071] Compiling aead.c
[882/1071] Compiling co-586-linux.linux.x86.S
[884/1071] Compiling cmac.c
[885/1071] Compiling p256-nistz.c
[886/1071] Compiling e_aesccm.c
[887/1071] Compiling bsaes-armv7-linux.linux.arm.S
[888/1071] Compiling bsaes-armv7-ios.ios.arm.S
[889/1071] Compiling shift.c
[890/1071] Compiling rsaz_exp.c
[891/1071] Compiling sqrt.c
[892/1071] Compiling montgomery_inv.c
[893/1071] Compiling random.c
[894/1071] Compiling montgomery.c
[895/1071] Compiling prime.c
[895/1071] Compiling mul.c
[897/1071] Compiling jacobi.c
[898/1071] Compiling generic.c
[899/1071] Wrapping AST for NIOConcurrencyHelpers for debugging
[900/1071] Compiling gcd_extra.c
[900/1071] Compiling gcd.c
[902/1071] Compiling div_extra.c
[903/1071] Compiling ctx.c
[904/1071] Compiling exponentiation.c
[905/1071] Compiling cmp.c
[906/1071] Compiling x86_64-gcc.c
[907/1071] Compiling div.c
[908/1071] Compiling bytes.c
[909/1071] Compiling bn-armv8-ios.ios.aarch64.S
[909/1071] Compiling bn-armv8-linux.linux.aarch64.S
[911/1071] Compiling bn-586-linux.linux.x86.S
[912/1071] Compiling add.c
[913/1071] Compiling bn-586-windows.windows.x86.S
[914/1071] Compiling bn.c
[915/1071] Compiling armv4-mont-ios.ios.arm.S
[916/1071] Compiling armv8-mont-linux.linux.aarch64.S
[917/1071] Compiling armv4-mont-linux.linux.arm.S
[917/1071] Compiling armv8-mont-ios.ios.aarch64.S
[919/1071] Compiling aesv8-armv8-ios.ios.aarch64.S
[920/1071] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[921/1071] Compiling aesv8-armv8-linux.linux.aarch64.S
[922/1071] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[923/1071] Compiling aesv8-armv7-ios.ios.arm.S
[924/1071] Compiling aesv8-armv7-linux.linux.arm.S
[925/1071] Compiling aesni-x86_64-mac.mac.x86_64.S
[926/1071] Compiling aesni-x86-windows.windows.x86.S
[927/1071] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[928/1071] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[928/1071] Compiling key_wrap.c
[930/1071] Compiling aesni-x86-linux.linux.x86.S
[931/1071] Compiling aesni-x86_64-linux.linux.x86_64.S
[932/1071] Compiling mode_wrappers.c
[933/1071] Compiling aes_nohw.c
[934/1071] Compiling aes.c
[935/1071] Compiling ex_data.c
[936/1071] Compiling sign.c
[937/1071] Compiling p_x25519.c
[938/1071] Compiling pbkdf.c
[939/1071] Compiling p_x25519_asn1.c
[940/1071] Compiling print.c
[941/1071] Compiling scrypt.c
[942/1071] Compiling p_ec_asn1.c
[943/1071] Compiling p_ed25519_asn1.c
[944/1071] Compiling p_ed25519.c
[945/1071] Compiling p_hkdf.c
[946/1071] Compiling p_rsa_asn1.c
[947/1071] Compiling p_dsa_asn1.c
[948/1071] Compiling p_rsa.c
[949/1071] Compiling evp_ctx.c
[950/1071] Compiling p_ec.c
[951/1071] Compiling err_data.c
[952/1071] Compiling evp_asn1.c
[953/1071] Compiling engine.c
[954/1071] Compiling evp.c
[955/1071] Compiling ecdsa_asn1.c
[956/1071] Compiling err.c
[957/1071] Compiling ec_derive.c
[958/1071] Compiling ecdh_extra.c
[958/1071] Compiling hash_to_curve.c
[960/1071] Compiling ec_asn1.c
[961/1071] Compiling dsa.c
[962/1071] Compiling dsa_asn1.c
[963/1071] Compiling digest_extra.c
[964/1071] Compiling dh_asn1.c
[965/1071] Compiling spake25519.c
[966/1071] Compiling params.c
[967/1071] Compiling curve25519_64_adx.c
[968/1071] Compiling x25519-asm-arm.S
[969/1071] Compiling cpu_intel.c
[970/1071] Compiling cpu_arm_linux.c
[971/1071] Compiling crypto.c
[972/1071] Compiling cpu_arm.c
[972/1071] Compiling cpu_aarch64_win.c
[974/1071] Compiling cpu_arm_freebsd.c
[975/1071] Compiling cpu_aarch64_sysreg.c
[976/1071] Compiling cpu_aarch64_openbsd.c
[977/1071] Compiling des.c
[978/1071] Compiling cpu_aarch64_apple.c
[979/1071] Compiling cpu_aarch64_fuchsia.c
[980/1071] Compiling cpu_aarch64_linux.c
[981/1071] Compiling e_rc4.c
[982/1071] Compiling e_null.c
[983/1071] Compiling e_rc2.c
[984/1071] Compiling conf.c
[985/1071] Compiling tls_cbc.c
[986/1071] Compiling curve25519.c
[987/1071] Compiling e_tls.c
[988/1071] Compiling e_des.c
[989/1071] Compiling derive_key.c
[990/1071] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[991/1071] Compiling e_chacha20poly1305.c
[992/1071] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[993/1071] Compiling e_aesgcmsiv.c
[994/1071] Compiling cipher_extra.c
[995/1071] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[996/1071] Compiling e_aesctrhmac.c
[997/1071] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[998/1071] Compiling chacha-x86_64-mac.mac.x86_64.S
[999/1071] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1000/1071] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1001/1071] Compiling chacha-x86-windows.windows.x86.S
[1002/1071] Compiling chacha.c
[1002/1071] Compiling chacha-x86-linux.linux.x86.S
[1004/1071] Compiling chacha-armv8-ios.ios.aarch64.S
[1005/1071] Compiling chacha-armv4-linux.linux.arm.S
[1006/1071] Compiling chacha-armv8-linux.linux.aarch64.S
[1007/1071] Compiling chacha-armv4-ios.ios.arm.S
[1008/1071] Compiling chacha-x86_64-linux.linux.x86_64.S
[1009/1071] Compiling unicode.c
[1010/1071] Compiling bn_asn1.c
[1011/1071] Compiling ber.c
[1012/1071] Compiling cbb.c
[1012/1071] Compiling asn1_compat.c
[1014/1071] Compiling blake2.c
[1015/1071] Compiling buf.c
[1016/1071] Compiling printf.c
[1017/1071] Compiling cbs.c
[1018/1071] Compiling convert.c
[1019/1071] Compiling pair.c
[1020/1071] Compiling hexdump.c
[1020/1071] Compiling fd.c
[1022/1071] Compiling errno.c
[1023/1071] Compiling file.c
[1024/1071] Compiling bio_mem.c
[1025/1071] Compiling base64.c
[1026/1071] Compiling tasn_utl.c
[1027/1071] Compiling tasn_typ.c
[1028/1071] Compiling posix_time.c
[1029/1071] Compiling bio.c
[1030/1071] Compiling f_int.c
[1031/1071] Compiling tasn_fre.c
[1032/1071] Compiling f_string.c
[1033/1071] Compiling tasn_new.c
[1034/1071] Compiling asn1_par.c
[1035/1071] Compiling tasn_enc.c
[1036/1071] Compiling asn_pack.c
[1037/1071] Compiling tasn_dec.c
[1038/1071] Compiling asn1_lib.c
[1039/1071] Compiling a_time.c
[1039/1071] Compiling a_utctm.c
[1041/1071] Compiling a_strex.c
[1042/1071] Compiling a_type.c
[1043/1071] Compiling a_octet.c
[1044/1071] Compiling a_strnid.c
[1045/1071] Compiling a_i2d_fp.c
[1046/1071] Compiling a_object.c
[1047/1071] Write sources
[1048/1071] Compiling a_mbstr.c
[1049/1071] Compiling a_gentm.c
[1050/1071] Compiling a_int.c
[1051/1071] Compiling a_dup.c
[1052/1071] Compiling a_d2i_fp.c
[1053/1071] Compiling a_bool.c
[1054/1071] Wrapping AST for ArgumentParserToolInfo for debugging
[1055/1071] Wrapping AST for ArgumentParser for debugging
[1057/1093] Compiling Atomics Primitives.shims.swift
[1058/1093] Compiling Atomics AtomicInteger.swift
[1059/1093] Compiling Atomics AtomicOptionalWrappable.swift
[1060/1095] Compiling Atomics IntegerOperations.swift
[1061/1095] Compiling Atomics Unmanaged extensions.swift
[1062/1095] Compiling Atomics AtomicReference.swift
[1063/1095] Compiling Atomics AtomicStorage.swift
[1064/1095] Compiling Atomics AtomicValue.swift
[1065/1095] Compiling Atomics AtomicMemoryOrderings.swift
[1066/1095] Compiling Atomics DoubleWord.swift
[1067/1095] Compiling Atomics UnsafeAtomic.swift
[1068/1095] Compiling Atomics UnsafeAtomicLazyReference.swift
[1069/1095] Compiling Atomics ManagedAtomic.swift
[1070/1095] Compiling Atomics ManagedAtomicLazyReference.swift
[1071/1095] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1072/1095] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1073/1095] Emitting module CryptoBoringWrapper
[1074/1096] Wrapping AST for CryptoBoringWrapper for debugging
[1076/1156] Compiling Crypto ASN1Null.swift
[1077/1156] Compiling Crypto ASN1OctetString.swift
[1078/1156] Compiling Crypto ASN1Strings.swift
[1079/1156] Emitting module Atomics
[1080/1156] Compiling Crypto ASN1Boolean.swift
[1081/1156] Compiling Crypto ASN1Identifier.swift
[1082/1156] Compiling Crypto ASN1Integer.swift
[1084/1157] Emitting module Crypto
[1084/1165] Wrapping AST for Atomics for debugging
[1086/1225] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1087/1225] Compiling NIOCore ByteBuffer-views.swift
[1088/1225] Compiling NIOCore Channel.swift
[1089/1225] Compiling NIOCore ChannelHandler.swift
[1090/1225] Compiling NIOCore ChannelHandlers.swift
[1091/1225] Compiling NIOCore ChannelInvoker.swift
[1092/1225] Compiling NIOCore ChannelOption.swift
[1093/1225] Compiling NIOCore ChannelPipeline.swift
[1094/1225] Compiling NIOCore IO.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)
[1095/1225] Compiling NIOCore IOData.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)
[1096/1225] Compiling NIOCore IPProtocol.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)
[1097/1225] Compiling NIOCore IntegerBitPacking.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)
[1098/1225] Compiling NIOCore IntegerTypes.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)
[1099/1225] Compiling NIOCore Interfaces.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)
[1100/1225] Compiling NIOCore Linux.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)
[1101/1225] Compiling NIOCore MarkedCircularBuffer.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)
[1102/1225] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1103/1225] Compiling NIOCore BSDSocketAPI.swift
[1104/1225] Compiling NIOCore ByteBuffer-aux.swift
[1105/1225] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1106/1225] Compiling NIOCore ByteBuffer-conversions.swift
[1107/1225] Compiling NIOCore ByteBuffer-core.swift
[1108/1225] Compiling NIOCore ByteBuffer-hex.swift
[1109/1225] Compiling NIOCore ByteBuffer-int.swift
[1110/1225] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1111/1225] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1112/1225] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1113/1225] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1114/1225] Compiling NIOCore EventLoopFuture.swift
[1115/1225] Compiling NIOCore FileDescriptor.swift
[1116/1225] Compiling NIOCore FileHandle.swift
[1117/1225] Compiling NIOCore FileRegion.swift
[1118/1225] Compiling NIOCore GlobalSingletons.swift
[1119/1225] Compiling NIOCore ByteBuffer-multi-int.swift
[1120/1225] Compiling NIOCore CircularBuffer.swift
[1121/1225] Compiling NIOCore Codec.swift
[1122/1225] Compiling NIOCore ConvenienceOptionSupport.swift
[1123/1225] Compiling NIOCore DeadChannel.swift
[1124/1225] Compiling NIOCore DispatchQueue+WithFuture.swift
[1125/1225] Compiling NIOCore EventLoop+Deprecated.swift
[1126/1225] Compiling NIOCore EventLoop+SerialExecutor.swift
[1127/1225] Compiling NIOCore EventLoop.swift
[1128/1225] Compiling NIOCore MulticastChannel.swift
[1129/1225] Compiling NIOCore NIOAny.swift
[1130/1225] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1131/1225] Compiling NIOCore NIOLoopBound.swift
[1132/1225] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1133/1225] Compiling NIOCore NIOScheduledCallback.swift
[1134/1225] Compiling NIOCore NIOSendable.swift
[1135/1225] Compiling NIOCore RecvByteBufferAllocator.swift
[1136/1225] Compiling NIOCore AddressedEnvelope.swift
[1137/1225] Compiling NIOCore AsyncAwaitSupport.swift
[1138/1225] Compiling NIOCore AsyncChannel.swift
[1139/1225] Compiling NIOCore AsyncChannelHandler.swift
[1140/1225] Compiling NIOCore AsyncChannelInboundStream.swift
[1141/1225] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1142/1225] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1143/1225] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1144/1225] Compiling NIOCore NIOAsyncWriter.swift
[1153/1233] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1154/1233] Compiling NIOCore SocketAddresses.swift
[1155/1233] Compiling NIOCore SocketOptionProvider.swift
[1156/1233] Compiling NIOCore SystemCallHelpers.swift
[1157/1233] Compiling NIOCore TimeAmount+Duration.swift
[1158/1233] Compiling NIOCore TypeAssistedChannelHandler.swift
[1159/1233] Compiling NIOCore UniversalBootstrapSupport.swift
[1160/1233] Compiling NIOCore Utilities.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/31] Write swift-version-24593BA9C3E375BF.txt
[3/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/80] Compiling InternalCollectionsUtilities Debugging.swift
[5/109] Emitting module RAW
[6/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/109] Compiling RAW RAW.swift
[8/110] Compiling SystemPackage FilePathParsing.swift
[9/110] Compiling SystemPackage FilePathString.swift
[10/112] Compiling SystemPackage FilePathComponentView.swift
[11/112] Compiling SystemPackage FilePathComponents.swift
[12/112] Compiling Logging MetadataProvider.swift
[13/112] Compiling SystemPackage Errno.swift
[14/112] Compiling SystemPackage ErrnoWindows.swift
[15/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/112] Emitting module Logging
[17/112] Compiling SystemPackage Mocking.swift
[18/112] Compiling SystemPackage RawBuffer.swift
[20/111] Compiling SystemPackage FilePathSyntax.swift
[21/111] Compiling SystemPackage FilePathTemp.swift
[24/111] Compiling SystemPackage FileDescriptor.swift
[25/111] Compiling _NIODataStructures Heap.swift
[26/111] Compiling SystemPackage FileHelpers.swift
[27/111] Compiling SystemPackage FilePathTempPosix.swift
[28/111] Compiling SystemPackage FilePathTempWindows.swift
[29/111] Compiling SystemPackage FilePathWindows.swift
[30/111] Compiling SystemPackage FilePermissions.swift
[31/111] Compiling SystemPackage FileOperations.swift
[32/111] Compiling SystemPackage FilePath.swift
[35/111] Emitting module secp256k1_implementation
[36/113] Emitting module _NIODataStructures
[37/113] Compiling ExtrasBase64 Base32.swift
[38/113] Compiling _NIODataStructures PriorityQueue.swift
[39/113] Compiling _NIODataStructures _TinyArray.swift
[40/114] Emitting module InternalCollectionsUtilities
[50/114] Compiling secp256k1_implementation SecureBytes.swift
[51/114] Compiling secp256k1_implementation BytesUtil.swift
[52/117] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/117] Emitting module ArgumentParserToolInfo
[55/128] Compiling Logging LogHandler.swift
[56/128] Compiling Logging Locks.swift
[57/128] Compiling Logging Logging.swift
[58/129] Compiling SystemPackage Backcompat.swift
[59/129] Compiling SystemPackage CInterop.swift
[60/129] Compiling SystemPackage Constants.swift
[61/129] Compiling SystemPackage Exports.swift
[62/129] Compiling SystemPackage MachPort.swift
[63/129] Compiling SystemPackage PlatformString.swift
[64/129] Compiling SystemPackage SystemString.swift
[67/128] Emitting module SystemPackage
[68/135] Compiling DequeModule Deque+Equatable.swift
[69/135] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/149] Compiling QuickJSON encoder.swift
[73/153] Compiling SystemPackage Util+StringArray.swift
[74/153] Compiling SystemPackage Util.swift
[75/153] Compiling SystemPackage UtilConsumers.swift
[76/153] Compiling DequeModule Deque+CustomReflectable.swift
[77/153] Compiling DequeModule Deque+Descriptions.swift
[80/155] Compiling _NIOBase64 Base64.swift
[81/155] Emitting module _NIOBase64
[82/156] Compiling DequeModule _DequeBuffer.swift
[83/156] Compiling DequeModule _DequeBufferHeader.swift
[87/155] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[88/174] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/174] Emitting module NIOConcurrencyHelpers
[90/174] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/174] Compiling QuickJSON ec_unkeyed.swift
[92/174] Emitting module DequeModule
[93/174] Compiling NIOConcurrencyHelpers lock.swift
[94/174] Compiling Atomics DoubleWord.swift
[95/174] Compiling Atomics ManagedAtomic.swift
[96/174] Compiling NIOConcurrencyHelpers atomics.swift
[97/174] Emitting module CryptoBoringWrapper
[98/174] Compiling QuickJSON extensions.swift
[99/174] Compiling Atomics AtomicReference.swift
[100/174] Compiling Atomics AtomicStorage.swift
[101/174] Compiling Atomics AtomicValue.swift
[103/174] Compiling Atomics ManagedAtomicLazyReference.swift
[104/174] Compiling Atomics AtomicMemoryOrderings.swift
[105/174] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[106/174] Emitting module QuickJSON
[107/174] Compiling Atomics OptionalRawRepresentable.swift
[108/174] Compiling Atomics RawRepresentable.swift
[109/174] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/175] Compiling Atomics AtomicBool.swift
[113/177] Compiling Atomics UnsafeAtomic.swift
[114/177] Compiling Atomics UnsafeAtomicLazyReference.swift
[118/178] Compiling Atomics Primitives.shims.swift
[120/178] Compiling Atomics AtomicInteger.swift
[121/178] Compiling Atomics AtomicOptionalWrappable.swift
[127/179] Compiling Atomics IntegerOperations.swift
[128/179] Compiling Atomics Unmanaged extensions.swift
[133/180] Compiling Atomics IntegerConformances.swift
[146/181] Compiling QuickJSON decoder.swift
[147/179] Compiling QuickJSON ec_keyed.swift
[148/179] Compiling QuickJSON ec_single.swift
[151/179] Wrapping AST for Logging for debugging
[152/178] Wrapping AST for InternalCollectionsUtilities for debugging
[153/179] Wrapping AST for DequeModule for debugging
[154/216] Wrapping AST for SystemPackage for debugging
[156/278] Compiling Crypto ChaChaPoly.swift
[157/278] Compiling Crypto Cipher.swift
[158/278] Compiling Crypto Nonces.swift
[159/278] Emitting module Atomics
[160/279] Emitting module secp256k1
[161/279] Compiling secp256k1 EntryPoint.swift
[164/279] Emitting module ArgumentParser
[164/284] Wrapping AST for Atomics for debugging
[166/344] Compiling NIOCore CircularBuffer.swift
[167/344] Compiling NIOCore Codec.swift
[168/344] Compiling NIOCore ConvenienceOptionSupport.swift
[169/344] Compiling NIOCore DeadChannel.swift
[170/344] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/344] Compiling NIOCore EventLoop+Deprecated.swift
[172/344] Compiling NIOCore EventLoop+SerialExecutor.swift
[173/344] Compiling NIOCore EventLoop.swift
[174/352] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[175/352] Compiling NIOCore EventLoopFuture.swift
[176/352] Compiling NIOCore FileDescriptor.swift
[177/352] Compiling NIOCore FileHandle.swift
[178/352] Compiling NIOCore FileRegion.swift
[179/352] Emitting module Crypto
[180/352] Compiling NIOCore AddressedEnvelope.swift
[181/352] Compiling NIOCore AsyncAwaitSupport.swift
[182/352] Compiling NIOCore AsyncChannel.swift
[183/352] Compiling NIOCore AsyncChannelHandler.swift
[184/352] Compiling NIOCore AsyncChannelInboundStream.swift
[185/352] Compiling NIOCore AsyncChannelOutboundWriter.swift
[186/352] Compiling NIOCore ChannelHandler.swift
[187/352] Compiling NIOCore ChannelHandlers.swift
[188/352] Compiling NIOCore ChannelInvoker.swift
[189/352] Compiling NIOCore ChannelOption.swift
[190/352] Compiling NIOCore ChannelPipeline.swift
[197/352] Compiling NIOCore NIOAsyncSequenceProducer.swift
[198/352] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[199/352] Compiling NIOCore NIOAsyncWriter.swift
[200/352] Compiling NIOCore IO.swift
[201/352] Compiling NIOCore IOData.swift
[202/352] Compiling NIOCore IPProtocol.swift
[203/352] Compiling NIOCore IntegerBitPacking.swift
[204/352] Compiling NIOCore IntegerTypes.swift
[205/352] Compiling NIOCore Interfaces.swift
[206/352] Compiling NIOCore Linux.swift
[207/352] Compiling NIOCore MarkedCircularBuffer.swift
[208/352] Compiling NIOCore EventLoopFuture+AssumeIsolated.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)
[209/352] Compiling NIOCore EventLoopFuture+Deprecated.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)
[215/352] Compiling NIOCore GlobalSingletons.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)
[216/352] Compiling NIOCore MulticastChannel.swift
[217/352] Compiling NIOCore NIOAny.swift
[218/352] Compiling NIOCore NIOCloseOnErrorHandler.swift
[219/352] Compiling NIOCore NIOLoopBound.swift
[220/352] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[221/352] Compiling NIOCore NIOScheduledCallback.swift
[222/352] Compiling NIOCore NIOSendable.swift
[223/352] Compiling NIOCore RecvByteBufferAllocator.swift
[232/360] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[233/360] Compiling NIOCore BSDSocketAPI.swift
[234/360] Compiling NIOCore ByteBuffer-int.swift
[235/360] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[236/360] Compiling NIOCore ByteBuffer-multi-int.swift
[237/360] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[238/360] Compiling NIOCore ByteBuffer-views.swift
[239/360] Compiling NIOCore Channel.swift
[245/360] Compiling NIOCore ByteBuffer-aux.swift
[246/360] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[247/360] Compiling NIOCore ByteBuffer-conversions.swift
[248/360] Compiling NIOCore ByteBuffer-core.swift
[249/360] Compiling NIOCore ByteBuffer-hex.swift
[285/360] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[286/360] Compiling NIOCore SocketAddresses.swift
[287/360] Compiling NIOCore SocketOptionProvider.swift
[288/360] Compiling NIOCore SystemCallHelpers.swift
[289/360] Compiling NIOCore TimeAmount+Duration.swift
[290/360] Compiling NIOCore TypeAssistedChannelHandler.swift
[291/360] Compiling NIOCore UniversalBootstrapSupport.swift
[292/360] Compiling NIOCore Utilities.swift
BUILD FAILURE 6.1 android