Build Information
Successful build of AcmeSwift, reference main (aca3a3
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:59:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m-barthelemy/AcmeSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/m-barthelemy/AcmeSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aca3a34 Merge pull request #16 from dimitribouniol/dimitri/account-fix
Cloned https://github.com/m-barthelemy/AcmeSwift.git
Revision (git rev-parse @):
aca3a34f9b86d936ce5df4edd816af3460b8c74f
SUCCESS checkout https://github.com/m-barthelemy/AcmeSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/m-barthelemy/AcmeSwift.git
https://github.com/m-barthelemy/AcmeSwift.git
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.13.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
}
],
"manifest_display_name" : "AcmeSwift",
"name" : "AcmeSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AcmeSwift",
"targets" : [
"AcmeSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AcmeSwiftTests",
"module_type" : "SwiftTarget",
"name" : "AcmeSwiftTests",
"path" : "Tests/AcmeSwiftTests",
"sources" : [
"AccountTests.swift",
"MiscTemp.swift",
"OrderTests.swift"
],
"target_dependencies" : [
"AcmeSwift"
],
"type" : "test"
},
{
"c99name" : "AcmeSwift",
"module_type" : "SwiftTarget",
"name" : "AcmeSwift",
"path" : "Sources/AcmeSwift",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto",
"_CryptoExtras",
"JWTKit",
"X509",
"SwiftASN1"
],
"product_memberships" : [
"AcmeSwift"
],
"sources" : [
"APIs/AcmeSwift+Account.swift",
"APIs/AcmeSwift+Certificates.swift",
"APIs/AcmeSwift+Csr.swift",
"APIs/AcmeSwift+Orders.swift",
"APIs/AcmeSwift.swift",
"Endpoints/Account/CreateAccountEndpoint.swift",
"Endpoints/Account/DeactivateAccountEndpoint.swift",
"Endpoints/Account/ListOrdersEndpoint.swift",
"Endpoints/Authorization/GetAuthorizationEndpoint.swift",
"Endpoints/Certificate/DownloadCertificateEndpoint.swift",
"Endpoints/Certificate/RevokeCertificateEndpoint.swift",
"Endpoints/EndpointProtocol.swift",
"Endpoints/Order/CreateOrderEndpoint.swift",
"Endpoints/Order/FinalizeOrderEndpoint.swift",
"Endpoints/Order/GetOrderEndpoint.swift",
"Endpoints/Order/ValidateChallengeEndpoint.swift",
"Helpers/AcmeRequestBody.swift",
"Helpers/HttpClient+Decode.swift",
"Helpers/String+base64Url.swift",
"Models/Account/AccountCredentials.swift",
"Models/Account/AccountOrdersUrls.swift",
"Models/Account/AcmeAccountInfo.swift",
"Models/Account/AcmeAccountSpec.swift",
"Models/AcmeDirectory.swift",
"Models/AcmeError.swift",
"Models/Certificate/RevokeSpec.swift",
"Models/Order/AcmeAuthorization.swift",
"Models/Order/AcmeFinalizeOrderSpec.swift",
"Models/Order/AcmeOrderInfo.swift",
"Models/Order/AcmeOrderSpec.swift",
"Models/Order/ChallengeDescription.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/814] Write sources
[5/814] Copying PrivacyInfo.xcprivacy
[6/814] Write sources
[6/814] Copying PrivacyInfo.xcprivacy
[9/814] Write sources
[10/814] Copying PrivacyInfo.xcprivacy
[12/814] Write sources
[16/814] Copying PrivacyInfo.xcprivacy
[18/814] Write sources
[18/814] Copying PrivacyInfo.xcprivacy
[18/814] Write sources
[34/814] Compiling CNIOWASI CNIOWASI.c
[35/814] Compiling CNIOWindows shim.c
[35/814] Compiling CNIOWindows WSAStartup.c
[37/814] Compiling CNIOLinux shim.c
[38/814] Compiling CNIOLinux liburing_shims.c
[39/814] Compiling _NumericsShims _NumericsShims.c
[40/814] Write swift-version-2F0A5646E1D333AE.txt
[41/814] Compiling fiat_p256_adx_mul.S
[41/814] Compiling fiat_p256_adx_sqr.S
[43/814] Compiling fiat_curve25519_adx_square.S
[44/814] Compiling CNIOExtrasZlib empty.c
[45/814] Compiling _AtomicsShims.c
[46/840] Compiling CNIOLLHTTP c_nio_http.c
[47/840] Compiling CNIOLLHTTP c_nio_api.c
[48/855] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/946] Compiling CNIODarwin shim.c
[50/946] Compiling fiat_curve25519_adx_mul.S
[51/946] Compiling CNIOBoringSSLShims shims.c
[53/946] Emitting module _NIOBase64
[54/946] Compiling _NIOBase64 Base64.swift
[55/946] Emitting module _CertificateInternals
[56/946] Compiling _CertificateInternals _TinyArray.swift
[57/946] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/947] Compiling RealModule Real.swift
[59/947] Compiling RealModule Float+Real.swift
[60/947] Compiling RealModule ElementaryFunctions.swift
[61/947] Compiling RealModule AugmentedArithmetic.swift
[62/947] Compiling RealModule Float80+Real.swift
[63/947] Compiling RealModule Double+Real.swift
[64/947] Compiling RealModule ApproximateEquality.swift
[65/947] Compiling RealModule AlgebraicField.swift
[66/947] Compiling RealModule Float16+Real.swift
[67/947] Emitting module RealModule
[68/948] Compiling RealModule RealFunctions.swift
[69/948] Compiling Crypto ASN1.swift
[70/948] Compiling Crypto ASN1Any.swift
[71/948] Compiling Crypto HPKE-KEM-Curve25519.swift
[72/948] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[73/948] Compiling Crypto AES-GCM.swift
[74/948] Compiling Crypto AES-GCM_boring.swift
[75/948] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/948] Compiling Crypto HPKE-KEM.swift
[77/948] Compiling Crypto HPKE-Errors.swift
[78/948] Compiling Crypto HPKE-Utils.swift
[79/948] Compiling Crypto DHKEM.swift
[80/948] Compiling Crypto Cipher.swift
[81/948] Compiling Crypto Nonces.swift
[82/948] Compiling Crypto HPKE-KexKeyDerivation.swift
[83/948] Compiling Crypto HPKE-LabeledExtract.swift
[84/948] Emitting module InternalCollectionsUtilities
[85/948] Compiling Crypto ChaChaPoly_boring.swift
[86/948] Compiling Crypto ChaChaPoly.swift
[87/948] Compiling Logging LogHandler.swift
[88/948] Compiling _NIODataStructures _TinyArray.swift
[89/948] Compiling _NIODataStructures PriorityQueue.swift
[90/948] Emitting module _NIODataStructures
[91/948] Compiling _NIODataStructures Heap.swift
[92/964] Compiling Logging MetadataProvider.swift
[93/964] Compiling Logging Locks.swift
[94/964] Emitting module Logging
[95/964] Compiling Logging Logging.swift
[96/964] Compiling DequeModule _DequeSlot.swift
[97/964] Compiling DequeModule _DequeBufferHeader.swift
[98/965] Compiling DequeModule Deque+CustomReflectable.swift
[99/965] Compiling DequeModule Deque+Descriptions.swift
[100/965] Compiling DequeModule Deque+Equatable.swift
[101/965] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/965] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/965] Compiling DequeModule _DequeBuffer.swift
[104/965] Compiling DequeModule Deque+Extras.swift
[105/965] Compiling DequeModule Deque+Hashable.swift
[106/965] Compiling DequeModule Deque._UnsafeHandle.swift
[107/965] Compiling DequeModule Deque.swift
[108/965] Compiling DequeModule Deque+Testing.swift
[109/965] Compiling DequeModule Deque._Storage.swift
[110/965] Compiling DequeModule Deque+Codable.swift
[111/965] Compiling DequeModule Deque+Collection.swift
[112/965] Emitting module DequeModule
[112/965] Compiling tls13_client.cc
[113/965] Compiling t1_enc.cc
[114/965] Compiling tls13_enc.cc
[115/965] Compiling tls_method.cc
[115/965] Compiling tls13_server.cc
[115/965] Compiling tls13_both.cc
[116/965] Compiling tls_record.cc
[119/965] Compiling ssl_x509.cc
[120/965] Compiling ssl_stat.cc
[121/965] Compiling ssl_transcript.cc
[122/965] Compiling ssl_versions.cc
[123/965] Compiling ssl_key_share.cc
[124/965] Compiling ssl_privkey.cc
[125/965] Compiling ssl_session.cc
[126/965] Compiling ssl_lib.cc
[127/965] Compiling ssl_file.cc
[128/965] Compiling ssl_cipher.cc
[131/966] Compiling ssl_cert.cc
[132/966] Compiling ssl_credential.cc
[133/966] Compiling ssl_buffer.cc
[134/966] Compiling ssl_asn1.cc
[136/966] Compiling SwiftASN1 DER.swift
[136/966] Compiling ssl_aead_ctx.cc
[146/966] Compiling SwiftASN1 Errors.swift
[146/966] Compiling s3_pkt.cc
[149/966] Compiling s3_lib.cc
[150/966] Compiling s3_both.cc
[152/966] Emitting module SwiftASN1
[152/966] Compiling handshake_client.cc
[153/966] Compiling handshake.cc
[154/966] Compiling handshake_server.cc
[155/966] Compiling handoff.cc
[156/966] Compiling encrypted_client_hello.cc
[161/966] Compiling extensions.cc
[163/966] Compiling Crypto DH.swift
[164/966] Compiling Crypto ECDH.swift
[165/966] Compiling Crypto HKDF.swift
[166/966] Compiling Crypto AESWrap.swift
[167/966] Compiling Crypto AESWrap_boring.swift
[168/966] Compiling Crypto Ed25519_boring.swift
[169/966] Compiling Crypto NISTCurvesKeys_boring.swift
[170/966] Compiling Crypto X25519Keys_boring.swift
[171/966] Compiling Crypto Curve25519.swift
[172/966] Compiling Crypto Ed25519Keys.swift
[173/966] Compiling Crypto NISTCurvesKeys.swift
[174/966] Compiling Crypto X25519Keys.swift
[175/966] Compiling Crypto SymmetricKeys.swift
[176/966] Compiling Crypto HMAC.swift
[177/966] Compiling Crypto MACFunctions.swift
[178/966] Compiling Crypto MessageAuthenticationCode.swift
[179/966] Compiling Crypto HPKE.swift
[180/966] Compiling Crypto HPKE-Context.swift
[181/966] Compiling Crypto HPKE-KeySchedule.swift
[182/966] Compiling Crypto HPKE-Modes.swift
[183/966] Compiling Crypto Insecure.swift
[184/966] Compiling Crypto Insecure_HashFunctions.swift
[185/966] Compiling Crypto KEM.swift
[186/966] Compiling Crypto ECDH_boring.swift
[186/974] Compiling md5-x86_64-linux.S
[188/974] Compiling Crypto ASN1BitString.swift
[189/974] Compiling Crypto ASN1Boolean.swift
[190/974] Compiling Crypto ASN1Identifier.swift
[191/974] Compiling Crypto ASN1Integer.swift
[192/974] Compiling Crypto ASN1Null.swift
[193/974] Compiling Crypto ASN1OctetString.swift
[194/974] Compiling Crypto ASN1Strings.swift
[195/974] Compiling Crypto ArraySliceBigint.swift
[212/974] Emitting module Crypto
[213/974] Compiling Crypto AES.swift
[214/974] Compiling Crypto ECDSASignature_boring.swift
[215/974] Compiling Crypto ECDSA_boring.swift
[216/974] Compiling Crypto EdDSA_boring.swift
[217/974] Compiling Crypto ECDSA.swift
[218/974] Compiling Crypto Ed25519.swift
[219/974] Compiling Crypto Signature.swift
[220/974] Compiling Crypto CryptoKitErrors_boring.swift
[221/974] Compiling Crypto GeneralizedTime.swift
[222/974] Compiling Crypto ObjectIdentifier.swift
[223/974] Compiling Crypto ECDSASignature.swift
[224/974] Compiling Crypto PEMDocument.swift
[225/974] Compiling Crypto PKCS8PrivateKey.swift
[226/974] Compiling Crypto SEC1PrivateKey.swift
[227/974] Compiling Crypto SubjectPublicKeyInfo.swift
[228/974] Compiling Crypto CryptoKitErrors.swift
[229/974] Compiling Crypto Digest_boring.swift
[230/974] Compiling Crypto Digest.swift
[231/974] Compiling Crypto Digests.swift
[232/974] Compiling Crypto HashFunctions.swift
[233/974] Compiling Crypto HashFunctions_SHA2.swift
[234/974] Compiling Crypto HPKE-AEAD.swift
[235/974] Compiling Crypto HPKE-Ciphersuite.swift
[236/974] Compiling Crypto HPKE-KDF.swift
[236/974] Compiling md5-x86_64-apple.S
[237/974] Compiling md5-586-linux.S
[238/974] Compiling md5-586-apple.S
[239/974] Compiling dtls_record.cc
[240/974] Compiling chacha20_poly1305_x86_64-linux.S
[241/974] Compiling chacha20_poly1305_x86_64-apple.S
[242/974] Compiling chacha20_poly1305_armv8-win.S
[243/974] Compiling chacha20_poly1305_armv8-linux.S
[244/974] Compiling chacha-x86_64-linux.S
[245/974] Compiling chacha20_poly1305_armv8-apple.S
[246/974] Compiling dtls_method.cc
[247/974] Compiling chacha-x86_64-apple.S
[248/974] Compiling chacha-x86-linux.S
[249/974] Compiling chacha-armv8-win.S
[250/974] Compiling chacha-x86-apple.S
[251/974] Compiling chacha-armv8-linux.S
[252/974] Compiling d1_srtp.cc
[253/974] Compiling d1_pkt.cc
[254/974] Compiling chacha-armv4-linux.S
[255/974] Compiling aes128gcmsiv-x86_64-linux.S
[256/974] Compiling err_data.cc
[257/974] Compiling bio_ssl.cc
[258/974] Compiling chacha-armv8-apple.S
[259/974] Compiling aes128gcmsiv-x86_64-apple.S
[259/974] Compiling x86_64-mont5-linux.S
[261/974] Compiling d1_lib.cc
[262/974] Compiling x86_64-mont5-apple.S
[263/974] Compiling x86_64-mont-linux.S
[264/974] Compiling x86_64-mont-apple.S
[265/974] Compiling x86-mont-linux.S
[266/974] Compiling x86-mont-apple.S
[267/974] Compiling vpaes-x86_64-linux.S
[268/974] Compiling vpaes-x86_64-apple.S
[269/974] Compiling vpaes-x86-linux.S
[270/974] Compiling vpaes-x86-apple.S
[271/974] Compiling vpaes-armv8-win.S
[272/974] Compiling vpaes-armv8-linux.S
[273/974] Compiling d1_both.cc
[274/974] Compiling vpaes-armv8-apple.S
[275/974] Compiling sha512-x86_64-linux.S
[276/974] Compiling sha512-x86_64-apple.S
[276/974] Compiling vpaes-armv7-linux.S
[278/974] Compiling sha512-armv8-win.S
[279/974] Compiling sha512-armv8-linux.S
[280/974] Compiling sha512-586-linux.S
[282/974] Compiling Crypto RNG_boring.swift
[283/974] Compiling Crypto SafeCompare_boring.swift
[284/974] Compiling Crypto Zeroization_boring.swift
[285/974] Compiling Crypto PrettyBytes.swift
[286/974] Compiling Crypto SafeCompare.swift
[286/974] Compiling sha512-armv4-linux.S
[287/974] Compiling Crypto SecureBytes.swift
[288/974] Compiling Crypto Zeroization.swift
[289/974] Compiling Crypto resource_bundle_accessor.swift
[290/974] Compiling sha512-586-apple.S
[291/974] Compiling sha512-armv8-apple.S
[292/974] Compiling sha256-armv8-win.S
[293/974] Compiling sha256-x86_64-linux.S
[294/974] Compiling sha256-x86_64-apple.S
[295/974] Compiling sha256-armv8-linux.S
[296/974] Compiling sha256-armv8-apple.S
[297/974] Compiling sha256-586-linux.S
[298/974] Compiling sha256-armv4-linux.S
[299/974] Compiling sha1-x86_64-apple.S
[300/974] Compiling sha256-586-apple.S
[301/974] Compiling sha1-x86_64-linux.S
[302/974] Compiling sha1-armv8-linux.S
[302/974] Compiling sha1-armv8-win.S
[304/974] Compiling sha1-armv8-apple.S
[305/974] Compiling sha1-armv4-large-linux.S
[306/974] Compiling sha1-586-apple.S
[307/974] Compiling sha1-586-linux.S
[308/974] Compiling rdrand-x86_64-apple.S
[309/974] Compiling rsaz-avx2-linux.S
[309/974] Compiling rdrand-x86_64-linux.S
[309/974] Compiling rsaz-avx2-apple.S
[312/974] Compiling p256_beeu-x86_64-asm-apple.S
[312/974] Compiling p256_beeu-x86_64-asm-linux.S
[314/974] Compiling p256_beeu-armv8-asm-win.S
[315/974] Compiling p256_beeu-armv8-asm-linux.S
[316/974] Compiling p256-x86_64-asm-linux.S
[317/974] Compiling p256_beeu-armv8-asm-apple.S
[318/974] Compiling p256-x86_64-asm-apple.S
[319/974] Compiling p256-armv8-asm-linux.S
[319/974] Compiling p256-armv8-asm-win.S
[321/974] Compiling p256-armv8-asm-apple.S
[322/974] Compiling ghashv8-armv8-linux.S
[323/974] Compiling ghashv8-armv8-win.S
[324/974] Compiling ghashv8-armv8-apple.S
[325/974] Compiling ghashv8-armv7-linux.S
[326/974] Compiling ghash-x86_64-linux.S
[327/974] Compiling ghash-x86-linux.S
[328/974] Compiling ghash-x86-apple.S
[329/974] Compiling ghash-x86_64-apple.S
[330/974] Compiling ghash-ssse3-x86_64-linux.S
[331/974] Compiling ghash-ssse3-x86-apple.S
[332/974] Compiling ghash-ssse3-x86_64-apple.S
[333/974] Compiling ghash-ssse3-x86-linux.S
[334/974] Compiling ghash-neon-armv8-win.S
[335/974] Compiling ghash-neon-armv8-linux.S
[336/974] Compiling ghash-neon-armv8-apple.S
[337/974] Compiling ghash-armv4-linux.S
[338/974] Compiling co-586-linux.S
[339/974] Compiling bsaes-armv7-linux.S
[340/974] Compiling bn-armv8-win.S
[341/974] Compiling co-586-apple.S
[341/974] Compiling bn-armv8-linux.S
[343/974] Compiling bn-armv8-apple.S
[344/974] Compiling armv8-mont-win.S
[345/974] Compiling bn-586-apple.S
[345/974] Compiling bn-586-linux.S
[347/974] Compiling armv8-mont-linux.S
[348/974] Compiling armv8-mont-apple.S
[349/974] Compiling armv4-mont-linux.S
[350/974] Compiling aesv8-gcm-armv8-win.S
[351/974] Compiling aesv8-gcm-armv8-linux.S
[352/974] Compiling aesv8-armv8-win.S
[353/974] Compiling aesv8-gcm-armv8-apple.S
[354/974] Compiling aesv8-armv8-linux.S
[355/974] Compiling aesv8-armv7-linux.S
[356/974] Compiling aesni-x86_64-linux.S
[357/974] Compiling aesv8-armv8-apple.S
[358/974] Compiling aesni-x86-linux.S
[359/974] Compiling aesni-x86_64-apple.S
[360/974] Compiling aesni-x86-apple.S
[361/974] Compiling aesni-gcm-x86_64-linux.S
[362/974] Compiling aesni-gcm-x86_64-apple.S
[363/974] Compiling aes-gcm-avx2-x86_64-linux.S
[364/974] Compiling aes-gcm-avx10-x86_64-apple.S
[365/974] Compiling aes-gcm-avx10-x86_64-linux.S
[366/974] Compiling aes-gcm-avx2-x86_64-apple.S
[367/974] Compiling x_x509a.cc
[368/974] Compiling x_x509.cc
[369/974] Compiling x_req.cc
[370/974] Compiling x_sig.cc
[371/974] Compiling x_spki.cc
[372/974] Compiling x_pubkey.cc
[373/974] Compiling x_val.cc
[374/974] Compiling x_exten.cc
[375/974] Compiling x_crl.cc
[376/974] Compiling x_name.cc
[377/974] Compiling x_attrib.cc
[378/974] Compiling x509spki.cc
[379/974] Compiling x509rset.cc
[380/974] Compiling x_algor.cc
[381/974] Compiling x_all.cc
[382/974] Compiling x509name.cc
[383/974] Compiling x509_vfy.cc
[384/974] Compiling x509cset.cc
[385/974] Compiling x509_v3.cc
[386/974] Compiling x509_vpm.cc
[387/974] Compiling x509_txt.cc
[388/974] Compiling x509_set.cc
[389/974] Compiling x509_trs.cc
[390/974] Compiling x509_obj.cc
[391/974] Compiling x509_def.cc
[392/974] Compiling x509_ext.cc
[393/974] Compiling x509_req.cc
[394/974] Compiling x509_lu.cc
[395/974] Compiling x509_cmp.cc
[396/974] Compiling x509_d2.cc
[397/974] Compiling x509_att.cc
[398/974] Compiling x509.cc
[399/974] Compiling v3_skey.cc
[400/974] Compiling v3_utl.cc
[401/974] Compiling v3_prn.cc
[402/974] Compiling v3_pmaps.cc
[402/974] Compiling v3_purp.cc
[404/974] Compiling v3_ocsp.cc
[405/974] Compiling v3_pcons.cc
[406/974] Compiling v3_ncons.cc
[407/974] Compiling v3_lib.cc
[408/974] Compiling v3_int.cc
[409/974] Compiling v3_genn.cc
[410/974] Compiling v3_info.cc
[411/974] Compiling v3_enum.cc
[412/974] Compiling v3_extku.cc
[413/974] Compiling v3_ia5.cc
[414/974] Compiling v3_crld.cc
[415/974] Compiling v3_cpols.cc
[416/974] Compiling v3_conf.cc
[417/974] Compiling v3_bitst.cc
[418/974] Compiling v3_bcons.cc
[419/974] Compiling v3_akey.cc
[420/974] Compiling t_crl.cc
[421/974] Compiling v3_akeya.cc
[421/974] Compiling v3_alt.cc
[423/974] Compiling t_req.cc
[424/974] Compiling t_x509a.cc
[425/974] Compiling rsa_pss.cc
[426/974] Compiling t_x509.cc
[427/974] Compiling i2d_pr.cc
[428/974] Compiling name_print.cc
[429/974] Compiling policy.cc
[430/974] Compiling by_file.cc
[431/974] Compiling algorithm.cc
[432/974] Compiling a_verify.cc
[433/974] Compiling by_dir.cc
[434/974] Compiling a_sign.cc
[435/974] Compiling asn1_gen.cc
[436/974] Compiling a_digest.cc
[437/974] Compiling voprf.cc
[438/974] Compiling trust_token.cc
[439/974] Compiling thread_none.cc
[440/974] Compiling thread.cc
[441/974] Compiling pmbtoken.cc
[442/974] Compiling thread_win.cc
[443/974] Compiling thread_pthread.cc
[444/974] Compiling stack.cc
[445/974] Compiling slhdsa.cc
[446/974] Compiling spake2plus.cc
[447/974] Compiling siphash.cc
[448/974] Compiling sha512.cc
[449/974] Compiling rsa_extra.cc
[450/974] Compiling sha1.cc
[451/974] Compiling rsa_print.cc
[452/974] Compiling sha256.cc
[453/974] Compiling rsa_crypt.cc
[454/974] Compiling rsa_asn1.cc
[455/974] Compiling rc4.cc
[456/974] Compiling refcount.cc
[457/974] Compiling urandom.cc
[458/974] Compiling trusty.cc
[459/974] Compiling windows.cc
[460/974] Compiling passive.cc
[461/974] Compiling rand.cc
[462/974] Compiling ios.cc
[463/974] Compiling poly1305_arm_asm.S
[464/974] Compiling getentropy.cc
[465/974] Compiling deterministic.cc
[466/974] Compiling fork_detect.cc
[467/974] Compiling forkunsafe.cc
[468/974] Compiling poly1305_vec.cc
[469/974] Compiling poly1305.cc
[470/974] Compiling poly1305_arm.cc
[471/974] Compiling pool.cc
[472/974] Compiling pkcs8.cc
[473/974] Compiling pkcs8_x509.cc
[474/974] Compiling pkcs7.cc
[475/974] Compiling p5_pbev2.cc
[476/974] Compiling pkcs7_x509.cc
[477/974] Compiling pem_xaux.cc
[478/974] Compiling pem_x509.cc
[479/974] Compiling pem_pkey.cc
[480/974] Compiling pem_oth.cc
[481/974] Compiling pem_pk8.cc
[482/974] Compiling obj_xref.cc
[483/974] Compiling mlkem.cc
[484/974] Compiling pem_lib.cc
[485/974] Compiling pem_info.cc
[486/974] Compiling pem_all.cc
[487/974] Compiling mldsa.cc
[488/974] Compiling poly_rq_mul.S
[489/974] Compiling fips_shared_support.cc
[490/974] Compiling mem.cc
[491/974] Compiling obj.cc
[492/974] Compiling md5.cc
[493/974] Compiling md4.cc
[494/974] Compiling lhash.cc
[495/974] Compiling ex_data.cc
[496/974] Compiling kyber.cc
[497/974] Compiling sign.cc
[498/974] Compiling scrypt.cc
[498/974] Compiling pbkdf.cc
[500/974] Compiling print.cc
[501/974] Compiling hpke.cc
[502/974] Compiling hrss.cc
[503/974] Compiling p_x25519_asn1.cc
[504/974] Compiling p_x25519.cc
[505/974] Compiling p_ed25519.cc
[506/974] Compiling p_rsa_asn1.cc
[507/974] Compiling p_rsa.cc
[508/974] Compiling p_ec.cc
[509/974] Compiling p_hkdf.cc
[510/974] Compiling p_ed25519_asn1.cc
[511/974] Compiling p_ec_asn1.cc
[512/974] Compiling p_dh_asn1.cc
[513/974] Compiling p_dsa_asn1.cc
[514/974] Compiling p_dh.cc
[515/974] Compiling evp_ctx.cc
[516/974] Compiling evp.cc
[517/974] Compiling engine.cc
[518/974] Compiling err.cc
[519/974] Compiling evp_asn1.cc
[520/974] Compiling ecdsa_asn1.cc
[521/974] Compiling ecdh.cc
[522/974] Compiling ec_derive.cc
[523/974] Compiling hash_to_curve.cc
[524/974] Compiling dsa.cc
[525/974] Compiling ec_asn1.cc
[526/974] Compiling params.cc
[527/974] Compiling dsa_asn1.cc
[528/974] Compiling bcm.cc
[529/974] Compiling x25519-asm-arm.S
[530/974] Compiling digest_extra.cc
[531/974] Compiling des.cc
[532/974] Compiling dh_asn1.cc
[533/974] Compiling curve25519_64_adx.cc
[534/974] Compiling spake25519.cc
[535/974] Compiling cpu_intel.cc
[536/974] Compiling crypto.cc
[537/974] Compiling cpu_arm_linux.cc
[538/974] Compiling cpu_aarch64_win.cc
[539/974] Compiling cpu_arm_freebsd.cc
[540/974] Compiling curve25519.cc
[541/974] Compiling cpu_aarch64_sysreg.cc
[542/974] Compiling cpu_aarch64_openbsd.cc
[543/974] Compiling cpu_aarch64_linux.cc
[544/974] Compiling cpu_aarch64_fuchsia.cc
[545/974] Compiling cpu_aarch64_apple.cc
[546/974] Compiling conf.cc
[547/974] Compiling tls_cbc.cc
[548/974] Compiling get_cipher.cc
[549/974] Compiling e_rc4.cc
[550/974] Compiling e_tls.cc
[551/974] Compiling e_rc2.cc
[552/974] Compiling e_null.cc
[553/974] Compiling e_des.cc
[554/974] Compiling e_chacha20poly1305.cc
[555/974] Compiling e_aesgcmsiv.cc
[556/974] Compiling derive_key.cc
[557/974] Compiling e_aesctrhmac.cc
[558/974] Compiling chacha.cc
[559/974] Compiling unicode.cc
[560/974] Compiling cbs.cc
[561/974] Compiling ber.cc
[562/974] Compiling cbb.cc
[563/974] Compiling asn1_compat.cc
[564/974] Compiling buf.cc
[565/974] Compiling blake2.cc
[566/974] Compiling socket_helper.cc
[567/974] Compiling bn_asn1.cc
[568/974] Compiling convert.cc
[569/974] Compiling socket.cc
[570/974] Compiling printf.cc
[571/974] Compiling pair.cc
[572/974] Compiling hexdump.cc
[573/974] Compiling file.cc
[574/974] Compiling fd.cc
[575/974] Compiling errno.cc
[576/974] Compiling connect.cc
[577/974] Compiling bio_mem.cc
[578/974] Compiling bio.cc
[579/974] Compiling base64.cc
[580/974] Compiling tasn_typ.cc
[581/974] Compiling tasn_fre.cc
[582/974] Compiling tasn_utl.cc
[583/974] Compiling tasn_enc.cc
[584/974] Compiling tasn_new.cc
[585/974] Compiling f_string.cc
[586/974] Compiling posix_time.cc
[587/974] Compiling asn_pack.cc
[588/974] Compiling f_int.cc
[589/974] Compiling tasn_dec.cc
[590/974] Compiling asn1_par.cc
[591/974] Compiling asn1_lib.cc
[592/974] Compiling a_utctm.cc
[593/974] Compiling a_type.cc
[594/974] Compiling a_octet.cc
[595/974] Compiling a_time.cc
[596/974] Compiling a_strnid.cc
[597/974] Compiling a_strex.cc
[598/974] Compiling a_object.cc
[599/974] Compiling a_mbstr.cc
[600/974] Compiling a_i2d_fp.cc
[601/974] Compiling a_int.cc
[602/974] Compiling fiat_p256_adx_sqr.S
[603/974] Compiling fiat_p256_adx_mul.S
[604/974] Compiling a_d2i_fp.cc
[605/974] Compiling a_dup.cc
[606/974] Compiling fiat_curve25519_adx_square.S
[607/974] Compiling fiat_curve25519_adx_mul.S
[608/974] Compiling md5-x86_64-apple.S
[609/974] Compiling md5-x86_64-linux.S
[610/974] Compiling a_gentm.cc
[611/974] Compiling md5-586-linux.S
[612/974] Compiling md5-586-apple.S
[613/974] Compiling chacha20_poly1305_x86_64-linux.S
[614/974] Compiling a_bool.cc
[615/974] Compiling chacha20_poly1305_x86_64-apple.S
[616/974] Compiling a_bitstr.cc
[617/974] Compiling chacha20_poly1305_armv8-win.S
[618/974] Compiling chacha20_poly1305_armv8-linux.S
[619/974] Compiling chacha-x86_64-linux.S
[620/974] Compiling chacha-x86_64-apple.S
[621/974] Compiling chacha-x86-linux.S
[622/974] Compiling chacha-x86-apple.S
[623/974] Compiling chacha20_poly1305_armv8-apple.S
[624/974] Compiling chacha-armv8-win.S
[625/974] Compiling chacha-armv8-linux.S
[626/974] Compiling chacha-armv4-linux.S
[627/974] Compiling aes128gcmsiv-x86_64-linux.S
[628/974] Compiling aes128gcmsiv-x86_64-apple.S
[629/974] Compiling chacha-armv8-apple.S
[630/974] Compiling x86_64-mont5-linux.S
[631/974] Compiling x86_64-mont5-apple.S
[632/974] Compiling x86_64-mont-linux.S
[633/974] Compiling x86_64-mont-apple.S
[634/974] Compiling x86-mont-linux.S
[635/974] Compiling x86-mont-apple.S
[636/974] Compiling vpaes-x86_64-linux.S
[637/974] Compiling vpaes-x86_64-apple.S
[638/974] Compiling vpaes-x86-linux.S
[639/974] Compiling vpaes-x86-apple.S
[640/974] Compiling vpaes-armv8-win.S
[641/974] Compiling vpaes-armv8-linux.S
[642/974] Compiling vpaes-armv8-apple.S
[643/974] Compiling vpaes-armv7-linux.S
[644/974] Compiling sha512-x86_64-linux.S
[645/974] Compiling sha512-x86_64-apple.S
[646/974] Compiling sha512-armv8-win.S
[647/974] Compiling sha512-armv8-linux.S
[648/974] Compiling err_data.cc
[649/974] Compiling CCryptoBoringSSLShims shims.c
[650/974] Compiling sha512-armv4-linux.S
[651/974] Compiling sha512-586-linux.S
[652/974] Compiling sha512-586-apple.S
[653/974] Compiling sha512-armv8-apple.S
[654/974] Compiling sha256-x86_64-linux.S
[655/974] Compiling sha256-x86_64-apple.S
[656/974] Compiling sha256-armv8-win.S
[657/974] Compiling sha256-armv8-linux.S
[658/974] Compiling sha256-armv8-apple.S
[659/974] Compiling sha256-586-linux.S
[659/974] Compiling sha256-armv4-linux.S
[659/974] Compiling sha256-586-apple.S
[662/974] Compiling sha1-x86_64-linux.S
[663/974] Compiling sha1-x86_64-apple.S
[664/974] Compiling sha1-armv8-win.S
[665/974] Compiling sha1-armv8-linux.S
[666/974] Compiling sha1-586-linux.S
[667/974] Compiling sha1-586-apple.S
[668/974] Compiling sha1-armv4-large-linux.S
[669/974] Compiling sha1-armv8-apple.S
[670/974] Compiling rsaz-avx2-linux.S
[671/974] Compiling rdrand-x86_64-linux.S
[672/974] Compiling rsaz-avx2-apple.S
[673/974] Compiling rdrand-x86_64-apple.S
[674/974] Compiling p256_beeu-x86_64-asm-linux.S
[675/974] Compiling p256_beeu-armv8-asm-win.S
[676/974] Compiling p256_beeu-x86_64-asm-apple.S
[677/974] Compiling p256_beeu-armv8-asm-linux.S
[678/974] Compiling p256_beeu-armv8-asm-apple.S
[679/974] Compiling p256-x86_64-asm-linux.S
[680/974] Compiling p256-x86_64-asm-apple.S
[681/974] Compiling p256-armv8-asm-win.S
[682/974] Compiling p256-armv8-asm-linux.S
[683/974] Compiling ghashv8-armv8-win.S
[684/974] Compiling p256-armv8-asm-apple.S
[685/974] Compiling ghashv8-armv8-linux.S
[686/974] Compiling ghashv8-armv8-apple.S
[687/974] Compiling ghash-x86_64-linux.S
[688/974] Compiling ghashv8-armv7-linux.S
[689/974] Compiling ghash-x86_64-apple.S
[690/974] Compiling ghash-x86-linux.S
[691/974] Compiling ghash-x86-apple.S
[692/974] Compiling ghash-ssse3-x86_64-apple.S
[693/974] Compiling ghash-ssse3-x86_64-linux.S
[694/974] Compiling ghash-ssse3-x86-linux.S
[695/974] Compiling ghash-neon-armv8-win.S
[696/974] Compiling ghash-neon-armv8-linux.S
[697/974] Compiling ghash-ssse3-x86-apple.S
[698/974] Compiling ghash-neon-armv8-apple.S
[699/974] Compiling ghash-armv4-linux.S
[700/974] Compiling co-586-linux.S
[701/974] Compiling co-586-apple.S
[701/974] Compiling bsaes-armv7-linux.S
[703/974] Compiling bn-armv8-win.S
[704/974] Compiling bn-armv8-apple.S
[705/974] Compiling bn-armv8-linux.S
[706/974] Compiling bn-586-linux.S
[707/974] Compiling bn-586-apple.S
[708/974] Compiling armv8-mont-linux.S
[708/974] Compiling armv8-mont-win.S
[710/974] Compiling armv8-mont-apple.S
[711/974] Compiling armv4-mont-linux.S
[712/974] Compiling aesv8-gcm-armv8-win.S
[713/974] Compiling aesv8-gcm-armv8-linux.S
[714/974] Compiling aesv8-armv8-win.S
[715/974] Compiling aesv8-gcm-armv8-apple.S
[716/974] Compiling aesv8-armv8-linux.S
[717/974] Compiling aesv8-armv8-apple.S
[718/974] Compiling aesni-x86_64-linux.S
[719/974] Compiling aesni-x86_64-apple.S
[720/974] Compiling aesni-x86-linux.S
[720/974] Compiling aesv8-armv7-linux.S
[722/974] Compiling aesni-x86-apple.S
[723/974] Compiling aesni-gcm-x86_64-linux.S
[724/974] Compiling aesni-gcm-x86_64-apple.S
[725/974] Compiling aes-gcm-avx10-x86_64-linux.S
[726/974] Compiling aes-gcm-avx10-x86_64-apple.S
[727/974] Compiling c-nioatomics.c
[728/974] Compiling x_val.cc
[728/974] Compiling x_sig.cc
[730/974] Compiling x_x509a.cc
[731/974] Compiling x_x509.cc
[732/974] Compiling x_spki.cc
[733/974] Compiling x_req.cc
[734/974] Compiling x_name.cc
[735/974] Compiling x_pubkey.cc
[736/974] Compiling c-atomics.c
[737/974] Compiling x_exten.cc
[738/980] Compiling x509spki.cc
[739/980] Compiling x_attrib.cc
[740/980] Compiling x_crl.cc
[740/980] Compiling x_algor.cc
[742/980] Compiling x_all.cc
[743/980] Compiling x509rset.cc
[744/980] Compiling x509name.cc
[745/980] Compiling x509cset.cc
[746/980] Compiling x509_vpm.cc
[748/980] Compiling NIOConcurrencyHelpers lock.swift
[749/980] Compiling NIOConcurrencyHelpers NIOLock.swift
[750/980] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[751/980] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[752/980] Compiling NIOConcurrencyHelpers atomics.swift
[753/980] Emitting module NIOConcurrencyHelpers
[753/980] Compiling x509_txt.cc
[754/980] Compiling x509_obj.cc
[755/980] Compiling x509_set.cc
[756/980] Compiling x509_req.cc
[757/980] Compiling x509_v3.cc
[758/980] Compiling x509_lu.cc
[759/980] Compiling x509_trs.cc
[760/980] Compiling x509_vfy.cc
[761/980] Compiling x509_ext.cc
[762/980] Compiling x509_def.cc
[763/980] Compiling x509_d2.cc
[764/980] Compiling x509_cmp.cc
[765/980] Compiling x509.cc
[766/980] Compiling v3_skey.cc
[767/980] Compiling v3_prn.cc
[768/980] Compiling x509_att.cc
[769/980] Compiling v3_purp.cc
[770/980] Compiling v3_utl.cc
[771/980] Compiling v3_pmaps.cc
[772/980] Compiling v3_pcons.cc
[773/980] Compiling v3_ocsp.cc
[774/980] Compiling v3_int.cc
[774/980] Compiling v3_lib.cc
[776/980] Compiling v3_ia5.cc
[777/980] Compiling v3_ncons.cc
[778/980] Compiling v3_info.cc
[779/980] Compiling v3_genn.cc
[780/980] Compiling v3_extku.cc
[781/980] Compiling v3_enum.cc
[782/980] Compiling v3_crld.cc
[783/980] Compiling v3_cpols.cc
[784/980] Compiling v3_bitst.cc
[785/980] Compiling v3_bcons.cc
[786/980] Compiling v3_akeya.cc
[786/980] Compiling v3_conf.cc
[788/980] Compiling v3_alt.cc
[789/980] Compiling v3_akey.cc
[790/980] Compiling t_x509a.cc
[791/980] Compiling t_x509.cc
[792/980] Compiling i2d_pr.cc
[793/980] Compiling t_req.cc
[794/980] Compiling t_crl.cc
[795/980] Compiling rsa_pss.cc
[796/980] Compiling name_print.cc
[797/980] Compiling policy.cc
[798/980] Compiling by_file.cc
[799/980] Compiling by_dir.cc
[800/980] Compiling asn1_gen.cc
[801/980] Compiling algorithm.cc
[802/980] Compiling thread_win.cc
[803/980] Compiling thread_pthread.cc
[804/980] Compiling a_sign.cc
[805/980] Compiling thread_none.cc
[806/980] Compiling a_verify.cc
[807/980] Compiling thread.cc
[808/980] Compiling a_digest.cc
[809/980] Compiling voprf.cc
[810/980] Compiling trust_token.cc
[811/980] Compiling pmbtoken.cc
[812/980] Compiling stack.cc
[813/980] Compiling wots.cc
[814/980] Compiling thash.cc
[815/980] Compiling merkle.cc
[816/980] Compiling fors.cc
[817/980] Compiling siphash.cc
[818/980] Compiling sha512.cc
[819/980] Compiling sha256.cc
[820/980] Compiling slhdsa.cc
[821/980] Compiling sha1.cc
[822/980] Compiling rsa_print.cc
[823/980] Compiling rsa_extra.cc
[824/980] Compiling refcount.cc
[825/980] Compiling rc4.cc
[826/980] Compiling windows.cc
[826/980] Compiling urandom.cc
[828/980] Compiling rsa_crypt.cc
[829/980] Compiling trusty.cc
[830/980] Compiling rsa_asn1.cc
[831/980] Compiling rand_extra.cc
[832/980] Compiling poly1305_arm_asm.S
[833/980] Compiling ios.cc
[834/980] Compiling passive.cc
[835/980] Compiling getentropy.cc
[836/980] Compiling deterministic.cc
[837/980] Compiling forkunsafe.cc
[838/980] Compiling fork_detect.cc
[839/980] Compiling poly1305_vec.cc
[840/980] Compiling poly1305_arm.cc
[841/980] Compiling pool.cc
[842/980] Compiling poly1305.cc
[843/980] Compiling pkcs7.cc
[844/980] Compiling pkcs8.cc
[845/980] Compiling p5_pbev2.cc
[846/980] Compiling pkcs8_x509.cc
[847/980] Compiling pkcs7_x509.cc
[848/980] Compiling pem_x509.cc
[849/980] Compiling pem_xaux.cc
[850/980] Compiling pem_pkey.cc
[851/980] Compiling pem_pk8.cc
[852/980] Compiling pem_oth.cc
[853/980] Compiling mldsa.cc
[854/980] Compiling obj_xref.cc
[855/980] Compiling mem.cc
[856/980] Compiling pem_lib.cc
[857/980] Compiling md4.cc
[858/980] Compiling md5.cc
[859/980] Compiling poly_rq_mul.S
[860/980] Compiling mlkem.cc
[861/980] Compiling pem_info.cc
[862/980] Compiling fips_shared_support.cc
[863/980] Compiling pem_all.cc
[864/980] Compiling obj.cc
[865/980] Compiling lhash.cc
[866/980] Compiling ex_data.cc
[867/980] Compiling sign.cc
[868/980] Compiling kyber.cc
[869/980] Compiling scrypt.cc
[870/980] Compiling pbkdf.cc
[871/980] Compiling print.cc
[872/980] Compiling hpke.cc
[873/980] Compiling hrss.cc
[874/980] Compiling p_x25519_asn1.cc
[875/980] Compiling p_x25519.cc
[876/980] Compiling p_ed25519.cc
[877/980] Compiling p_rsa_asn1.cc
[878/980] Compiling p_hkdf.cc
[879/980] Compiling p_rsa.cc
[880/980] Compiling p_ed25519_asn1.cc
[881/980] Compiling p_ec.cc
[882/980] Compiling p_ec_asn1.cc
[883/980] Compiling p_dh_asn1.cc
[884/980] Compiling p_dsa_asn1.cc
[885/980] Compiling p_dh.cc
[886/980] Compiling evp_ctx.cc
[887/980] Compiling engine.cc
[888/980] Compiling err.cc
[888/980] Compiling evp.cc
[890/980] Compiling evp_asn1.cc
[891/980] Compiling ecdsa_asn1.cc
[892/980] Compiling ecdh_extra.cc
[893/980] Compiling hash_to_curve.cc
[894/980] Compiling ec_derive.cc
[895/980] Compiling dsa.cc
[896/980] Compiling ec_asn1.cc
[897/980] Compiling dsa_asn1.cc
[898/980] Compiling params.cc
[899/980] Compiling digest_extra.cc
[900/980] Compiling x25519-asm-arm.S
[901/980] Compiling bcm.cc
[902/980] Compiling dh_asn1.cc
[903/980] Compiling des.cc
[904/980] Compiling curve25519_64_adx.cc
[905/980] Compiling spake25519.cc
[906/980] Compiling cpu_intel.cc
[907/980] Compiling crypto.cc
[908/980] Compiling cpu_arm_linux.cc
[909/980] Compiling cpu_arm_freebsd.cc
[910/980] Compiling cpu_aarch64_win.cc
[911/980] Compiling curve25519.cc
[912/980] Compiling cpu_aarch64_sysreg.cc
[913/980] Compiling cpu_aarch64_openbsd.cc
[914/980] Compiling cpu_aarch64_linux.cc
[915/980] Compiling cpu_aarch64_fuchsia.cc
[916/980] Compiling cpu_aarch64_apple.cc
[917/980] Compiling tls_cbc.cc
[918/980] Compiling conf.cc
[919/980] Compiling e_rc4.cc
[920/980] Compiling e_tls.cc
[921/980] Compiling e_rc2.cc
[922/980] Compiling e_null.cc
[923/980] Compiling e_des.cc
[924/980] Compiling e_chacha20poly1305.cc
[925/980] Compiling e_aesgcmsiv.cc
[926/980] Compiling e_aesctrhmac.cc
[927/980] Compiling derive_key.cc
[928/980] Compiling cipher_extra.cc
[929/980] Compiling chacha.cc
[930/980] Compiling unicode.cc
[931/980] Compiling cbb.cc
[932/980] Compiling cbs.cc
[933/980] Compiling ber.cc
[934/980] Compiling buf.cc
[935/980] Compiling asn1_compat.cc
[936/980] Compiling blake2.cc
[937/980] Compiling printf.cc
[938/980] Compiling bn_asn1.cc
[939/980] Compiling convert.cc
[940/980] Compiling pair.cc
[941/980] Compiling hexdump.cc
[942/980] Compiling errno.cc
[943/980] Compiling file.cc
[944/980] Compiling fd.cc
[945/980] Compiling bio_mem.cc
[946/980] Compiling base64.cc
[947/980] Compiling bio.cc
[948/980] Compiling tasn_typ.cc
[949/980] Compiling tasn_utl.cc
[950/980] Compiling tasn_fre.cc
[951/980] Compiling tasn_new.cc
[952/980] Compiling posix_time.cc
[953/980] Compiling tasn_enc.cc
[954/980] Compiling f_string.cc
[955/980] Compiling tasn_dec.cc
[956/980] Compiling f_int.cc
[957/980] Compiling asn_pack.cc
[958/980] Compiling asn1_par.cc
[959/980] Compiling asn1_lib.cc
[960/980] Compiling a_utctm.cc
[961/980] Compiling a_type.cc
[962/980] Compiling a_time.cc
[963/980] Compiling a_octet.cc
[964/980] Compiling a_strnid.cc
[965/980] Compiling a_strex.cc
[966/980] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[966/980] Write sources
[969/980] Compiling a_mbstr.cc
[970/980] Write sources
[972/980] Compiling a_object.cc
[973/980] Compiling a_int.cc
[974/980] Compiling a_i2d_fp.cc
[975/980] Compiling a_d2i_fp.cc
[976/998] Compiling a_dup.cc
[977/1016] Compiling a_gentm.cc
[978/1025] Compiling a_bitstr.cc
[979/1025] Compiling a_bool.cc
[981/1034] Compiling Algorithms Joined.swift
[982/1034] Compiling Algorithms Keyed.swift
[983/1036] Compiling Algorithms AdjacentPairs.swift
[984/1036] Compiling Algorithms Chain.swift
[985/1036] Compiling Algorithms FirstNonNil.swift
[986/1036] Compiling Algorithms FlattenCollection.swift
[987/1036] Compiling Algorithms MinMax.swift
[988/1036] Compiling Algorithms Partition.swift
[989/1036] Compiling Atomics IntegerOperations.swift
[990/1036] Compiling Atomics Unmanaged extensions.swift
[991/1036] Compiling Algorithms Intersperse.swift
[992/1036] Compiling Algorithms Combinations.swift
[993/1036] Compiling Algorithms Compacted.swift
[994/1036] Compiling Algorithms Cycle.swift
[995/1036] Compiling Atomics AtomicOptionalWrappable.swift
[996/1036] Compiling Atomics AtomicReference.swift
[997/1036] Compiling Algorithms Grouped.swift
[998/1036] Compiling Algorithms Indexed.swift
[999/1036] Compiling Algorithms RandomSample.swift
[1000/1036] Compiling Algorithms Reductions.swift
[1001/1036] Compiling Algorithms Rotate.swift
[1004/1036] Compiling Algorithms Split.swift
[1005/1036] Compiling Algorithms Stride.swift
[1006/1038] Compiling Algorithms EitherSequence.swift
[1021/1038] Compiling Algorithms Unique.swift
[1022/1038] Compiling Algorithms Windows.swift
[1025/1038] Compiling Algorithms Chunked.swift
[1028/1038] Compiling CryptoBoringWrapper RandomBytes.swift
[1029/1038] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1030/1038] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1031/1038] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1032/1038] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1033/1038] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1034/1038] Emitting module CryptoBoringWrapper
[1035/1038] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1036/1038] Compiling CryptoBoringWrapper EllipticCurve.swift
[1037/1038] Emitting module Atomics
[1038/1147] Emitting module Algorithms
[1039/1147] Emitting module _CryptoExtras
[1040/1152] Compiling NIOCore GlobalSingletons.swift
[1041/1152] Compiling NIOCore IO.swift
[1042/1152] Compiling NIOCore IOData.swift
[1043/1152] Compiling NIOCore IPProtocol.swift
[1044/1152] Compiling NIOCore IntegerBitPacking.swift
[1050/1152] Compiling _CryptoExtras DLEQ.swift
[1051/1158] Compiling NIOCore AddressedEnvelope.swift
[1052/1158] Compiling NIOCore AsyncAwaitSupport.swift
[1053/1158] Compiling NIOCore AsyncChannel.swift
[1054/1158] Compiling NIOCore AsyncChannelHandler.swift
[1055/1158] Compiling NIOCore AsyncChannelInboundStream.swift
[1056/1158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1057/1158] Compiling NIOCore Interfaces.swift
[1058/1158] Compiling NIOCore Linux.swift
[1059/1158] Compiling NIOCore MarkedCircularBuffer.swift
[1060/1158] Compiling NIOCore MulticastChannel.swift
[1061/1158] Compiling NIOCore NIOAny.swift
[1062/1158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1063/1158] Compiling _CryptoExtras Prover.swift
[1064/1158] Compiling _CryptoExtras Verifier.swift
[1065/1158] Compiling _CryptoExtras ZKPToolbox.swift
[1066/1158] Compiling _CryptoExtras resource_bundle_accessor.swift
[1067/1158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1068/1158] Compiling NIOCore SocketAddresses.swift
[1069/1158] Compiling NIOCore ChannelHandlers.swift
[1070/1158] Compiling NIOCore ChannelInvoker.swift
[1071/1158] Compiling NIOCore ChannelOption.swift
[1072/1158] Compiling NIOCore ChannelPipeline.swift
[1073/1158] Compiling NIOCore CircularBuffer.swift
[1074/1158] Compiling NIOCore ByteBuffer-aux.swift
[1075/1158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1076/1158] Compiling NIOCore ByteBuffer-conversions.swift
[1077/1158] Compiling NIOCore Channel.swift
[1078/1158] Compiling NIOCore ChannelHandler.swift
[1079/1158] Compiling NIOCore SocketOptionProvider.swift
[1080/1158] Compiling NIOCore SystemCallHelpers.swift
[1081/1158] Compiling NIOCore TimeAmount+Duration.swift
[1082/1158] Compiling NIOCore TypeAssistedChannelHandler.swift
[1083/1158] Compiling NIOCore UniversalBootstrapSupport.swift
[1084/1158] Compiling NIOCore Utilities.swift
[1085/1158] Compiling NIOCore Codec.swift
[1086/1158] Compiling NIOCore ConvenienceOptionSupport.swift
[1087/1158] Compiling NIOCore DeadChannel.swift
[1088/1158] Compiling NIOCore DispatchQueue+WithFuture.swift
[1089/1158] Compiling NIOCore EventLoop+Deprecated.swift
[1090/1158] Compiling NIOCore EventLoop+SerialExecutor.swift
[1091/1158] Compiling NIOCore EventLoop.swift
[1092/1158] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1093/1158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1094/1158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1095/1158] Compiling NIOCore EventLoopFuture.swift
[1096/1158] Compiling NIOCore FileDescriptor.swift
[1097/1158] Compiling NIOCore FileHandle.swift
[1098/1158] Compiling NIOCore FileRegion.swift
[1127/1158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1128/1158] Compiling NIOCore ByteBuffer-core.swift
[1129/1158] Compiling NIOCore ByteBuffer-hex.swift
[1130/1158] Compiling NIOCore ByteBuffer-int.swift
[1131/1158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1132/1158] Compiling NIOCore ByteBuffer-multi-int.swift
[1133/1158] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1134/1158] Compiling NIOCore ByteBuffer-views.swift
[1135/1158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1136/1158] Compiling NIOCore NIOAsyncWriter.swift
[1137/1158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1138/1158] Compiling NIOCore BSDSocketAPI.swift
[1142/1158] Emitting module NIOCore
[1143/1211] Compiling NIOEmbedded AsyncTestingChannel.swift
[1144/1211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1145/1211] Emitting module NIOEmbedded
[1146/1211] Compiling NIOEmbedded Embedded.swift
[1147/1211] Compiling NIOPosix GetaddrinfoResolver.swift
[1148/1211] Compiling NIOPosix HappyEyeballs.swift
[1149/1211] Compiling NIOPosix IO.swift
[1150/1211] Compiling NIOPosix IntegerBitPacking.swift
[1151/1211] Compiling NIOPosix IntegerTypes.swift
[1152/1211] Compiling NIOPosix Linux.swift
[1153/1216] Compiling NIOPosix UnsafeTransfer.swift
[1154/1216] Compiling NIOPosix Utilities.swift
[1155/1216] Compiling NIOPosix VsockAddress.swift
[1156/1216] Compiling NIOPosix VsockChannelEvents.swift
[1157/1216] Compiling NIOPosix resource_bundle_accessor.swift
[1158/1216] Compiling NIOPosix BSDSocketAPICommon.swift
[1159/1216] Compiling NIOPosix BSDSocketAPIPosix.swift
[1160/1216] Compiling NIOPosix BSDSocketAPIWindows.swift
[1161/1216] Compiling NIOPosix BaseSocket.swift
[1162/1216] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1163/1216] Compiling NIOPosix BaseSocketChannel.swift
[1164/1216] Compiling NIOPosix LinuxCPUSet.swift
[1165/1216] Compiling NIOPosix LinuxUring.swift
[1166/1216] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1167/1216] Compiling NIOPosix NIOThreadPool.swift
[1168/1216] Compiling NIOPosix NonBlockingFileIO.swift
[1169/1216] Emitting module NIOPosix
[1170/1216] Compiling NIOPosix SelectorKqueue.swift
[1171/1216] Compiling NIOPosix SelectorUring.swift
[1172/1216] Compiling NIOPosix ServerSocket.swift
[1173/1216] Compiling NIOPosix Socket.swift
[1174/1216] Compiling NIOPosix SocketChannel.swift
[1175/1216] Compiling NIOPosix SocketProtocols.swift
[1176/1216] Compiling NIOPosix System.swift
[1177/1216] Compiling NIOPosix Thread.swift
[1178/1216] Compiling NIOPosix ThreadPosix.swift
[1179/1216] Compiling NIOPosix ThreadWindows.swift
[1180/1216] Compiling NIOPosix PendingDatagramWritesManager.swift
[1181/1216] Compiling NIOPosix PendingWritesManager.swift
[1182/1216] Compiling NIOPosix PipeChannel.swift
[1183/1216] Compiling NIOPosix PipePair.swift
[1184/1216] Compiling NIOPosix Pool.swift
[1185/1216] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1186/1216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1187/1216] Compiling NIOPosix PosixSingletons.swift
[1188/1216] Compiling NIOPosix RawSocketBootstrap.swift
[1189/1216] Compiling NIOPosix Resolver.swift
[1190/1216] Compiling NIOPosix Selectable.swift
[1191/1216] Compiling NIOPosix SelectableChannel.swift
[1192/1216] Compiling NIOPosix SelectableEventLoop.swift
[1193/1216] Compiling NIOPosix SelectorEpoll.swift
[1194/1216] Compiling NIOPosix SelectorGeneric.swift
[1195/1216] Compiling NIOPosix BaseStreamSocketChannel.swift
[1196/1216] Compiling NIOPosix Bootstrap.swift
[1197/1216] Compiling NIOPosix ControlMessage.swift
[1198/1216] Compiling NIOPosix DatagramVectorReadManager.swift
[1199/1216] Compiling NIOPosix Errors+Any.swift
[1200/1216] Compiling NIOPosix FileDescriptor.swift
[1201/1218] Emitting module NIO
[1202/1218] Compiling NIO Exports.swift
[1203/1258] Compiling NIOSOCKS Errors.swift
[1204/1259] Compiling NIOSOCKS ClientStateMachine.swift
[1205/1259] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1206/1259] Compiling NIOSOCKS AuthenticationMethod.swift
[1207/1259] Compiling NIOSOCKS ClientGreeting.swift
[1208/1259] Compiling NIOSOCKS SOCKSResponse.swift
[1209/1259] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1210/1259] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1211/1259] Compiling NIOSOCKS Messages.swift
[1212/1259] Compiling NIOSOCKS Helpers.swift
[1213/1259] Compiling NIOSOCKS SOCKSRequest.swift
[1214/1259] Emitting module NIOFoundationCompat
[1215/1259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1216/1259] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1217/1260] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1218/1260] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1219/1260] Emitting module NIOTLS
[1220/1260] Compiling NIOTLS TLSEvents.swift
[1221/1260] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1222/1260] Compiling NIOTLS SNIHandler.swift
[1223/1260] Emitting module NIOSOCKS
[1224/1260] Compiling NIOSOCKS SOCKSClientHandler.swift
[1225/1260] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1226/1260] Compiling NIOSOCKS ServerStateMachine.swift
[1227/1260] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1228/1260] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1229/1260] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1230/1260] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1231/1260] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1232/1260] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1235/1275] Compiling NIOSSL SSLCertificate.swift
[1236/1275] Compiling NIOSSL SSLCertificateExtensions.swift
[1237/1312] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1238/1312] Emitting module NIOHTTP1
[1239/1312] Compiling NIOTransportServices AcceptHandler.swift
[1240/1312] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1241/1312] Compiling NIOTransportServices NIOTSBootstraps.swift
[1242/1312] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1243/1312] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1244/1312] Compiling NIOTransportServices NIOTSEventLoop.swift
[1245/1330] Emitting module NIOTransportServices
[1246/1332] Compiling NIOHPACK DynamicHeaderTable.swift
[1247/1332] Compiling NIOHPACK HPACKDecoder.swift
[1248/1332] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1249/1332] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1250/1332] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1251/1332] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1252/1332] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1253/1332] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1254/1332] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1255/1332] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1256/1332] Emitting module NIOHTTPCompression
[1257/1332] Compiling NIOHTTPCompression HTTPDecompression.swift
[1258/1332] Compiling NIOHTTPCompression HTTPCompression.swift
[1259/1332] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1260/1332] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1261/1332] Emitting module NIOSSL
[1262/1332] Compiling NIOHPACK HuffmanTables.swift
[1263/1332] Compiling NIOHPACK IndexedHeaderTable.swift
[1264/1332] Compiling NIOHPACK HeaderTables.swift
[1267/1332] Compiling NIOHPACK HPACKErrors.swift
[1268/1332] Compiling NIOHPACK HPACKEncoder.swift
[1269/1332] Compiling NIOHPACK IntegerCoding.swift
[1270/1332] Emitting module NIOHPACK
[1271/1332] Compiling NIOHPACK HuffmanCoding.swift
[1272/1332] Compiling NIOHPACK HPACKHeader.swift
[1273/1336] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1274/1336] Compiling NIOTransportServices NIOTSSingletons.swift
[1275/1336] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1276/1336] Compiling NIOTransportServices NIOTSErrors.swift
[1277/1336] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1278/1336] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1280/1336] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1281/1336] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1282/1336] Compiling NIOTransportServices StateManagedChannel.swift
[1283/1336] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1284/1336] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1291/1336] Compiling NIOHPACK StaticHeaderTable.swift
[1292/1336] Compiling NIOSSL SafeCompare.swift
[1293/1336] Compiling NIOSSL Zeroization.swift
[1294/1336] Compiling NIOSSL TLSConfiguration.swift
[1298/1336] Compiling NIOSSL UniversalBootstrapSupport.swift
[1299/1336] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1300/1336] Compiling NIOSSL resource_bundle_accessor.swift
[1308/1336] Compiling NIOSSL SSLConnection.swift
[1309/1336] Compiling NIOSSL SSLContext.swift
[1310/1336] Compiling NIOSSL SSLErrors.swift
[1325/1491] Compiling X509 OrganizationalUnitName.swift
[1326/1491] Compiling X509 StateOrProvinceName.swift
[1327/1491] Compiling X509 OCSPExtensionID.swift
[1328/1491] Compiling X509 EmailAddress.swift
[1329/1491] Compiling X509 LocalityName.swift
[1330/1491] Compiling X509 OrganizationName.swift
[1331/1491] Compiling X509 CountryName.swift
[1332/1491] Compiling X509 DNBuilder.swift
[1333/1491] Compiling X509 DomainComponent.swift
[1334/1491] Compiling X509 OCSPNonce.swift
[1335/1491] Compiling X509 OCSPPolicy.swift
[1336/1491] Compiling X509 OCSPRequest.swift
[1337/1491] Compiling X509 VerificationDiagnostic.swift
[1338/1491] Compiling X509 OCSPSingleResponse.swift
[1339/1491] Compiling X509 OCSPTBSRequest.swift
[1340/1491] Compiling X509 OCSPVersion.swift
[1341/1491] Compiling X509 PKCS8PrivateKey.swift
[1342/1491] Compiling X509 PromiseAndFuture.swift
[1343/1491] Compiling X509 RDNAttribute.swift
[1344/1497] Compiling X509 NameConstraintsPolicy.swift
[1345/1497] Compiling X509 RFC5280Policy.swift
[1346/1497] Compiling X509 URIConstraints.swift
[1347/1497] Compiling X509 VersionPolicy.swift
[1348/1497] Compiling X509 ServerIdentityPolicy.swift
[1349/1497] Compiling X509 TrustRootLoading.swift
[1350/1497] Compiling X509 UnverifiedChain.swift
[1351/1497] Compiling X509 CertificatePrivateKey.swift
[1352/1497] Compiling X509 CertificatePublicKey.swift
[1353/1497] Compiling X509 CertificateSerialNumber.swift
[1354/1497] Compiling X509 CertificateVersion.swift
[1355/1497] Compiling X509 Digests.swift
[1356/1497] Compiling X509 DistinguishedName.swift
[1357/1497] Compiling X509 CommonName.swift
[1358/1497] Emitting module NIOHTTP2
[1359/1497] Compiling X509 CMSContentInfo.swift
[1360/1497] Compiling X509 CMSEncapsulatedContentInfo.swift
[1361/1497] Compiling X509 CMSIssuerAndSerialNumber.swift
[1362/1497] Compiling X509 CMSOperations.swift
[1363/1497] Compiling X509 CMSSignature.swift
[1364/1497] Compiling X509 CMSSignedData.swift
[1365/1497] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1366/1497] Compiling NIOHTTP2 StreamChannelList.swift
[1367/1497] Compiling NIOHTTP2 StreamMap.swift
[1368/1497] Compiling NIOHTTP2 StreamStateMachine.swift
[1369/1497] Compiling NIOHTTP2 UnsafeTransfer.swift
[1370/1497] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1378/1497] Compiling X509 Extension.swift
[1379/1497] Compiling X509 Extensions.swift
[1380/1497] Compiling X509 ExtensionsBuilder.swift
[1381/1497] Compiling X509 GeneralName.swift
[1382/1497] Compiling X509 Lock.swift
[1383/1497] Compiling X509 LockedValueBox.swift
[1384/1497] Compiling X509 BasicOCSPResponse.swift
[1385/1497] Compiling X509 DirectoryString.swift
[1386/1497] Compiling X509 OCSPCertID.swift
[1387/1497] Compiling X509 OCSPCertStatus.swift
[1388/1507] Compiling X509 Signature.swift
[1389/1507] Compiling X509 SignatureAlgorithm.swift
[1390/1507] Compiling X509 AllOfPolicies.swift
[1391/1507] Compiling X509 AnyPolicy.swift
[1392/1507] Compiling X509 CertificateStore.swift
[1393/1507] Compiling X509 OneOfPolicies.swift
[1394/1507] Compiling X509 PolicyBuilder.swift
[1395/1507] Compiling X509 BasicConstraintsPolicy.swift
[1396/1507] Compiling X509 DNSNames.swift
[1397/1507] Compiling X509 DirectoryNames.swift
[1398/1507] Compiling X509 CSRAttribute.swift
[1399/1507] Compiling X509 CSRAttributes.swift
[1400/1507] Compiling X509 CSRVersion.swift
[1401/1507] Compiling X509 CertificateSigningRequest.swift
[1402/1507] Compiling X509 CertificationRequestInfo.swift
[1403/1507] Compiling X509 ExtensionRequest.swift
[1404/1507] Compiling X509 Certificate.swift
[1432/1507] Compiling X509 OCSPResponse.swift
[1433/1507] Compiling X509 OCSPResponseBytes.swift
[1434/1507] Compiling X509 OCSPResponseData.swift
[1435/1507] Compiling X509 OCSPResponseStatus.swift
[1436/1507] Compiling X509 OCSPSignature.swift
[1437/1507] Compiling X509 OCSPSingleRequest.swift
[1438/1507] Compiling X509 CMSAttribute.swift
[1441/1507] Compiling X509 AuthorityInformationAccess.swift
[1442/1507] Compiling X509 AuthorityKeyIdentifier.swift
[1443/1507] Compiling X509 BasicConstraints.swift
[1444/1507] Compiling X509 ExtendedKeyUsage.swift
[1445/1507] Compiling X509 ExtensionIdentifiers.swift
[1446/1507] Compiling X509 KeyUsage.swift
[1447/1507] Compiling X509 NameConstraints.swift
[1448/1507] Compiling X509 SubjectAlternativeName.swift
[1449/1507] Compiling X509 SubjectKeyIdentifier.swift
[1477/1507] Compiling X509 CMSSignerIdentifier.swift
[1478/1507] Compiling X509 CMSSignerInfo.swift
[1479/1507] Compiling X509 CMSVersion.swift
[1480/1507] Compiling X509 Curve25519+DER.swift
[1481/1507] Compiling X509 ExpiryPolicy.swift
[1482/1507] Compiling X509 IPConstraints.swift
[1497/1568] Compiling X509 Verifier.swift
[1498/1568] Compiling X509 VerifierPolicy.swift
[1499/1568] Compiling X509 AlgorithmIdentifier.swift
[1500/1568] Compiling X509 ECDSASignature.swift
[1501/1568] Compiling X509 RSAPKCS1PublicKey.swift
[1502/1568] Compiling X509 SubjectPublicKeyInfo.swift
[1503/1568] Compiling X509 TBSCertificate.swift
[1504/1568] Compiling X509 Time.swift
[1505/1568] Compiling X509 TimeCalculations.swift
[1506/1568] Compiling X509 Validity.swift
[1507/1568] Emitting module X509
[1508/1628] Emitting module AsyncHTTPClient
[1509/1634] Compiling JWTKit JWK.swift
[1510/1634] Compiling JWTKit JWKIdentifier.swift
[1511/1634] Compiling JWTKit JWKS.swift
[1512/1634] Compiling JWTKit JWKSigner.swift
[1513/1634] Compiling JWTKit JWTAlgorithm.swift
[1514/1634] Compiling JWTKit JWTError.swift
[1515/1634] Compiling JWTKit JWTSerializer.swift
[1516/1634] Compiling JWTKit JWTSigner.swift
[1517/1634] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1518/1634] Compiling JWTKit UnsecuredNoneSigner.swift
[1519/1634] Compiling JWTKit JWTKeyCollection+RSA.swift
[1520/1634] Compiling JWTKit RSA.swift
[1521/1634] Compiling JWTKit AudienceClaim.swift
[1522/1634] Compiling JWTKit BoolClaim.swift
[1523/1634] Compiling JWTKit RSASigner.swift
[1524/1634] Compiling JWTKit Base64URL.swift
[1525/1634] Compiling JWTKit CryptoSigner.swift
[1526/1634] Compiling JWTKit CustomizedJSONCoders.swift
[1527/1634] Compiling JWTKit Utilities.swift
[1528/1634] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1529/1634] Compiling JWTKit P384+CurveType.swift
[1530/1634] Compiling JWTKit P521+CurveType.swift
[1531/1634] Compiling JWTKit EdDSA.swift
[1532/1634] Compiling JWTKit EdDSACurve.swift
[1533/1634] Compiling JWTKit EdDSAError.swift
[1534/1634] Compiling JWTKit JWTHeader+CommonFields.swift
[1535/1634] Compiling JWTKit JWTUnixEpochClaim.swift
[1536/1634] Compiling JWTKit LocaleClaim.swift
[1537/1634] Compiling JWTKit NotBeforeClaim.swift
[1538/1634] Compiling JWTKit SubjectClaim.swift
[1539/1634] Compiling JWTKit TenantIDClaim.swift
[1540/1634] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1541/1634] Compiling JWTKit P256+CurveType.swift
[1542/1634] Compiling JWTKit JWTHeader.swift
[1543/1634] Compiling JWTKit JWTHeaderField.swift
[1544/1634] Compiling JWTKit JWTKeyCollection.swift
[1545/1634] Compiling JWTKit JWTParser.swift
[1546/1634] Compiling JWTKit JWTPayload.swift
[1547/1634] Compiling JWTKit ECDSA.swift
[1548/1634] Compiling JWTKit ECDSACurve.swift
[1549/1634] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1550/1634] Compiling JWTKit HMAC.swift
[1551/1634] Compiling JWTKit HMACError.swift
[1552/1634] Compiling JWTKit HMACSigner.swift
[1553/1634] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1554/1634] Compiling JWTKit Insecure.swift
[1555/1634] Compiling JWTKit RSAError.swift
[1556/1634] Compiling AsyncHTTPClient SSLContextCache.swift
[1557/1634] Compiling AsyncHTTPClient Scheme.swift
[1558/1634] Compiling AsyncHTTPClient Singleton.swift
[1559/1634] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1560/1634] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1561/1634] Compiling AsyncHTTPClient Utils.swift
[1562/1634] Compiling JWTKit ECDSACurveType.swift
[1563/1634] Compiling JWTKit ECDSAError.swift
[1564/1634] Compiling JWTKit ECDSAKeyTypes.swift
[1565/1634] Compiling JWTKit ECDSASigner.swift
[1566/1634] Compiling JWTKit ECDSASigningAlgorithm.swift
[1567/1634] Compiling JWTKit EdDSASigner.swift
[1568/1634] Compiling JWTKit ExpirationClaim.swift
[1569/1634] Compiling JWTKit GoogleHostedDomainClaim.swift
[1570/1634] Compiling JWTKit IDClaim.swift
[1571/1634] Compiling JWTKit IssuedAtClaim.swift
[1572/1634] Compiling JWTKit IssuerClaim.swift
[1573/1634] Compiling JWTKit JWTClaim.swift
[1574/1634] Compiling JWTKit JWTMultiValueClaim.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1588/1640] Emitting module JWTKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1635/1640] Compiling JWTKit AppleIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1636/1640] Compiling JWTKit FirebaseAuthIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1637/1640] Compiling JWTKit GoogleIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1638/1640] Compiling JWTKit MicrosoftIdentityToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1639/1640] Compiling JWTKit ValidationTimePayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1640/1640] Compiling JWTKit X5CVerifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1641/1669] Emitting module AcmeSwift
[1642/1672] Compiling AcmeSwift FinalizeOrderEndpoint.swift
[1643/1672] Compiling AcmeSwift GetOrderEndpoint.swift
[1644/1672] Compiling AcmeSwift ValidateChallengeEndpoint.swift
[1645/1672] Compiling AcmeSwift ListOrdersEndpoint.swift
[1646/1672] Compiling AcmeSwift GetAuthorizationEndpoint.swift
[1647/1672] Compiling AcmeSwift DownloadCertificateEndpoint.swift
[1648/1672] Compiling AcmeSwift RevokeSpec.swift
[1649/1672] Compiling AcmeSwift AcmeAuthorization.swift
[1650/1672] Compiling AcmeSwift AcmeFinalizeOrderSpec.swift
[1651/1672] Compiling AcmeSwift AcmeSwift.swift
[1652/1672] Compiling AcmeSwift CreateAccountEndpoint.swift
[1653/1672] Compiling AcmeSwift DeactivateAccountEndpoint.swift
[1654/1672] Compiling AcmeSwift AcmeRequestBody.swift
[1655/1672] Compiling AcmeSwift HttpClient+Decode.swift
[1656/1672] Compiling AcmeSwift String+base64Url.swift
[1657/1672] Compiling AcmeSwift AcmeAccountSpec.swift
[1658/1672] Compiling AcmeSwift AcmeDirectory.swift
[1659/1672] Compiling AcmeSwift AcmeError.swift
[1660/1672] Compiling AcmeSwift RevokeCertificateEndpoint.swift
[1661/1672] Compiling AcmeSwift EndpointProtocol.swift
[1662/1672] Compiling AcmeSwift CreateOrderEndpoint.swift
[1663/1672] Compiling AcmeSwift AccountCredentials.swift
[1664/1672] Compiling AcmeSwift AccountOrdersUrls.swift
[1665/1672] Compiling AcmeSwift AcmeAccountInfo.swift
[1666/1672] Compiling AcmeSwift AcmeOrderInfo.swift
[1667/1672] Compiling AcmeSwift AcmeOrderSpec.swift
[1668/1672] Compiling AcmeSwift ChallengeDescription.swift
[1669/1672] Compiling AcmeSwift AcmeSwift+Account.swift
[1670/1672] Compiling AcmeSwift AcmeSwift+Certificates.swift
[1671/1672] Compiling AcmeSwift AcmeSwift+Csr.swift
[1672/1672] Compiling AcmeSwift AcmeSwift+Orders.swift
Build complete! (74.46s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/6112] Fetching swift-certificates
[1163/15161] Fetching swift-certificates, jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.39s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.39s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.40s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.40s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.01s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (0.47s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.00s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.48s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.75s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.76s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.07s)
Fetched https://github.com/apple/swift-nio.git from cache (1.07s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.69s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.72s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.54s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.30.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.82.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
Build complete.
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.13.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
}
],
"manifest_display_name" : "AcmeSwift",
"name" : "AcmeSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AcmeSwift",
"targets" : [
"AcmeSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AcmeSwiftTests",
"module_type" : "SwiftTarget",
"name" : "AcmeSwiftTests",
"path" : "Tests/AcmeSwiftTests",
"sources" : [
"AccountTests.swift",
"MiscTemp.swift",
"OrderTests.swift"
],
"target_dependencies" : [
"AcmeSwift"
],
"type" : "test"
},
{
"c99name" : "AcmeSwift",
"module_type" : "SwiftTarget",
"name" : "AcmeSwift",
"path" : "Sources/AcmeSwift",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto",
"_CryptoExtras",
"JWTKit",
"X509",
"SwiftASN1"
],
"product_memberships" : [
"AcmeSwift"
],
"sources" : [
"APIs/AcmeSwift+Account.swift",
"APIs/AcmeSwift+Certificates.swift",
"APIs/AcmeSwift+Csr.swift",
"APIs/AcmeSwift+Orders.swift",
"APIs/AcmeSwift.swift",
"Endpoints/Account/CreateAccountEndpoint.swift",
"Endpoints/Account/DeactivateAccountEndpoint.swift",
"Endpoints/Account/ListOrdersEndpoint.swift",
"Endpoints/Authorization/GetAuthorizationEndpoint.swift",
"Endpoints/Certificate/DownloadCertificateEndpoint.swift",
"Endpoints/Certificate/RevokeCertificateEndpoint.swift",
"Endpoints/EndpointProtocol.swift",
"Endpoints/Order/CreateOrderEndpoint.swift",
"Endpoints/Order/FinalizeOrderEndpoint.swift",
"Endpoints/Order/GetOrderEndpoint.swift",
"Endpoints/Order/ValidateChallengeEndpoint.swift",
"Helpers/AcmeRequestBody.swift",
"Helpers/HttpClient+Decode.swift",
"Helpers/String+base64Url.swift",
"Models/Account/AccountCredentials.swift",
"Models/Account/AccountOrdersUrls.swift",
"Models/Account/AcmeAccountInfo.swift",
"Models/Account/AcmeAccountSpec.swift",
"Models/AcmeDirectory.swift",
"Models/AcmeError.swift",
"Models/Certificate/RevokeSpec.swift",
"Models/Order/AcmeAuthorization.swift",
"Models/Order/AcmeFinalizeOrderSpec.swift",
"Models/Order/AcmeOrderInfo.swift",
"Models/Order/AcmeOrderSpec.swift",
"Models/Order/ChallengeDescription.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.