Build Information
Successful build of swift-nio-ssl, reference 2.30.0 (6df102
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 14:56:19 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/apple/swift-nio-ssl.git
Reference: 2.30.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-nio-ssl
* tag 2.30.0 -> FETCH_HEAD
HEAD is now at 6df102a Fix typo in NIOSSLServerHandler documentation. (#534)
Cloned https://github.com/apple/swift-nio-ssl.git
Revision (git rev-parse @):
6df102a39c8da5fdc2eae29a0f63546d660866fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-ssl.git at 2.30.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-ssl.git
https://github.com/apple/swift-nio-ssl.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-nio-ssl",
"name" : "swift-nio-ssl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOSSL",
"targets" : [
"NIOSSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOTLSServer",
"targets" : [
"NIOTLSServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSLHTTP1Client",
"targets" : [
"NIOSSLHTTP1Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSLPerformanceTester",
"targets" : [
"NIOSSLPerformanceTester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTLSServer",
"module_type" : "SwiftTarget",
"name" : "NIOTLSServer",
"path" : "Sources/NIOTLSServer",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"NIOTLSServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSLTests",
"module_type" : "SwiftTarget",
"name" : "NIOSSLTests",
"path" : "Tests/NIOSSLTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"NIOTLS"
],
"sources" : [
"ByteBufferBIOTest.swift",
"CertificateVerificationTests.swift",
"ClientSNITests.swift",
"CustomPrivateKeyTests.swift",
"IdentityVerificationTest.swift",
"NIOSSLALPNTest.swift",
"NIOSSLIntegrationTest.swift",
"NIOSSLSecureBytesTests.swift",
"NIOSSLTestHelpers.swift",
"ObjectIdentifierTests.swift",
"SSLCertificateExtensionsTests.swift",
"SSLCertificateTest.swift",
"SSLContextTests.swift",
"SSLPKCS12BundleTest.swift",
"SSLPrivateKeyTests.swift",
"SecurityFrameworkVerificationTests.swift",
"TLS13RecordObserver.swift",
"TLSConfigurationTest.swift",
"UnsafeTransfer.swift",
"UnwrappingTests.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "test"
},
{
"c99name" : "NIOSSLPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOSSLPerformanceTester",
"path" : "Sources/NIOSSLPerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOTLS"
],
"product_memberships" : [
"NIOSSLPerformanceTester"
],
"sources" : [
"BenchManyWrites.swift",
"BenchRepeatedHandshakes.swift",
"Benchmark.swift",
"main.swift",
"shared.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSLHTTP1Client",
"module_type" : "SwiftTarget",
"name" : "NIOSSLHTTP1Client",
"path" : "Sources/NIOSSLHTTP1Client",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"NIOFoundationCompat"
],
"product_memberships" : [
"NIOSSLHTTP1Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSL",
"module_type" : "SwiftTarget",
"name" : "NIOSSL",
"path" : "Sources/NIOSSL",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOTLS"
],
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/NIOSSL/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AndroidCABundle.swift",
"ByteBufferBIO.swift",
"CustomPrivateKey.swift",
"IdentityVerification.swift",
"LinuxCABundle.swift",
"NIOSSLClientHandler.swift",
"NIOSSLHandler+Configuration.swift",
"NIOSSLHandler.swift",
"NIOSSLServerHandler.swift",
"ObjectIdentifier.swift",
"PosixPort.swift",
"SSLCallbacks.swift",
"SSLCertificate.swift",
"SSLCertificateExtensions.swift",
"SSLConnection.swift",
"SSLContext.swift",
"SSLErrors.swift",
"SSLInit.swift",
"SSLPKCS12Bundle.swift",
"SSLPrivateKey.swift",
"SSLPublicKey.swift",
"SecurityFrameworkCertificateVerification.swift",
"String+unsafeUninitializedCapacity.swift",
"SubjectAlternativeName.swift",
"SwiftCrypto/NIOSSLSecureBytes.swift",
"SwiftCrypto/RNG.swift",
"SwiftCrypto/SafeCompare.swift",
"SwiftCrypto/Zeroization.swift",
"TLSConfiguration.swift",
"UniversalBootstrapSupport.swift",
"UnsafeKeyAndChainTarget.swift"
],
"target_dependencies" : [
"CNIOBoringSSL",
"CNIOBoringSSLShims"
],
"type" : "library"
},
{
"c99name" : "CNIOBoringSSLShims",
"module_type" : "ClangTarget",
"name" : "CNIOBoringSSLShims",
"path" : "Sources/CNIOBoringSSLShims",
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"shims.c"
],
"target_dependencies" : [
"CNIOBoringSSL"
],
"type" : "library"
},
{
"c99name" : "CNIOBoringSSL",
"module_type" : "ClangTarget",
"name" : "CNIOBoringSSL",
"path" : "Sources/CNIOBoringSSL",
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"crypto/asn1/a_bitstr.cc",
"crypto/asn1/a_bool.cc",
"crypto/asn1/a_d2i_fp.cc",
"crypto/asn1/a_dup.cc",
"crypto/asn1/a_gentm.cc",
"crypto/asn1/a_i2d_fp.cc",
"crypto/asn1/a_int.cc",
"crypto/asn1/a_mbstr.cc",
"crypto/asn1/a_object.cc",
"crypto/asn1/a_octet.cc",
"crypto/asn1/a_strex.cc",
"crypto/asn1/a_strnid.cc",
"crypto/asn1/a_time.cc",
"crypto/asn1/a_type.cc",
"crypto/asn1/a_utctm.cc",
"crypto/asn1/asn1_lib.cc",
"crypto/asn1/asn1_par.cc",
"crypto/asn1/asn_pack.cc",
"crypto/asn1/f_int.cc",
"crypto/asn1/f_string.cc",
"crypto/asn1/posix_time.cc",
"crypto/asn1/tasn_dec.cc",
"crypto/asn1/tasn_enc.cc",
"crypto/asn1/tasn_fre.cc",
"crypto/asn1/tasn_new.cc",
"crypto/asn1/tasn_typ.cc",
"crypto/asn1/tasn_utl.cc",
"crypto/base64/base64.cc",
"crypto/bio/bio.cc",
"crypto/bio/bio_mem.cc",
"crypto/bio/connect.cc",
"crypto/bio/errno.cc",
"crypto/bio/fd.cc",
"crypto/bio/file.cc",
"crypto/bio/hexdump.cc",
"crypto/bio/pair.cc",
"crypto/bio/printf.cc",
"crypto/bio/socket.cc",
"crypto/bio/socket_helper.cc",
"crypto/blake2/blake2.cc",
"crypto/bn/bn_asn1.cc",
"crypto/bn/convert.cc",
"crypto/buf/buf.cc",
"crypto/bytestring/asn1_compat.cc",
"crypto/bytestring/ber.cc",
"crypto/bytestring/cbb.cc",
"crypto/bytestring/cbs.cc",
"crypto/bytestring/unicode.cc",
"crypto/chacha/chacha.cc",
"crypto/cipher/derive_key.cc",
"crypto/cipher/e_aesctrhmac.cc",
"crypto/cipher/e_aesgcmsiv.cc",
"crypto/cipher/e_chacha20poly1305.cc",
"crypto/cipher/e_des.cc",
"crypto/cipher/e_null.cc",
"crypto/cipher/e_rc2.cc",
"crypto/cipher/e_rc4.cc",
"crypto/cipher/e_tls.cc",
"crypto/cipher/get_cipher.cc",
"crypto/cipher/tls_cbc.cc",
"crypto/conf/conf.cc",
"crypto/cpu_aarch64_apple.cc",
"crypto/cpu_aarch64_fuchsia.cc",
"crypto/cpu_aarch64_linux.cc",
"crypto/cpu_aarch64_openbsd.cc",
"crypto/cpu_aarch64_sysreg.cc",
"crypto/cpu_aarch64_win.cc",
"crypto/cpu_arm_freebsd.cc",
"crypto/cpu_arm_linux.cc",
"crypto/cpu_intel.cc",
"crypto/crypto.cc",
"crypto/curve25519/asm/x25519-asm-arm.S",
"crypto/curve25519/curve25519.cc",
"crypto/curve25519/curve25519_64_adx.cc",
"crypto/curve25519/spake25519.cc",
"crypto/des/des.cc",
"crypto/dh/dh_asn1.cc",
"crypto/dh/params.cc",
"crypto/digest/digest_extra.cc",
"crypto/dsa/dsa.cc",
"crypto/dsa/dsa_asn1.cc",
"crypto/ec/ec_asn1.cc",
"crypto/ec/ec_derive.cc",
"crypto/ec/hash_to_curve.cc",
"crypto/ecdh/ecdh.cc",
"crypto/ecdsa/ecdsa_asn1.cc",
"crypto/engine/engine.cc",
"crypto/err/err.cc",
"crypto/evp/evp.cc",
"crypto/evp/evp_asn1.cc",
"crypto/evp/evp_ctx.cc",
"crypto/evp/p_dh.cc",
"crypto/evp/p_dh_asn1.cc",
"crypto/evp/p_dsa_asn1.cc",
"crypto/evp/p_ec.cc",
"crypto/evp/p_ec_asn1.cc",
"crypto/evp/p_ed25519.cc",
"crypto/evp/p_ed25519_asn1.cc",
"crypto/evp/p_hkdf.cc",
"crypto/evp/p_rsa.cc",
"crypto/evp/p_rsa_asn1.cc",
"crypto/evp/p_x25519.cc",
"crypto/evp/p_x25519_asn1.cc",
"crypto/evp/pbkdf.cc",
"crypto/evp/print.cc",
"crypto/evp/scrypt.cc",
"crypto/evp/sign.cc",
"crypto/ex_data.cc",
"crypto/fipsmodule/bcm.cc",
"crypto/fipsmodule/fips_shared_support.cc",
"crypto/hpke/hpke.cc",
"crypto/hrss/asm/poly_rq_mul.S",
"crypto/hrss/hrss.cc",
"crypto/kyber/kyber.cc",
"crypto/lhash/lhash.cc",
"crypto/md4/md4.cc",
"crypto/md5/md5.cc",
"crypto/mem.cc",
"crypto/mldsa/mldsa.cc",
"crypto/mlkem/mlkem.cc",
"crypto/obj/obj.cc",
"crypto/obj/obj_xref.cc",
"crypto/pem/pem_all.cc",
"crypto/pem/pem_info.cc",
"crypto/pem/pem_lib.cc",
"crypto/pem/pem_oth.cc",
"crypto/pem/pem_pk8.cc",
"crypto/pem/pem_pkey.cc",
"crypto/pem/pem_x509.cc",
"crypto/pem/pem_xaux.cc",
"crypto/pkcs7/pkcs7.cc",
"crypto/pkcs7/pkcs7_x509.cc",
"crypto/pkcs8/p5_pbev2.cc",
"crypto/pkcs8/pkcs8.cc",
"crypto/pkcs8/pkcs8_x509.cc",
"crypto/poly1305/poly1305.cc",
"crypto/poly1305/poly1305_arm.cc",
"crypto/poly1305/poly1305_arm_asm.S",
"crypto/poly1305/poly1305_vec.cc",
"crypto/pool/pool.cc",
"crypto/rand/deterministic.cc",
"crypto/rand/fork_detect.cc",
"crypto/rand/forkunsafe.cc",
"crypto/rand/getentropy.cc",
"crypto/rand/ios.cc",
"crypto/rand/passive.cc",
"crypto/rand/rand.cc",
"crypto/rand/trusty.cc",
"crypto/rand/urandom.cc",
"crypto/rand/windows.cc",
"crypto/rc4/rc4.cc",
"crypto/refcount.cc",
"crypto/rsa/rsa_asn1.cc",
"crypto/rsa/rsa_crypt.cc",
"crypto/rsa/rsa_extra.cc",
"crypto/rsa/rsa_print.cc",
"crypto/sha/sha1.cc",
"crypto/sha/sha256.cc",
"crypto/sha/sha512.cc",
"crypto/siphash/siphash.cc",
"crypto/slhdsa/slhdsa.cc",
"crypto/spake2plus/spake2plus.cc",
"crypto/stack/stack.cc",
"crypto/thread.cc",
"crypto/thread_none.cc",
"crypto/thread_pthread.cc",
"crypto/thread_win.cc",
"crypto/trust_token/pmbtoken.cc",
"crypto/trust_token/trust_token.cc",
"crypto/trust_token/voprf.cc",
"crypto/x509/a_digest.cc",
"crypto/x509/a_sign.cc",
"crypto/x509/a_verify.cc",
"crypto/x509/algorithm.cc",
"crypto/x509/asn1_gen.cc",
"crypto/x509/by_dir.cc",
"crypto/x509/by_file.cc",
"crypto/x509/i2d_pr.cc",
"crypto/x509/name_print.cc",
"crypto/x509/policy.cc",
"crypto/x509/rsa_pss.cc",
"crypto/x509/t_crl.cc",
"crypto/x509/t_req.cc",
"crypto/x509/t_x509.cc",
"crypto/x509/t_x509a.cc",
"crypto/x509/v3_akey.cc",
"crypto/x509/v3_akeya.cc",
"crypto/x509/v3_alt.cc",
"crypto/x509/v3_bcons.cc",
"crypto/x509/v3_bitst.cc",
"crypto/x509/v3_conf.cc",
"crypto/x509/v3_cpols.cc",
"crypto/x509/v3_crld.cc",
"crypto/x509/v3_enum.cc",
"crypto/x509/v3_extku.cc",
"crypto/x509/v3_genn.cc",
"crypto/x509/v3_ia5.cc",
"crypto/x509/v3_info.cc",
"crypto/x509/v3_int.cc",
"crypto/x509/v3_lib.cc",
"crypto/x509/v3_ncons.cc",
"crypto/x509/v3_ocsp.cc",
"crypto/x509/v3_pcons.cc",
"crypto/x509/v3_pmaps.cc",
"crypto/x509/v3_prn.cc",
"crypto/x509/v3_purp.cc",
"crypto/x509/v3_skey.cc",
"crypto/x509/v3_utl.cc",
"crypto/x509/x509.cc",
"crypto/x509/x509_att.cc",
"crypto/x509/x509_cmp.cc",
"crypto/x509/x509_d2.cc",
"crypto/x509/x509_def.cc",
"crypto/x509/x509_ext.cc",
"crypto/x509/x509_lu.cc",
"crypto/x509/x509_obj.cc",
"crypto/x509/x509_req.cc",
"crypto/x509/x509_set.cc",
"crypto/x509/x509_trs.cc",
"crypto/x509/x509_txt.cc",
"crypto/x509/x509_v3.cc",
"crypto/x509/x509_vfy.cc",
"crypto/x509/x509_vpm.cc",
"crypto/x509/x509cset.cc",
"crypto/x509/x509name.cc",
"crypto/x509/x509rset.cc",
"crypto/x509/x509spki.cc",
"crypto/x509/x_algor.cc",
"crypto/x509/x_all.cc",
"crypto/x509/x_attrib.cc",
"crypto/x509/x_crl.cc",
"crypto/x509/x_exten.cc",
"crypto/x509/x_name.cc",
"crypto/x509/x_pubkey.cc",
"crypto/x509/x_req.cc",
"crypto/x509/x_sig.cc",
"crypto/x509/x_spki.cc",
"crypto/x509/x_val.cc",
"crypto/x509/x_x509.cc",
"crypto/x509/x_x509a.cc",
"gen/bcm/aes-gcm-avx10-x86_64-apple.S",
"gen/bcm/aes-gcm-avx10-x86_64-linux.S",
"gen/bcm/aes-gcm-avx2-x86_64-apple.S",
"gen/bcm/aes-gcm-avx2-x86_64-linux.S",
"gen/bcm/aesni-gcm-x86_64-apple.S",
"gen/bcm/aesni-gcm-x86_64-linux.S",
"gen/bcm/aesni-x86-apple.S",
"gen/bcm/aesni-x86-linux.S",
"gen/bcm/aesni-x86_64-apple.S",
"gen/bcm/aesni-x86_64-linux.S",
"gen/bcm/aesv8-armv7-linux.S",
"gen/bcm/aesv8-armv8-apple.S",
"gen/bcm/aesv8-armv8-linux.S",
"gen/bcm/aesv8-armv8-win.S",
"gen/bcm/aesv8-gcm-armv8-apple.S",
"gen/bcm/aesv8-gcm-armv8-linux.S",
"gen/bcm/aesv8-gcm-armv8-win.S",
"gen/bcm/armv4-mont-linux.S",
"gen/bcm/armv8-mont-apple.S",
"gen/bcm/armv8-mont-linux.S",
"gen/bcm/armv8-mont-win.S",
"gen/bcm/bn-586-apple.S",
"gen/bcm/bn-586-linux.S",
"gen/bcm/bn-armv8-apple.S",
"gen/bcm/bn-armv8-linux.S",
"gen/bcm/bn-armv8-win.S",
"gen/bcm/bsaes-armv7-linux.S",
"gen/bcm/co-586-apple.S",
"gen/bcm/co-586-linux.S",
"gen/bcm/ghash-armv4-linux.S",
"gen/bcm/ghash-neon-armv8-apple.S",
"gen/bcm/ghash-neon-armv8-linux.S",
"gen/bcm/ghash-neon-armv8-win.S",
"gen/bcm/ghash-ssse3-x86-apple.S",
"gen/bcm/ghash-ssse3-x86-linux.S",
"gen/bcm/ghash-ssse3-x86_64-apple.S",
"gen/bcm/ghash-ssse3-x86_64-linux.S",
"gen/bcm/ghash-x86-apple.S",
"gen/bcm/ghash-x86-linux.S",
"gen/bcm/ghash-x86_64-apple.S",
"gen/bcm/ghash-x86_64-linux.S",
"gen/bcm/ghashv8-armv7-linux.S",
"gen/bcm/ghashv8-armv8-apple.S",
"gen/bcm/ghashv8-armv8-linux.S",
"gen/bcm/ghashv8-armv8-win.S",
"gen/bcm/p256-armv8-asm-apple.S",
"gen/bcm/p256-armv8-asm-linux.S",
"gen/bcm/p256-armv8-asm-win.S",
"gen/bcm/p256-x86_64-asm-apple.S",
"gen/bcm/p256-x86_64-asm-linux.S",
"gen/bcm/p256_beeu-armv8-asm-apple.S",
"gen/bcm/p256_beeu-armv8-asm-linux.S",
"gen/bcm/p256_beeu-armv8-asm-win.S",
"gen/bcm/p256_beeu-x86_64-asm-apple.S",
"gen/bcm/p256_beeu-x86_64-asm-linux.S",
"gen/bcm/rdrand-x86_64-apple.S",
"gen/bcm/rdrand-x86_64-linux.S",
"gen/bcm/rsaz-avx2-apple.S",
"gen/bcm/rsaz-avx2-linux.S",
"gen/bcm/sha1-586-apple.S",
"gen/bcm/sha1-586-linux.S",
"gen/bcm/sha1-armv4-large-linux.S",
"gen/bcm/sha1-armv8-apple.S",
"gen/bcm/sha1-armv8-linux.S",
"gen/bcm/sha1-armv8-win.S",
"gen/bcm/sha1-x86_64-apple.S",
"gen/bcm/sha1-x86_64-linux.S",
"gen/bcm/sha256-586-apple.S",
"gen/bcm/sha256-586-linux.S",
"gen/bcm/sha256-armv4-linux.S",
"gen/bcm/sha256-armv8-apple.S",
"gen/bcm/sha256-armv8-linux.S",
"gen/bcm/sha256-armv8-win.S",
"gen/bcm/sha256-x86_64-apple.S",
"gen/bcm/sha256-x86_64-linux.S",
"gen/bcm/sha512-586-apple.S",
"gen/bcm/sha512-586-linux.S",
"gen/bcm/sha512-armv4-linux.S",
"gen/bcm/sha512-armv8-apple.S",
"gen/bcm/sha512-armv8-linux.S",
"gen/bcm/sha512-armv8-win.S",
"gen/bcm/sha512-x86_64-apple.S",
"gen/bcm/sha512-x86_64-linux.S",
"gen/bcm/vpaes-armv7-linux.S",
"gen/bcm/vpaes-armv8-apple.S",
"gen/bcm/vpaes-armv8-linux.S",
"gen/bcm/vpaes-armv8-win.S",
"gen/bcm/vpaes-x86-apple.S",
"gen/bcm/vpaes-x86-linux.S",
"gen/bcm/vpaes-x86_64-apple.S",
"gen/bcm/vpaes-x86_64-linux.S",
"gen/bcm/x86-mont-apple.S",
"gen/bcm/x86-mont-linux.S",
"gen/bcm/x86_64-mont-apple.S",
"gen/bcm/x86_64-mont-linux.S",
"gen/bcm/x86_64-mont5-apple.S",
"gen/bcm/x86_64-mont5-linux.S",
"gen/crypto/aes128gcmsiv-x86_64-apple.S",
"gen/crypto/aes128gcmsiv-x86_64-linux.S",
"gen/crypto/chacha-armv4-linux.S",
"gen/crypto/chacha-armv8-apple.S",
"gen/crypto/chacha-armv8-linux.S",
"gen/crypto/chacha-armv8-win.S",
"gen/crypto/chacha-x86-apple.S",
"gen/crypto/chacha-x86-linux.S",
"gen/crypto/chacha-x86_64-apple.S",
"gen/crypto/chacha-x86_64-linux.S",
"gen/crypto/chacha20_poly1305_armv8-apple.S",
"gen/crypto/chacha20_poly1305_armv8-linux.S",
"gen/crypto/chacha20_poly1305_armv8-win.S",
"gen/crypto/chacha20_poly1305_x86_64-apple.S",
"gen/crypto/chacha20_poly1305_x86_64-linux.S",
"gen/crypto/err_data.cc",
"gen/crypto/md5-586-apple.S",
"gen/crypto/md5-586-linux.S",
"gen/crypto/md5-x86_64-apple.S",
"gen/crypto/md5-x86_64-linux.S",
"ssl/bio_ssl.cc",
"ssl/d1_both.cc",
"ssl/d1_lib.cc",
"ssl/d1_pkt.cc",
"ssl/d1_srtp.cc",
"ssl/dtls_method.cc",
"ssl/dtls_record.cc",
"ssl/encrypted_client_hello.cc",
"ssl/extensions.cc",
"ssl/handoff.cc",
"ssl/handshake.cc",
"ssl/handshake_client.cc",
"ssl/handshake_server.cc",
"ssl/s3_both.cc",
"ssl/s3_lib.cc",
"ssl/s3_pkt.cc",
"ssl/ssl_aead_ctx.cc",
"ssl/ssl_asn1.cc",
"ssl/ssl_buffer.cc",
"ssl/ssl_cert.cc",
"ssl/ssl_cipher.cc",
"ssl/ssl_credential.cc",
"ssl/ssl_file.cc",
"ssl/ssl_key_share.cc",
"ssl/ssl_lib.cc",
"ssl/ssl_privkey.cc",
"ssl/ssl_session.cc",
"ssl/ssl_stat.cc",
"ssl/ssl_transcript.cc",
"ssl/ssl_versions.cc",
"ssl/ssl_x509.cc",
"ssl/t1_enc.cc",
"ssl/tls13_both.cc",
"ssl/tls13_client.cc",
"ssl/tls13_enc.cc",
"ssl/tls13_server.cc",
"ssl/tls_method.cc",
"ssl/tls_record.cc",
"third_party/fiat/asm/fiat_curve25519_adx_mul.S",
"third_party/fiat/asm/fiat_curve25519_adx_square.S",
"third_party/fiat/asm/fiat_p256_adx_mul.S",
"third_party/fiat/asm/fiat_p256_adx_sqr.S"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/444] Compiling f_string.cc
[1/444] Compiling a_octet.cc
[1/444] Compiling posix_time.cc
[1/444] Compiling asn_pack.cc
[1/444] Compiling a_i2d_fp.cc
[1/444] Copying PrivacyInfo.xcprivacy
[1/444] Write sources
[1/444] Compiling f_int.cc
[1/444] Write sources
[1/444] Compiling a_gentm.cc
[1/444] Write sources
[1/444] Compiling a_int.cc
[1/444] Write sources
[1/444] Write NIOTLSServer-entitlement.plist
[2/444] Compiling a_mbstr.cc
[2/444] Write NIOSSLHTTP1Client-entitlement.plist
[2/444] Compiling a_object.cc
[2/444] Write sources
[8/444] Write NIOSSLPerformanceTester-entitlement.plist
[12/444] Write sources
[31/444] Compiling CNIOWindows shim.c
[32/444] Compiling CNIOWindows WSAStartup.c
[33/444] Compiling CNIOLinux shim.c
[34/444] Compiling CNIOWASI CNIOWASI.c
[35/444] Compiling fiat_p256_adx_sqr.S
[36/444] Compiling CNIOLinux liburing_shims.c
[37/444] Compiling fiat_p256_adx_mul.S
[38/444] Compiling fiat_curve25519_adx_square.S
[39/444] Compiling fiat_curve25519_adx_mul.S
[40/444] Write swift-version-2F0A5646E1D333AE.txt
[41/444] Compiling _AtomicsShims.c
[42/444] Compiling CNIOLLHTTP c_nio_http.c
[43/450] Compiling CNIOLLHTTP c_nio_api.c
[44/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/468] Compiling tls_method.cc
[46/468] Compiling tls_record.cc
[47/468] Compiling tls13_server.cc
[48/468] Compiling CNIODarwin shim.c
[49/468] Compiling tls13_enc.cc
[50/468] Compiling CNIOBoringSSLShims shims.c
[52/468] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/468] Compiling InternalCollectionsUtilities Specialize.swift
[54/469] Compiling _NIOBase64 Base64.swift
[55/469] Emitting module _NIOBase64
[56/469] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/469] Compiling InternalCollectionsUtilities Debugging.swift
[58/469] Compiling InternalCollectionsUtilities Descriptions.swift
[58/469] Compiling tls13_client.cc
[60/469] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/469] Compiling t1_enc.cc
[62/469] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/469] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/469] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/469] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/469] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/469] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/469] Compiling InternalCollectionsUtilities Integer rank.swift
[69/469] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/469] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[71/469] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[72/469] Emitting module InternalCollectionsUtilities
[73/469] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/469] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/469] Compiling tls13_both.cc
[75/469] Compiling ssl_transcript.cc
[76/469] Compiling ssl_versions.cc
[77/469] Compiling ssl_x509.cc
[79/469] Compiling _NIODataStructures PriorityQueue.swift
[80/469] Compiling _NIODataStructures _TinyArray.swift
[81/485] Compiling DequeModule _DequeBufferHeader.swift
[82/485] Compiling DequeModule _DequeSlot.swift
[83/486] Compiling DequeModule _DequeBuffer.swift
[83/486] Compiling ssl_stat.cc
[85/486] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/486] Compiling ssl_session.cc
[87/486] Emitting module _NIODataStructures
[88/486] Compiling _NIODataStructures Heap.swift
[88/486] Compiling ssl_privkey.cc
[90/486] Compiling DequeModule Deque+Extras.swift
[91/486] Compiling DequeModule Deque+Hashable.swift
[92/486] Compiling DequeModule Deque+Equatable.swift
[93/486] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/486] Compiling DequeModule Deque._UnsafeHandle.swift
[95/486] Compiling DequeModule Deque.swift
[96/486] Compiling DequeModule Deque+CustomReflectable.swift
[97/486] Compiling DequeModule Deque+Descriptions.swift
[98/486] Compiling DequeModule Deque+Testing.swift
[99/486] Compiling DequeModule Deque._Storage.swift
[100/486] Compiling DequeModule Deque+Codable.swift
[101/486] Compiling DequeModule Deque+Collection.swift
[101/486] Compiling ssl_key_share.cc
[103/486] Emitting module DequeModule
[103/486] Compiling ssl_file.cc
[104/486] Compiling ssl_credential.cc
[104/486] Compiling ssl_cipher.cc
[106/486] Compiling ssl_lib.cc
[107/486] Compiling ssl_cert.cc
[108/486] Compiling ssl_buffer.cc
[109/486] Compiling ssl_aead_ctx.cc
[110/486] Compiling ssl_asn1.cc
[111/486] Compiling s3_pkt.cc
[112/486] Compiling s3_lib.cc
[113/486] Compiling s3_both.cc
[114/486] Compiling handshake_client.cc
[115/486] Compiling handshake_server.cc
[116/486] Compiling handshake.cc
[117/486] Compiling handoff.cc
[118/486] Compiling md5-x86_64-linux.S
[119/486] Compiling md5-x86_64-apple.S
[120/486] Compiling md5-586-linux.S
[121/486] Compiling md5-586-apple.S
[122/486] Compiling extensions.cc
[123/486] Compiling dtls_record.cc
[124/486] Compiling encrypted_client_hello.cc
[125/486] Compiling chacha20_poly1305_x86_64-linux.S
[126/486] Compiling chacha20_poly1305_x86_64-apple.S
[127/486] Compiling chacha20_poly1305_armv8-win.S
[128/486] Compiling chacha20_poly1305_armv8-linux.S
[129/486] Compiling chacha-x86_64-linux.S
[130/486] Compiling chacha-x86_64-apple.S
[131/486] Compiling chacha20_poly1305_armv8-apple.S
[132/486] Compiling dtls_method.cc
[133/486] Compiling chacha-x86-linux.S
[134/486] Compiling chacha-armv8-win.S
[134/486] Compiling chacha-x86-apple.S
[136/486] Compiling d1_srtp.cc
[137/486] Compiling chacha-armv8-linux.S
[138/486] Compiling bio_ssl.cc
[139/486] Compiling d1_pkt.cc
[140/486] Compiling chacha-armv8-apple.S
[141/486] Compiling chacha-armv4-linux.S
[142/486] Compiling aes128gcmsiv-x86_64-linux.S
[143/486] Compiling aes128gcmsiv-x86_64-apple.S
[144/486] Compiling x86_64-mont5-linux.S
[145/486] Compiling x86_64-mont5-apple.S
[146/486] Compiling x86_64-mont-linux.S
[147/486] Compiling err_data.cc
[148/486] Compiling x86_64-mont-apple.S
[149/486] Compiling x86-mont-linux.S
[150/486] Compiling x86-mont-apple.S
[151/486] Compiling vpaes-x86_64-linux.S
[152/486] Compiling vpaes-x86_64-apple.S
[153/486] Compiling vpaes-x86-linux.S
[154/486] Compiling vpaes-x86-apple.S
[155/486] Compiling vpaes-armv8-win.S
[156/486] Compiling vpaes-armv8-linux.S
[157/486] Compiling vpaes-armv7-linux.S
[158/486] Compiling vpaes-armv8-apple.S
[159/486] Compiling sha512-x86_64-linux.S
[160/486] Compiling d1_lib.cc
[161/486] Compiling sha512-x86_64-apple.S
[162/486] Compiling sha512-armv8-win.S
[162/486] Compiling sha512-armv8-linux.S
[164/486] Compiling sha512-armv8-apple.S
[165/486] Compiling sha512-armv4-linux.S
[166/486] Compiling sha512-586-apple.S
[166/486] Compiling sha512-586-linux.S
[168/486] Compiling sha256-x86_64-linux.S
[169/486] Compiling sha256-x86_64-apple.S
[170/486] Compiling sha256-armv8-win.S
[171/486] Compiling sha256-armv8-linux.S
[172/486] Compiling sha256-armv8-apple.S
[173/486] Compiling d1_both.cc
[174/486] Compiling sha256-armv4-linux.S
[175/486] Compiling sha1-x86_64-linux.S
[176/486] Compiling sha256-586-linux.S
[177/486] Compiling sha256-586-apple.S
[178/486] Compiling sha1-x86_64-apple.S
[179/486] Compiling sha1-armv8-win.S
[180/486] Compiling sha1-armv8-linux.S
[181/486] Compiling sha1-armv8-apple.S
[182/486] Compiling sha1-armv4-large-linux.S
[183/486] Compiling sha1-586-linux.S
[184/486] Compiling sha1-586-apple.S
[185/486] Compiling rsaz-avx2-apple.S
[186/486] Compiling rdrand-x86_64-linux.S
[187/486] Compiling rsaz-avx2-linux.S
[188/486] Compiling rdrand-x86_64-apple.S
[189/486] Compiling p256_beeu-x86_64-asm-linux.S
[190/486] Compiling p256_beeu-x86_64-asm-apple.S
[191/486] Compiling p256_beeu-armv8-asm-win.S
[191/486] Compiling p256_beeu-armv8-asm-linux.S
[193/486] Compiling p256-x86_64-asm-linux.S
[194/486] Compiling p256_beeu-armv8-asm-apple.S
[195/486] Compiling p256-x86_64-asm-apple.S
[196/486] Compiling p256-armv8-asm-win.S
[197/486] Compiling p256-armv8-asm-linux.S
[198/486] Compiling p256-armv8-asm-apple.S
[199/486] Compiling ghashv8-armv8-win.S
[200/486] Compiling ghashv8-armv8-linux.S
[201/486] Compiling ghashv8-armv8-apple.S
[202/486] Compiling ghash-x86_64-linux.S
[203/486] Compiling ghashv8-armv7-linux.S
[204/486] Compiling ghash-x86-linux.S
[205/486] Compiling ghash-x86_64-apple.S
[205/486] Compiling ghash-x86-apple.S
[207/486] Compiling ghash-ssse3-x86-linux.S
[208/486] Compiling ghash-ssse3-x86_64-apple.S
[209/486] Compiling ghash-ssse3-x86_64-linux.S
[210/486] Compiling ghash-ssse3-x86-apple.S
[211/486] Compiling ghash-neon-armv8-win.S
[212/486] Compiling ghash-neon-armv8-linux.S
[213/486] Compiling ghash-armv4-linux.S
[214/486] Compiling co-586-linux.S
[215/486] Compiling co-586-apple.S
[216/486] Compiling ghash-neon-armv8-apple.S
[217/486] Compiling bsaes-armv7-linux.S
[218/486] Compiling bn-armv8-win.S
[219/486] Compiling bn-armv8-linux.S
[220/486] Compiling bn-586-apple.S
[221/486] Compiling bn-armv8-apple.S
[222/486] Compiling bn-586-linux.S
[223/486] Compiling armv8-mont-win.S
[224/486] Compiling armv8-mont-linux.S
[225/486] Compiling armv8-mont-apple.S
[226/486] Compiling armv4-mont-linux.S
[227/486] Compiling aesv8-gcm-armv8-win.S
[228/486] Compiling aesv8-gcm-armv8-linux.S
[229/486] Compiling aesv8-armv8-win.S
[230/486] Compiling aesv8-gcm-armv8-apple.S
[231/486] Compiling aesv8-armv8-linux.S
[232/486] Compiling aesv8-armv8-apple.S
[233/486] Compiling aesv8-armv7-linux.S
[234/486] Compiling aesni-x86_64-linux.S
[235/486] Compiling aesni-x86_64-apple.S
[236/486] Compiling aesni-x86-apple.S
[237/486] Compiling aesni-x86-linux.S
[238/486] Compiling aesni-gcm-x86_64-linux.S
[239/486] Compiling aesni-gcm-x86_64-apple.S
[240/486] Compiling aes-gcm-avx2-x86_64-linux.S
[241/486] Compiling aes-gcm-avx2-x86_64-apple.S
[241/486] Compiling aes-gcm-avx10-x86_64-linux.S
[243/486] Compiling aes-gcm-avx10-x86_64-apple.S
[244/486] Compiling x_x509a.cc
[245/486] Compiling x_sig.cc
[246/486] Compiling x_val.cc
[247/486] Compiling x_spki.cc
[248/486] Compiling x_req.cc
[249/486] Compiling x_exten.cc
[250/486] Compiling x_pubkey.cc
[251/486] Compiling x_x509.cc
[252/486] Compiling x_name.cc
[253/486] Compiling x_crl.cc
[254/486] Compiling x_attrib.cc
[255/486] Compiling x_algor.cc
[256/486] Compiling x509spki.cc
[257/486] Compiling x_all.cc
[258/486] Compiling x509rset.cc
[259/486] Compiling x509name.cc
[260/486] Compiling x509cset.cc
[261/486] Compiling x509_vpm.cc
[262/486] Compiling x509_v3.cc
[263/486] Compiling x509_vfy.cc
[264/486] Compiling x509_txt.cc
[265/486] Compiling x509_trs.cc
[266/486] Compiling x509_set.cc
[267/486] Compiling x509_def.cc
[268/486] Compiling x509_req.cc
[269/486] Compiling x509_d2.cc
[270/486] Compiling x509_obj.cc
[271/486] Compiling x509_ext.cc
[272/486] Compiling x509_lu.cc
[273/486] Compiling x509_cmp.cc
[274/486] Compiling x509_att.cc
[275/486] Compiling x509.cc
[276/486] Compiling v3_utl.cc
[277/486] Compiling v3_prn.cc
[278/486] Compiling v3_pmaps.cc
[279/486] Compiling v3_purp.cc
[280/486] Compiling v3_ocsp.cc
[281/486] Compiling v3_skey.cc
[282/486] Compiling v3_pcons.cc
[283/486] Compiling v3_ncons.cc
[284/486] Compiling v3_int.cc
[285/486] Compiling v3_lib.cc
[286/486] Compiling v3_info.cc
[287/486] Compiling v3_ia5.cc
[288/486] Compiling v3_genn.cc
[288/486] Compiling v3_extku.cc
[290/486] Compiling v3_enum.cc
[291/486] Compiling v3_cpols.cc
[292/486] Compiling v3_crld.cc
[293/486] Compiling v3_conf.cc
[294/486] Compiling v3_bitst.cc
[295/486] Compiling v3_bcons.cc
[296/486] Compiling v3_akeya.cc
[297/486] Compiling v3_alt.cc
[298/486] Compiling t_x509a.cc
[299/486] Compiling v3_akey.cc
[300/486] Compiling t_req.cc
[301/486] Compiling t_crl.cc
[302/486] Compiling t_x509.cc
[303/486] Compiling rsa_pss.cc
[304/486] Compiling i2d_pr.cc
[305/486] Compiling name_print.cc
[306/486] Compiling policy.cc
[307/486] Compiling by_file.cc
[308/486] Compiling by_dir.cc
[309/486] Compiling a_verify.cc
[310/486] Compiling a_digest.cc
[311/486] Compiling asn1_gen.cc
[312/486] Compiling a_sign.cc
[312/486] Compiling algorithm.cc
[314/486] Compiling voprf.cc
[315/486] Compiling thread_win.cc
[316/486] Compiling trust_token.cc
[317/486] Compiling thread_pthread.cc
[318/486] Compiling thread_none.cc
[319/486] Compiling thread.cc
[320/486] Compiling pmbtoken.cc
[321/486] Compiling stack.cc
[322/486] Compiling slhdsa.cc
[323/486] Compiling spake2plus.cc
[324/486] Compiling siphash.cc
[325/486] Compiling sha512.cc
[326/486] Compiling sha256.cc
[327/486] Compiling sha1.cc
[328/486] Compiling rsa_extra.cc
[329/486] Compiling rsa_print.cc
[330/486] Compiling rsa_crypt.cc
[331/486] Compiling refcount.cc
[332/486] Compiling rsa_asn1.cc
[333/486] Compiling rc4.cc
[334/486] Compiling windows.cc
[335/486] Compiling urandom.cc
[336/486] Compiling trusty.cc
[337/486] Compiling rand.cc
[338/486] Compiling poly1305_arm_asm.S
[339/486] Compiling ios.cc
[340/486] Compiling passive.cc
[341/486] Compiling getentropy.cc
[342/486] Compiling forkunsafe.cc
[343/486] Compiling deterministic.cc
[344/486] Compiling fork_detect.cc
[345/486] Compiling poly1305_vec.cc
[346/486] Compiling poly1305_arm.cc
[347/486] Compiling poly1305.cc
[348/486] Compiling pool.cc
[349/486] Compiling pkcs8.cc
[350/486] Compiling pkcs7.cc
[351/486] Compiling pkcs8_x509.cc
[352/486] Compiling p5_pbev2.cc
[353/486] Compiling pem_xaux.cc
[354/486] Compiling pkcs7_x509.cc
[355/486] Compiling pem_x509.cc
[356/486] Compiling pem_pkey.cc
[357/486] Compiling pem_pk8.cc
[358/486] Compiling pem_oth.cc
[359/486] Compiling mlkem.cc
[360/486] Compiling obj_xref.cc
[361/486] Compiling mldsa.cc
[362/486] Compiling pem_lib.cc
[363/486] Compiling pem_info.cc
[364/486] Compiling pem_all.cc
[365/486] Compiling poly_rq_mul.S
[366/486] Compiling mem.cc
[367/486] Compiling fips_shared_support.cc
[368/486] Compiling obj.cc
[369/486] Compiling md5.cc
[370/486] Compiling md4.cc
[371/486] Compiling lhash.cc
[372/486] Compiling kyber.cc
[373/486] Compiling ex_data.cc
[374/486] Compiling sign.cc
[375/486] Compiling scrypt.cc
[376/486] Compiling pbkdf.cc
[377/486] Compiling print.cc
[378/486] Compiling hpke.cc
[379/486] Compiling hrss.cc
[380/486] Compiling p_x25519_asn1.cc
[381/486] Compiling p_x25519.cc
[382/486] Compiling p_ed25519.cc
[383/486] Compiling p_rsa_asn1.cc
[384/486] Compiling p_ec.cc
[385/486] Compiling p_rsa.cc
[386/486] Compiling p_hkdf.cc
[387/486] Compiling p_ed25519_asn1.cc
[388/486] Compiling p_ec_asn1.cc
[389/486] Compiling p_dh_asn1.cc
[390/486] Compiling p_dh.cc
[391/486] Compiling p_dsa_asn1.cc
[392/486] Compiling evp_ctx.cc
[393/486] Compiling engine.cc
[394/486] Compiling err.cc
[395/486] Compiling evp.cc
[396/486] Compiling evp_asn1.cc
[397/486] Compiling ecdsa_asn1.cc
[398/486] Compiling ecdh.cc
[399/486] Compiling ec_derive.cc
[400/486] Compiling hash_to_curve.cc
[401/486] Compiling dsa.cc
[402/486] Compiling ec_asn1.cc
[403/486] Compiling params.cc
[404/486] Compiling dsa_asn1.cc
[405/486] Compiling bcm.cc
[406/486] Compiling digest_extra.cc
[406/486] Compiling x25519-asm-arm.S
[408/486] Compiling dh_asn1.cc
[409/486] Compiling des.cc
[410/486] Compiling curve25519_64_adx.cc
[411/486] Compiling spake25519.cc
[412/486] Compiling cpu_intel.cc
[413/486] Compiling cpu_aarch64_win.cc
[414/486] Compiling cpu_arm_linux.cc
[415/486] Compiling cpu_arm_freebsd.cc
[416/486] Compiling crypto.cc
[417/486] Compiling curve25519.cc
[418/486] Compiling cpu_aarch64_openbsd.cc
[419/486] Compiling cpu_aarch64_sysreg.cc
[420/486] Compiling cpu_aarch64_linux.cc
[421/486] Compiling cpu_aarch64_fuchsia.cc
[422/486] Compiling cpu_aarch64_apple.cc
[423/486] Compiling get_cipher.cc
[424/486] Compiling tls_cbc.cc
[425/486] Compiling e_rc4.cc
[426/486] Compiling conf.cc
[427/486] Compiling e_tls.cc
[428/486] Compiling e_rc2.cc
[429/486] Compiling e_null.cc
[430/486] Compiling e_des.cc
[431/486] Compiling e_chacha20poly1305.cc
[432/486] Compiling e_aesgcmsiv.cc
[433/486] Compiling derive_key.cc
[434/486] Compiling e_aesctrhmac.cc
[435/486] Compiling chacha.cc
[436/486] Compiling unicode.cc
[437/486] Compiling cbs.cc
[438/486] Compiling ber.cc
[439/486] Compiling cbb.cc
[440/486] Compiling asn1_compat.cc
[441/486] Compiling buf.cc
[442/486] Compiling blake2.cc
[443/486] Compiling socket_helper.cc
[444/486] Compiling bn_asn1.cc
[445/486] Compiling convert.cc
[446/486] Compiling socket.cc
[447/486] Compiling printf.cc
[448/486] Compiling pair.cc
[449/486] Compiling hexdump.cc
[450/486] Compiling file.cc
[451/486] Compiling fd.cc
[452/486] Compiling errno.cc
[453/486] Compiling connect.cc
[454/486] Compiling bio_mem.cc
[455/486] Compiling base64.cc
[456/486] Compiling bio.cc
[457/486] Compiling tasn_typ.cc
[458/486] Compiling tasn_fre.cc
[459/486] Compiling tasn_enc.cc
[460/486] Compiling tasn_utl.cc
[461/486] Compiling tasn_new.cc
[462/486] Compiling asn1_par.cc
[463/486] Compiling tasn_dec.cc
[464/486] Compiling a_utctm.cc
[465/486] Compiling asn1_lib.cc
[466/486] Compiling a_type.cc
[466/486] Write sources
[468/486] Compiling a_dup.cc
[469/486] Compiling a_time.cc
[470/486] Compiling a_d2i_fp.cc
[471/486] Compiling a_strnid.cc
[472/486] Compiling a_strex.cc
[473/499] Compiling a_bitstr.cc
[474/501] Compiling a_bool.cc
[476/505] Compiling Atomics AtomicStorage.swift
[477/505] Compiling Atomics AtomicValue.swift
[478/507] Compiling Atomics ManagedAtomic.swift
[479/507] Compiling Atomics ManagedAtomicLazyReference.swift
[480/507] Compiling Atomics UnsafeAtomic.swift
[481/507] Compiling Atomics UnsafeAtomicLazyReference.swift
[482/507] Compiling Atomics Primitives.shims.swift
[483/507] Compiling Atomics AtomicInteger.swift
[484/507] Compiling Atomics AtomicOptionalWrappable.swift
[485/507] Compiling Atomics AtomicReference.swift
[486/507] Compiling Atomics AtomicMemoryOrderings.swift
[487/507] Compiling Atomics DoubleWord.swift
[488/507] Compiling Atomics IntegerOperations.swift
[489/507] Compiling Atomics Unmanaged extensions.swift
[490/507] Compiling Atomics OptionalRawRepresentable.swift
[491/507] Compiling Atomics RawRepresentable.swift
[492/507] Compiling Atomics AtomicBool.swift
[493/507] Compiling Atomics IntegerConformances.swift
[494/507] Compiling Atomics PointerConformances.swift
[495/507] Compiling Atomics Primitives.native.swift
[496/507] Emitting module Atomics
[496/507] Compiling c-nioatomics.c
[497/507] Compiling c-atomics.c
[499/513] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[500/513] Compiling NIOConcurrencyHelpers NIOLock.swift
[501/513] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[502/513] Emitting module NIOConcurrencyHelpers
[503/513] Compiling NIOConcurrencyHelpers atomics.swift
[504/513] Compiling NIOConcurrencyHelpers lock.swift
[505/574] Compiling NIOCore GlobalSingletons.swift
[506/574] Compiling NIOCore IO.swift
[507/574] Compiling NIOCore IOData.swift
[508/574] Compiling NIOCore IPProtocol.swift
[509/574] Compiling NIOCore IntegerBitPacking.swift
[510/574] Compiling NIOCore IntegerTypes.swift
[511/580] Compiling NIOCore AddressedEnvelope.swift
[512/580] Compiling NIOCore AsyncAwaitSupport.swift
[513/580] Compiling NIOCore AsyncChannel.swift
[514/580] Compiling NIOCore AsyncChannelHandler.swift
[515/580] Compiling NIOCore AsyncChannelInboundStream.swift
[516/580] Compiling NIOCore AsyncChannelOutboundWriter.swift
[517/580] Compiling NIOCore NIOAsyncSequenceProducer.swift
[518/580] Compiling NIOCore SocketOptionProvider.swift
[519/580] Compiling NIOCore SystemCallHelpers.swift
[520/580] Compiling NIOCore TimeAmount+Duration.swift
[521/580] Compiling NIOCore TypeAssistedChannelHandler.swift
[522/580] Compiling NIOCore UniversalBootstrapSupport.swift
[523/580] Compiling NIOCore Utilities.swift
[524/580] Compiling NIOCore Interfaces.swift
[525/580] Compiling NIOCore Linux.swift
[526/580] Compiling NIOCore MarkedCircularBuffer.swift
[527/580] Compiling NIOCore MulticastChannel.swift
[528/580] Compiling NIOCore NIOAny.swift
[529/580] Compiling NIOCore NIOCloseOnErrorHandler.swift
[530/580] Compiling NIOCore Codec.swift
[531/580] Compiling NIOCore ConvenienceOptionSupport.swift
[532/580] Compiling NIOCore DeadChannel.swift
[533/580] Compiling NIOCore DispatchQueue+WithFuture.swift
[534/580] Compiling NIOCore EventLoop+Deprecated.swift
[535/580] Compiling NIOCore EventLoop+SerialExecutor.swift
[536/580] Compiling NIOCore EventLoop.swift
[537/580] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[538/580] Compiling NIOCore NIOAsyncWriter.swift
[539/580] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[540/580] Compiling NIOCore BSDSocketAPI.swift
[541/580] Compiling NIOCore ByteBuffer-aux.swift
[542/580] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[543/580] Compiling NIOCore ByteBuffer-conversions.swift
[544/580] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[545/580] Compiling NIOCore EventLoopFuture+Deprecated.swift
[546/580] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[547/580] Compiling NIOCore EventLoopFuture.swift
[548/580] Compiling NIOCore FileDescriptor.swift
[549/580] Compiling NIOCore FileHandle.swift
[550/580] Compiling NIOCore FileRegion.swift
[551/580] Compiling NIOCore NIOLoopBound.swift
[552/580] Compiling NIOCore NIOScheduledCallback.swift
[553/580] Compiling NIOCore NIOSendable.swift
[554/580] Compiling NIOCore RecvByteBufferAllocator.swift
[555/580] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[556/580] Compiling NIOCore SocketAddresses.swift
[557/580] Compiling NIOCore Channel.swift
[558/580] Compiling NIOCore ChannelHandler.swift
[559/580] Compiling NIOCore ChannelHandlers.swift
[560/580] Compiling NIOCore ChannelInvoker.swift
[561/580] Compiling NIOCore ChannelOption.swift
[562/580] Compiling NIOCore ChannelPipeline.swift
[563/580] Compiling NIOCore CircularBuffer.swift
[564/580] Compiling NIOCore ByteBuffer-core.swift
[565/580] Compiling NIOCore ByteBuffer-hex.swift
[566/580] Compiling NIOCore ByteBuffer-int.swift
[567/580] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[568/580] Compiling NIOCore ByteBuffer-multi-int.swift
[569/580] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[570/580] Compiling NIOCore ByteBuffer-views.swift
[571/580] Emitting module NIOCore
[572/633] Compiling NIOEmbedded AsyncTestingChannel.swift
[573/633] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[574/633] Compiling NIOEmbedded Embedded.swift
[575/633] Emitting module NIOEmbedded
[576/633] Compiling NIOPosix BSDSocketAPICommon.swift
[577/633] Compiling NIOPosix BSDSocketAPIPosix.swift
[578/633] Compiling NIOPosix BSDSocketAPIWindows.swift
[579/633] Compiling NIOPosix BaseSocket.swift
[580/633] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[581/633] Compiling NIOPosix BaseSocketChannel.swift
[582/633] Compiling NIOPosix SelectorKqueue.swift
[583/633] Compiling NIOPosix SelectorUring.swift
[584/633] Compiling NIOPosix ServerSocket.swift
[585/633] Compiling NIOPosix Socket.swift
[586/633] Compiling NIOPosix SocketChannel.swift
[587/638] Compiling NIOPosix PendingDatagramWritesManager.swift
[588/638] Compiling NIOPosix PendingWritesManager.swift
[589/638] Compiling NIOPosix PipeChannel.swift
[590/638] Compiling NIOPosix PipePair.swift
[591/638] Compiling NIOPosix Pool.swift
[592/638] Compiling NIOPosix GetaddrinfoResolver.swift
[593/638] Compiling NIOPosix HappyEyeballs.swift
[594/638] Compiling NIOPosix IO.swift
[595/638] Compiling NIOPosix IntegerBitPacking.swift
[596/638] Compiling NIOPosix IntegerTypes.swift
[597/638] Compiling NIOPosix Linux.swift
[598/638] Compiling NIOPosix Selectable.swift
[599/638] Compiling NIOPosix SelectableChannel.swift
[600/638] Compiling NIOPosix SelectableEventLoop.swift
[601/638] Compiling NIOPosix SelectorEpoll.swift
[602/638] Compiling NIOPosix SelectorGeneric.swift
[603/638] Compiling NIOPosix PooledRecvBufferAllocator.swift
[604/638] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[605/638] Compiling NIOPosix PosixSingletons.swift
[606/638] Compiling NIOPosix RawSocketBootstrap.swift
[607/638] Compiling NIOPosix Resolver.swift
[608/638] Compiling NIOPosix BaseStreamSocketChannel.swift
[609/638] Compiling NIOPosix Bootstrap.swift
[610/638] Compiling NIOPosix ControlMessage.swift
[611/638] Compiling NIOPosix DatagramVectorReadManager.swift
[612/638] Compiling NIOPosix Errors+Any.swift
[613/638] Compiling NIOPosix FileDescriptor.swift
[614/638] Compiling NIOPosix SocketProtocols.swift
[615/638] Compiling NIOPosix System.swift
[616/638] Compiling NIOPosix Thread.swift
[617/638] Compiling NIOPosix ThreadPosix.swift
[618/638] Compiling NIOPosix ThreadWindows.swift
[619/638] Emitting module NIOPosix
[620/638] Compiling NIOPosix LinuxCPUSet.swift
[621/638] Compiling NIOPosix LinuxUring.swift
[622/638] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[623/638] Compiling NIOPosix NIOThreadPool.swift
[624/638] Compiling NIOPosix NonBlockingFileIO.swift
[625/638] Compiling NIOPosix UnsafeTransfer.swift
[626/638] Compiling NIOPosix Utilities.swift
[627/638] Compiling NIOPosix VsockAddress.swift
[628/638] Compiling NIOPosix VsockChannelEvents.swift
[629/638] Compiling NIOPosix resource_bundle_accessor.swift
[630/640] Emitting module NIO
[631/640] Compiling NIO Exports.swift
[632/668] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[633/668] Compiling NIOTLS TLSEvents.swift
[634/668] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[635/668] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[636/668] Compiling NIOTLS SNIHandler.swift
[637/668] Emitting module NIOTLS
[638/668] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[639/669] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[640/669] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[641/669] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[642/669] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[643/669] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[644/669] Emitting module NIOFoundationCompat
[645/669] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[646/669] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[647/669] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[648/669] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[649/689] Compiling NIOSSL ByteBufferBIO.swift
[650/689] Compiling NIOSSL CustomPrivateKey.swift
[651/699] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[652/699] Compiling NIOSSL SSLErrors.swift
[653/699] Compiling NIOSSL AndroidCABundle.swift
[654/699] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[655/699] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[656/699] Compiling NIOSSL SSLConnection.swift
[657/699] Compiling NIOSSL SSLContext.swift
[658/699] Compiling NIOSSL SafeCompare.swift
[659/699] Compiling NIOSSL Zeroization.swift
[660/699] Emitting module NIOHTTP1
[661/699] Emitting module NIOSSL
[662/702] Compiling NIOSSL SSLPublicKey.swift
[665/702] Compiling NIOSSL UniversalBootstrapSupport.swift
[666/702] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[667/702] Compiling NIOSSL resource_bundle_accessor.swift
[668/702] Compiling NIOSSL SSLInit.swift
[669/702] Compiling NIOSSL SSLPKCS12Bundle.swift
[670/702] Compiling NIOSSL SSLPrivateKey.swift
[671/702] Compiling NIOSSL SubjectAlternativeName.swift
[672/702] Compiling NIOSSL NIOSSLSecureBytes.swift
[673/702] Compiling NIOSSL RNG.swift
[674/702] Compiling NIOSSL LinuxCABundle.swift
[675/702] Compiling NIOSSL NIOSSLClientHandler.swift
[676/702] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[677/702] Compiling NIOSSL NIOSSLHandler.swift
[678/702] Compiling NIOSSL NIOSSLServerHandler.swift
[679/702] Compiling NIOSSL ObjectIdentifier.swift
[680/702] Compiling NIOSSL PosixPort.swift
[681/702] Compiling NIOSSL SSLCallbacks.swift
[682/702] Compiling NIOSSL SSLCertificate.swift
[683/702] Compiling NIOSSL SSLCertificateExtensions.swift
[686/702] Compiling NIOSSL TLSConfiguration.swift
[690/702] Compiling NIOSSL IdentityVerification.swift
[694/712] Emitting module NIOSSLPerformanceTester
[695/712] Compiling NIOSSLPerformanceTester BenchRepeatedHandshakes.swift
[696/712] Compiling NIOSSLPerformanceTester main.swift
[697/712] Compiling NIOSSLPerformanceTester Benchmark.swift
[698/712] Compiling NIOSSLPerformanceTester BenchManyWrites.swift
[699/712] Compiling NIOSSLPerformanceTester shared.swift
[700/712] Emitting module NIOTLSServer
[701/712] Compiling NIOTLSServer main.swift
[701/712] Write Objects.LinkFileList
[704/712] Emitting module NIOSSLHTTP1Client
[705/712] Compiling NIOSSLHTTP1Client main.swift
[705/712] Write Objects.LinkFileList
[706/712] Linking NIOTLSServer
[707/712] Linking NIOSSLPerformanceTester
[708/712] Linking NIOSSLHTTP1Client
[709/712] Applying NIOTLSServer
[710/712] Applying NIOSSLPerformanceTester
[711/712] Applying NIOSSLHTTP1Client
Build complete! (34.40s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.69s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Fetched https://github.com/apple/swift-collections.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-nio-ssl",
"name" : "swift-nio-ssl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOSSL",
"targets" : [
"NIOSSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOTLSServer",
"targets" : [
"NIOTLSServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSLHTTP1Client",
"targets" : [
"NIOSSLHTTP1Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSLPerformanceTester",
"targets" : [
"NIOSSLPerformanceTester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTLSServer",
"module_type" : "SwiftTarget",
"name" : "NIOTLSServer",
"path" : "Sources/NIOTLSServer",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"NIOTLSServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSLTests",
"module_type" : "SwiftTarget",
"name" : "NIOSSLTests",
"path" : "Tests/NIOSSLTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"NIOTLS"
],
"sources" : [
"ByteBufferBIOTest.swift",
"CertificateVerificationTests.swift",
"ClientSNITests.swift",
"CustomPrivateKeyTests.swift",
"IdentityVerificationTest.swift",
"NIOSSLALPNTest.swift",
"NIOSSLIntegrationTest.swift",
"NIOSSLSecureBytesTests.swift",
"NIOSSLTestHelpers.swift",
"ObjectIdentifierTests.swift",
"SSLCertificateExtensionsTests.swift",
"SSLCertificateTest.swift",
"SSLContextTests.swift",
"SSLPKCS12BundleTest.swift",
"SSLPrivateKeyTests.swift",
"SecurityFrameworkVerificationTests.swift",
"TLS13RecordObserver.swift",
"TLSConfigurationTest.swift",
"UnsafeTransfer.swift",
"UnwrappingTests.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "test"
},
{
"c99name" : "NIOSSLPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOSSLPerformanceTester",
"path" : "Sources/NIOSSLPerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOTLS"
],
"product_memberships" : [
"NIOSSLPerformanceTester"
],
"sources" : [
"BenchManyWrites.swift",
"BenchRepeatedHandshakes.swift",
"Benchmark.swift",
"main.swift",
"shared.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSLHTTP1Client",
"module_type" : "SwiftTarget",
"name" : "NIOSSLHTTP1Client",
"path" : "Sources/NIOSSLHTTP1Client",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"NIOFoundationCompat"
],
"product_memberships" : [
"NIOSSLHTTP1Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSL",
"module_type" : "SwiftTarget",
"name" : "NIOSSL",
"path" : "Sources/NIOSSL",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOTLS"
],
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/NIOSSL/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AndroidCABundle.swift",
"ByteBufferBIO.swift",
"CustomPrivateKey.swift",
"IdentityVerification.swift",
"LinuxCABundle.swift",
"NIOSSLClientHandler.swift",
"NIOSSLHandler+Configuration.swift",
"NIOSSLHandler.swift",
"NIOSSLServerHandler.swift",
"ObjectIdentifier.swift",
"PosixPort.swift",
"SSLCallbacks.swift",
"SSLCertificate.swift",
"SSLCertificateExtensions.swift",
"SSLConnection.swift",
"SSLContext.swift",
"SSLErrors.swift",
"SSLInit.swift",
"SSLPKCS12Bundle.swift",
"SSLPrivateKey.swift",
"SSLPublicKey.swift",
"SecurityFrameworkCertificateVerification.swift",
"String+unsafeUninitializedCapacity.swift",
"SubjectAlternativeName.swift",
"SwiftCrypto/NIOSSLSecureBytes.swift",
"SwiftCrypto/RNG.swift",
"SwiftCrypto/SafeCompare.swift",
"SwiftCrypto/Zeroization.swift",
"TLSConfiguration.swift",
"UniversalBootstrapSupport.swift",
"UnsafeKeyAndChainTarget.swift"
],
"target_dependencies" : [
"CNIOBoringSSL",
"CNIOBoringSSLShims"
],
"type" : "library"
},
{
"c99name" : "CNIOBoringSSLShims",
"module_type" : "ClangTarget",
"name" : "CNIOBoringSSLShims",
"path" : "Sources/CNIOBoringSSLShims",
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"shims.c"
],
"target_dependencies" : [
"CNIOBoringSSL"
],
"type" : "library"
},
{
"c99name" : "CNIOBoringSSL",
"module_type" : "ClangTarget",
"name" : "CNIOBoringSSL",
"path" : "Sources/CNIOBoringSSL",
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"crypto/asn1/a_bitstr.cc",
"crypto/asn1/a_bool.cc",
"crypto/asn1/a_d2i_fp.cc",
"crypto/asn1/a_dup.cc",
"crypto/asn1/a_gentm.cc",
"crypto/asn1/a_i2d_fp.cc",
"crypto/asn1/a_int.cc",
"crypto/asn1/a_mbstr.cc",
"crypto/asn1/a_object.cc",
"crypto/asn1/a_octet.cc",
"crypto/asn1/a_strex.cc",
"crypto/asn1/a_strnid.cc",
"crypto/asn1/a_time.cc",
"crypto/asn1/a_type.cc",
"crypto/asn1/a_utctm.cc",
"crypto/asn1/asn1_lib.cc",
"crypto/asn1/asn1_par.cc",
"crypto/asn1/asn_pack.cc",
"crypto/asn1/f_int.cc",
"crypto/asn1/f_string.cc",
"crypto/asn1/posix_time.cc",
"crypto/asn1/tasn_dec.cc",
"crypto/asn1/tasn_enc.cc",
"crypto/asn1/tasn_fre.cc",
"crypto/asn1/tasn_new.cc",
"crypto/asn1/tasn_typ.cc",
"crypto/asn1/tasn_utl.cc",
"crypto/base64/base64.cc",
"crypto/bio/bio.cc",
"crypto/bio/bio_mem.cc",
"crypto/bio/connect.cc",
"crypto/bio/errno.cc",
"crypto/bio/fd.cc",
"crypto/bio/file.cc",
"crypto/bio/hexdump.cc",
"crypto/bio/pair.cc",
"crypto/bio/printf.cc",
"crypto/bio/socket.cc",
"crypto/bio/socket_helper.cc",
"crypto/blake2/blake2.cc",
"crypto/bn/bn_asn1.cc",
"crypto/bn/convert.cc",
"crypto/buf/buf.cc",
"crypto/bytestring/asn1_compat.cc",
"crypto/bytestring/ber.cc",
"crypto/bytestring/cbb.cc",
"crypto/bytestring/cbs.cc",
"crypto/bytestring/unicode.cc",
"crypto/chacha/chacha.cc",
"crypto/cipher/derive_key.cc",
"crypto/cipher/e_aesctrhmac.cc",
"crypto/cipher/e_aesgcmsiv.cc",
"crypto/cipher/e_chacha20poly1305.cc",
"crypto/cipher/e_des.cc",
"crypto/cipher/e_null.cc",
"crypto/cipher/e_rc2.cc",
"crypto/cipher/e_rc4.cc",
"crypto/cipher/e_tls.cc",
"crypto/cipher/get_cipher.cc",
"crypto/cipher/tls_cbc.cc",
"crypto/conf/conf.cc",
"crypto/cpu_aarch64_apple.cc",
"crypto/cpu_aarch64_fuchsia.cc",
"crypto/cpu_aarch64_linux.cc",
"crypto/cpu_aarch64_openbsd.cc",
"crypto/cpu_aarch64_sysreg.cc",
"crypto/cpu_aarch64_win.cc",
"crypto/cpu_arm_freebsd.cc",
"crypto/cpu_arm_linux.cc",
"crypto/cpu_intel.cc",
"crypto/crypto.cc",
"crypto/curve25519/asm/x25519-asm-arm.S",
"crypto/curve25519/curve25519.cc",
"crypto/curve25519/curve25519_64_adx.cc",
"crypto/curve25519/spake25519.cc",
"crypto/des/des.cc",
"crypto/dh/dh_asn1.cc",
"crypto/dh/params.cc",
"crypto/digest/digest_extra.cc",
"crypto/dsa/dsa.cc",
"crypto/dsa/dsa_asn1.cc",
"crypto/ec/ec_asn1.cc",
"crypto/ec/ec_derive.cc",
"crypto/ec/hash_to_curve.cc",
"crypto/ecdh/ecdh.cc",
"crypto/ecdsa/ecdsa_asn1.cc",
"crypto/engine/engine.cc",
"crypto/err/err.cc",
"crypto/evp/evp.cc",
"crypto/evp/evp_asn1.cc",
"crypto/evp/evp_ctx.cc",
"crypto/evp/p_dh.cc",
"crypto/evp/p_dh_asn1.cc",
"crypto/evp/p_dsa_asn1.cc",
"crypto/evp/p_ec.cc",
"crypto/evp/p_ec_asn1.cc",
"crypto/evp/p_ed25519.cc",
"crypto/evp/p_ed25519_asn1.cc",
"crypto/evp/p_hkdf.cc",
"crypto/evp/p_rsa.cc",
"crypto/evp/p_rsa_asn1.cc",
"crypto/evp/p_x25519.cc",
"crypto/evp/p_x25519_asn1.cc",
"crypto/evp/pbkdf.cc",
"crypto/evp/print.cc",
"crypto/evp/scrypt.cc",
"crypto/evp/sign.cc",
"crypto/ex_data.cc",
"crypto/fipsmodule/bcm.cc",
"crypto/fipsmodule/fips_shared_support.cc",
"crypto/hpke/hpke.cc",
"crypto/hrss/asm/poly_rq_mul.S",
"crypto/hrss/hrss.cc",
"crypto/kyber/kyber.cc",
"crypto/lhash/lhash.cc",
"crypto/md4/md4.cc",
"crypto/md5/md5.cc",
"crypto/mem.cc",
"crypto/mldsa/mldsa.cc",
"crypto/mlkem/mlkem.cc",
"crypto/obj/obj.cc",
"crypto/obj/obj_xref.cc",
"crypto/pem/pem_all.cc",
"crypto/pem/pem_info.cc",
"crypto/pem/pem_lib.cc",
"crypto/pem/pem_oth.cc",
"crypto/pem/pem_pk8.cc",
"crypto/pem/pem_pkey.cc",
"crypto/pem/pem_x509.cc",
"crypto/pem/pem_xaux.cc",
"crypto/pkcs7/pkcs7.cc",
"crypto/pkcs7/pkcs7_x509.cc",
"crypto/pkcs8/p5_pbev2.cc",
"crypto/pkcs8/pkcs8.cc",
"crypto/pkcs8/pkcs8_x509.cc",
"crypto/poly1305/poly1305.cc",
"crypto/poly1305/poly1305_arm.cc",
"crypto/poly1305/poly1305_arm_asm.S",
"crypto/poly1305/poly1305_vec.cc",
"crypto/pool/pool.cc",
"crypto/rand/deterministic.cc",
"crypto/rand/fork_detect.cc",
"crypto/rand/forkunsafe.cc",
"crypto/rand/getentropy.cc",
"crypto/rand/ios.cc",
"crypto/rand/passive.cc",
"crypto/rand/rand.cc",
"crypto/rand/trusty.cc",
"crypto/rand/urandom.cc",
"crypto/rand/windows.cc",
"crypto/rc4/rc4.cc",
"crypto/refcount.cc",
"crypto/rsa/rsa_asn1.cc",
"crypto/rsa/rsa_crypt.cc",
"crypto/rsa/rsa_extra.cc",
"crypto/rsa/rsa_print.cc",
"crypto/sha/sha1.cc",
"crypto/sha/sha256.cc",
"crypto/sha/sha512.cc",
"crypto/siphash/siphash.cc",
"crypto/slhdsa/slhdsa.cc",
"crypto/spake2plus/spake2plus.cc",
"crypto/stack/stack.cc",
"crypto/thread.cc",
"crypto/thread_none.cc",
"crypto/thread_pthread.cc",
"crypto/thread_win.cc",
"crypto/trust_token/pmbtoken.cc",
"crypto/trust_token/trust_token.cc",
"crypto/trust_token/voprf.cc",
"crypto/x509/a_digest.cc",
"crypto/x509/a_sign.cc",
"crypto/x509/a_verify.cc",
"crypto/x509/algorithm.cc",
"crypto/x509/asn1_gen.cc",
"crypto/x509/by_dir.cc",
"crypto/x509/by_file.cc",
"crypto/x509/i2d_pr.cc",
"crypto/x509/name_print.cc",
"crypto/x509/policy.cc",
"crypto/x509/rsa_pss.cc",
"crypto/x509/t_crl.cc",
"crypto/x509/t_req.cc",
"crypto/x509/t_x509.cc",
"crypto/x509/t_x509a.cc",
"crypto/x509/v3_akey.cc",
"crypto/x509/v3_akeya.cc",
"crypto/x509/v3_alt.cc",
"crypto/x509/v3_bcons.cc",
"crypto/x509/v3_bitst.cc",
"crypto/x509/v3_conf.cc",
"crypto/x509/v3_cpols.cc",
"crypto/x509/v3_crld.cc",
"crypto/x509/v3_enum.cc",
"crypto/x509/v3_extku.cc",
"crypto/x509/v3_genn.cc",
"crypto/x509/v3_ia5.cc",
"crypto/x509/v3_info.cc",
"crypto/x509/v3_int.cc",
"crypto/x509/v3_lib.cc",
"crypto/x509/v3_ncons.cc",
"crypto/x509/v3_ocsp.cc",
"crypto/x509/v3_pcons.cc",
"crypto/x509/v3_pmaps.cc",
"crypto/x509/v3_prn.cc",
"crypto/x509/v3_purp.cc",
"crypto/x509/v3_skey.cc",
"crypto/x509/v3_utl.cc",
"crypto/x509/x509.cc",
"crypto/x509/x509_att.cc",
"crypto/x509/x509_cmp.cc",
"crypto/x509/x509_d2.cc",
"crypto/x509/x509_def.cc",
"crypto/x509/x509_ext.cc",
"crypto/x509/x509_lu.cc",
"crypto/x509/x509_obj.cc",
"crypto/x509/x509_req.cc",
"crypto/x509/x509_set.cc",
"crypto/x509/x509_trs.cc",
"crypto/x509/x509_txt.cc",
"crypto/x509/x509_v3.cc",
"crypto/x509/x509_vfy.cc",
"crypto/x509/x509_vpm.cc",
"crypto/x509/x509cset.cc",
"crypto/x509/x509name.cc",
"crypto/x509/x509rset.cc",
"crypto/x509/x509spki.cc",
"crypto/x509/x_algor.cc",
"crypto/x509/x_all.cc",
"crypto/x509/x_attrib.cc",
"crypto/x509/x_crl.cc",
"crypto/x509/x_exten.cc",
"crypto/x509/x_name.cc",
"crypto/x509/x_pubkey.cc",
"crypto/x509/x_req.cc",
"crypto/x509/x_sig.cc",
"crypto/x509/x_spki.cc",
"crypto/x509/x_val.cc",
"crypto/x509/x_x509.cc",
"crypto/x509/x_x509a.cc",
"gen/bcm/aes-gcm-avx10-x86_64-apple.S",
"gen/bcm/aes-gcm-avx10-x86_64-linux.S",
"gen/bcm/aes-gcm-avx2-x86_64-apple.S",
"gen/bcm/aes-gcm-avx2-x86_64-linux.S",
"gen/bcm/aesni-gcm-x86_64-apple.S",
"gen/bcm/aesni-gcm-x86_64-linux.S",
"gen/bcm/aesni-x86-apple.S",
"gen/bcm/aesni-x86-linux.S",
"gen/bcm/aesni-x86_64-apple.S",
"gen/bcm/aesni-x86_64-linux.S",
"gen/bcm/aesv8-armv7-linux.S",
"gen/bcm/aesv8-armv8-apple.S",
"gen/bcm/aesv8-armv8-linux.S",
"gen/bcm/aesv8-armv8-win.S",
"gen/bcm/aesv8-gcm-armv8-apple.S",
"gen/bcm/aesv8-gcm-armv8-linux.S",
"gen/bcm/aesv8-gcm-armv8-win.S",
"gen/bcm/armv4-mont-linux.S",
"gen/bcm/armv8-mont-apple.S",
"gen/bcm/armv8-mont-linux.S",
"gen/bcm/armv8-mont-win.S",
"gen/bcm/bn-586-apple.S",
"gen/bcm/bn-586-linux.S",
"gen/bcm/bn-armv8-apple.S",
"gen/bcm/bn-armv8-linux.S",
"gen/bcm/bn-armv8-win.S",
"gen/bcm/bsaes-armv7-linux.S",
"gen/bcm/co-586-apple.S",
"gen/bcm/co-586-linux.S",
"gen/bcm/ghash-armv4-linux.S",
"gen/bcm/ghash-neon-armv8-apple.S",
"gen/bcm/ghash-neon-armv8-linux.S",
"gen/bcm/ghash-neon-armv8-win.S",
"gen/bcm/ghash-ssse3-x86-apple.S",
"gen/bcm/ghash-ssse3-x86-linux.S",
"gen/bcm/ghash-ssse3-x86_64-apple.S",
"gen/bcm/ghash-ssse3-x86_64-linux.S",
"gen/bcm/ghash-x86-apple.S",
"gen/bcm/ghash-x86-linux.S",
"gen/bcm/ghash-x86_64-apple.S",
"gen/bcm/ghash-x86_64-linux.S",
"gen/bcm/ghashv8-armv7-linux.S",
"gen/bcm/ghashv8-armv8-apple.S",
"gen/bcm/ghashv8-armv8-linux.S",
"gen/bcm/ghashv8-armv8-win.S",
"gen/bcm/p256-armv8-asm-apple.S",
"gen/bcm/p256-armv8-asm-linux.S",
"gen/bcm/p256-armv8-asm-win.S",
"gen/bcm/p256-x86_64-asm-apple.S",
"gen/bcm/p256-x86_64-asm-linux.S",
"gen/bcm/p256_beeu-armv8-asm-apple.S",
"gen/bcm/p256_beeu-armv8-asm-linux.S",
"gen/bcm/p256_beeu-armv8-asm-win.S",
"gen/bcm/p256_beeu-x86_64-asm-apple.S",
"gen/bcm/p256_beeu-x86_64-asm-linux.S",
"gen/bcm/rdrand-x86_64-apple.S",
"gen/bcm/rdrand-x86_64-linux.S",
"gen/bcm/rsaz-avx2-apple.S",
"gen/bcm/rsaz-avx2-linux.S",
"gen/bcm/sha1-586-apple.S",
"gen/bcm/sha1-586-linux.S",
"gen/bcm/sha1-armv4-large-linux.S",
"gen/bcm/sha1-armv8-apple.S",
"gen/bcm/sha1-armv8-linux.S",
"gen/bcm/sha1-armv8-win.S",
"gen/bcm/sha1-x86_64-apple.S",
"gen/bcm/sha1-x86_64-linux.S",
"gen/bcm/sha256-586-apple.S",
"gen/bcm/sha256-586-linux.S",
"gen/bcm/sha256-armv4-linux.S",
"gen/bcm/sha256-armv8-apple.S",
"gen/bcm/sha256-armv8-linux.S",
"gen/bcm/sha256-armv8-win.S",
"gen/bcm/sha256-x86_64-apple.S",
"gen/bcm/sha256-x86_64-linux.S",
"gen/bcm/sha512-586-apple.S",
"gen/bcm/sha512-586-linux.S",
"gen/bcm/sha512-armv4-linux.S",
"gen/bcm/sha512-armv8-apple.S",
"gen/bcm/sha512-armv8-linux.S",
"gen/bcm/sha512-armv8-win.S",
"gen/bcm/sha512-x86_64-apple.S",
"gen/bcm/sha512-x86_64-linux.S",
"gen/bcm/vpaes-armv7-linux.S",
"gen/bcm/vpaes-armv8-apple.S",
"gen/bcm/vpaes-armv8-linux.S",
"gen/bcm/vpaes-armv8-win.S",
"gen/bcm/vpaes-x86-apple.S",
"gen/bcm/vpaes-x86-linux.S",
"gen/bcm/vpaes-x86_64-apple.S",
"gen/bcm/vpaes-x86_64-linux.S",
"gen/bcm/x86-mont-apple.S",
"gen/bcm/x86-mont-linux.S",
"gen/bcm/x86_64-mont-apple.S",
"gen/bcm/x86_64-mont-linux.S",
"gen/bcm/x86_64-mont5-apple.S",
"gen/bcm/x86_64-mont5-linux.S",
"gen/crypto/aes128gcmsiv-x86_64-apple.S",
"gen/crypto/aes128gcmsiv-x86_64-linux.S",
"gen/crypto/chacha-armv4-linux.S",
"gen/crypto/chacha-armv8-apple.S",
"gen/crypto/chacha-armv8-linux.S",
"gen/crypto/chacha-armv8-win.S",
"gen/crypto/chacha-x86-apple.S",
"gen/crypto/chacha-x86-linux.S",
"gen/crypto/chacha-x86_64-apple.S",
"gen/crypto/chacha-x86_64-linux.S",
"gen/crypto/chacha20_poly1305_armv8-apple.S",
"gen/crypto/chacha20_poly1305_armv8-linux.S",
"gen/crypto/chacha20_poly1305_armv8-win.S",
"gen/crypto/chacha20_poly1305_x86_64-apple.S",
"gen/crypto/chacha20_poly1305_x86_64-linux.S",
"gen/crypto/err_data.cc",
"gen/crypto/md5-586-apple.S",
"gen/crypto/md5-586-linux.S",
"gen/crypto/md5-x86_64-apple.S",
"gen/crypto/md5-x86_64-linux.S",
"ssl/bio_ssl.cc",
"ssl/d1_both.cc",
"ssl/d1_lib.cc",
"ssl/d1_pkt.cc",
"ssl/d1_srtp.cc",
"ssl/dtls_method.cc",
"ssl/dtls_record.cc",
"ssl/encrypted_client_hello.cc",
"ssl/extensions.cc",
"ssl/handoff.cc",
"ssl/handshake.cc",
"ssl/handshake_client.cc",
"ssl/handshake_server.cc",
"ssl/s3_both.cc",
"ssl/s3_lib.cc",
"ssl/s3_pkt.cc",
"ssl/ssl_aead_ctx.cc",
"ssl/ssl_asn1.cc",
"ssl/ssl_buffer.cc",
"ssl/ssl_cert.cc",
"ssl/ssl_cipher.cc",
"ssl/ssl_credential.cc",
"ssl/ssl_file.cc",
"ssl/ssl_key_share.cc",
"ssl/ssl_lib.cc",
"ssl/ssl_privkey.cc",
"ssl/ssl_session.cc",
"ssl/ssl_stat.cc",
"ssl/ssl_transcript.cc",
"ssl/ssl_versions.cc",
"ssl/ssl_x509.cc",
"ssl/t1_enc.cc",
"ssl/tls13_both.cc",
"ssl/tls13_client.cc",
"ssl/tls13_enc.cc",
"ssl/tls13_server.cc",
"ssl/tls_method.cc",
"ssl/tls_record.cc",
"third_party/fiat/asm/fiat_curve25519_adx_mul.S",
"third_party/fiat/asm/fiat_curve25519_adx_square.S",
"third_party/fiat/asm/fiat_p256_adx_mul.S",
"third_party/fiat/asm/fiat_p256_adx_sqr.S"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.