Build Information
Successful build of swift-nio-ssl, reference 2.32.0 (36b489
), with Swift 6.1 for Linux on 16 Jun 2025 17:20:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-ssl.git
Reference: 2.32.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-nio-ssl
* tag 2.32.0 -> FETCH_HEAD
HEAD is now at 36b4895 Fix incorrect callback caching (#541)
Cloned https://github.com/apple/swift-nio-ssl.git
Revision (git rev-parse @):
36b48956eb6c0569215dc15a587b491d2bb36122
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-ssl.git at 2.32.0
========================================
Build
========================================
Selected platform: linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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"
],
"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",
"SSLCertificateName.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.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76322] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.49s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4428] Fetching swift-system
[46/6225] Fetching swift-system, swift-atomics
[1549/22831] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
[7252/21034] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.90s)
Fetched https://github.com/apple/swift-collections.git from cache (1.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.03s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/453] Write sources
[2/453] Compiling _AtomicsShims.c
[3/453] Write sources
[17/453] Compiling CNIOWindows shim.c
[18/453] Compiling CNIOWindows WSAStartup.c
[19/453] Compiling CNIOWASI CNIOWASI.c
[20/453] Write swift-version-24593BA9C3E375BF.txt
[21/453] Compiling CNIOLinux liburing_shims.c
[22/453] Compiling CNIOLinux shim.c
[23/454] Compiling asn1_par.cc
[24/454] Compiling a_i2d_fp.cc
[25/459] Compiling asn_pack.cc
[26/459] Compiling CNIOLLHTTP c_nio_http.c
[27/459] Compiling f_int.cc
[28/459] Compiling CNIODarwin shim.c
[29/462] Compiling CNIOLLHTTP c_nio_api.c
[30/473] Compiling fiat_p256_adx_sqr.S
[31/473] Compiling fiat_p256_adx_mul.S
[32/473] Compiling a_mbstr.cc
[33/473] Compiling fiat_curve25519_adx_square.S
[34/473] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/473] Compiling fiat_curve25519_adx_mul.S
[36/473] Compiling asn1_lib.cc
[37/473] Compiling CNIOBoringSSLShims shims.c
[39/473] Emitting module InternalCollectionsUtilities
[39/474] Compiling tls_method.cc
[40/474] Compiling tls_record.cc
[41/474] Compiling tls13_server.cc
[42/474] Compiling tls13_enc.cc
[43/474] Compiling tls13_client.cc
[45/474] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/474] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/474] Compiling InternalCollectionsUtilities Debugging.swift
[48/474] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/474] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/474] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/474] Compiling InternalCollectionsUtilities Descriptions.swift
[52/474] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/474] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/474] Compiling InternalCollectionsUtilities Integer rank.swift
[55/474] Compiling _NIOBase64 Base64.swift
[56/474] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[57/474] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/474] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/474] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/474] Emitting module _NIOBase64
[61/475] Compiling _NIODataStructures _TinyArray.swift
[62/475] Compiling _NIODataStructures PriorityQueue.swift
[64/476] Compiling t1_enc.cc
[65/476] Wrapping AST for _NIOBase64 for debugging
[66/485] Wrapping AST for InternalCollectionsUtilities for debugging
[67/491] Compiling tls13_both.cc
[68/491] Compiling ssl_versions.cc
[69/491] Compiling ssl_transcript.cc
[71/491] Compiling DequeModule _DequeBuffer.swift
[72/491] Compiling DequeModule _DequeBufferHeader.swift
[73/493] Emitting module _NIODataStructures
[74/493] Compiling _NIODataStructures Heap.swift
[75/494] Compiling DequeModule Deque+Equatable.swift
[76/494] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/494] Compiling DequeModule Deque+Extras.swift
[78/494] Compiling DequeModule Deque+Hashable.swift
[79/494] Compiling DequeModule Deque+CustomReflectable.swift
[80/494] Compiling DequeModule Deque+Descriptions.swift
[81/494] Compiling ssl_x509.cc
[83/494] Compiling DequeModule _DequeSlot.swift
[84/494] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/494] Compiling DequeModule Deque+Testing.swift
[86/494] Compiling DequeModule Deque._Storage.swift
[87/494] Compiling DequeModule Deque._UnsafeHandle.swift
[88/494] Compiling DequeModule Deque.swift
[89/494] Compiling DequeModule Deque+Codable.swift
[90/494] Compiling DequeModule Deque+Collection.swift
[91/494] Emitting module DequeModule
[92/495] Wrapping AST for _NIODataStructures for debugging
[93/495] Compiling ssl_stat.cc
[94/495] Wrapping AST for DequeModule for debugging
[95/495] Compiling ssl_privkey.cc
[96/495] Compiling ssl_session.cc
[97/495] Compiling ssl_file.cc
[98/495] Compiling ssl_key_share.cc
[99/495] Compiling ssl_credential.cc
[100/495] Compiling ssl_lib.cc
[101/495] Compiling ssl_cipher.cc
[102/495] Compiling ssl_buffer.cc
[103/495] Compiling ssl_cert.cc
[104/495] Compiling ssl_aead_ctx.cc
[105/495] Compiling ssl_asn1.cc
[106/495] Compiling s3_lib.cc
[107/495] Compiling s3_pkt.cc
[108/495] Compiling s3_both.cc
[109/495] Compiling handshake.cc
[110/495] Compiling handshake_client.cc
[111/495] Compiling handshake_server.cc
[112/495] Compiling handoff.cc
[113/495] Compiling dtls_method.cc
[114/495] Compiling encrypted_client_hello.cc
[115/495] Compiling dtls_record.cc
[116/495] Compiling extensions.cc
[117/495] Compiling md5-x86_64-linux.S
[118/495] Compiling md5-x86_64-apple.S
[119/495] Compiling md5-586-linux.S
[120/495] Compiling md5-586-apple.S
[121/495] Compiling chacha20_poly1305_x86_64-linux.S
[122/495] Compiling chacha20_poly1305_x86_64-apple.S
[123/495] Compiling chacha20_poly1305_armv8-win.S
[124/495] Compiling chacha20_poly1305_armv8-linux.S
[125/495] Compiling chacha20_poly1305_armv8-apple.S
[126/495] Compiling chacha-x86_64-linux.S
[127/495] Compiling chacha-x86_64-apple.S
[128/495] Compiling err_data.cc
[129/495] Compiling chacha-x86-linux.S
[130/495] Compiling chacha-x86-apple.S
[131/495] Compiling chacha-armv8-linux.S
[132/495] Compiling chacha-armv8-win.S
[133/495] Compiling chacha-armv8-apple.S
[134/495] Compiling aes128gcmsiv-x86_64-linux.S
[135/495] Compiling chacha-armv4-linux.S
[136/495] Compiling aes128gcmsiv-x86_64-apple.S
[137/495] Compiling x86_64-mont5-apple.S
[138/495] Compiling x86_64-mont5-linux.S
[139/495] Compiling d1_srtp.cc
[140/495] Compiling x86_64-mont-linux.S
[141/495] Compiling x86_64-mont-apple.S
[141/495] Compiling x86-mont-linux.S
[143/495] Compiling x86-mont-apple.S
[144/495] Compiling vpaes-x86_64-apple.S
[145/495] Compiling vpaes-x86_64-linux.S
[146/495] Compiling vpaes-x86-linux.S
[147/495] Compiling vpaes-x86-apple.S
[148/495] Compiling vpaes-armv8-win.S
[149/495] Compiling vpaes-armv8-apple.S
[150/495] Compiling vpaes-armv7-linux.S
[151/495] Compiling vpaes-armv8-linux.S
[152/495] Compiling sha512-x86_64-linux.S
[153/495] Compiling sha512-x86_64-apple.S
[154/495] Compiling sha512-armv8-apple.S
[155/495] Compiling sha512-armv8-win.S
[156/495] Compiling sha512-armv8-linux.S
[157/495] Compiling sha512-armv4-linux.S
[158/495] Compiling sha512-586-apple.S
[159/495] Compiling sha512-586-linux.S
[160/495] Compiling sha256-x86_64-linux.S
[161/495] Compiling sha256-x86_64-apple.S
[162/495] Compiling sha256-armv8-win.S
[163/495] Compiling sha256-armv8-linux.S
[164/495] Compiling d1_lib.cc
[165/495] Compiling sha256-armv4-linux.S
[166/495] Compiling sha256-armv8-apple.S
[167/495] Compiling sha256-586-linux.S
[168/495] Compiling sha256-586-apple.S
[169/495] Compiling d1_pkt.cc
[169/495] Compiling sha1-x86_64-linux.S
[171/495] Compiling sha1-armv8-win.S
[172/495] Compiling sha1-armv8-linux.S
[173/495] Compiling sha1-armv4-large-linux.S
[174/495] Compiling sha1-x86_64-apple.S
[175/495] Compiling sha1-armv8-apple.S
[176/495] Compiling sha1-586-linux.S
[177/495] Compiling sha1-586-apple.S
[178/495] Compiling bio_ssl.cc
[179/495] Compiling rdrand-x86_64-linux.S
[180/495] Compiling rsaz-avx2-linux.S
[181/495] Compiling rsaz-avx2-apple.S
[181/495] Compiling rdrand-x86_64-apple.S
[183/495] Compiling p256_beeu-x86_64-asm-apple.S
[184/495] Compiling p256_beeu-x86_64-asm-linux.S
[185/495] Compiling p256_beeu-armv8-asm-win.S
[186/495] Compiling p256_beeu-armv8-asm-linux.S
[187/495] Compiling p256-x86_64-asm-apple.S
[187/495] Compiling p256_beeu-armv8-asm-apple.S
[189/495] Compiling p256-x86_64-asm-linux.S
[190/495] Compiling p256-armv8-asm-win.S
[191/495] Compiling ghashv8-armv8-linux.S
[192/495] Compiling p256-armv8-asm-linux.S
[193/495] Compiling p256-armv8-asm-apple.S
[194/495] Compiling ghashv8-armv8-apple.S
[195/495] Compiling ghashv8-armv7-linux.S
[196/495] Compiling ghash-x86_64-apple.S
[197/495] Compiling ghashv8-armv8-win.S
[198/495] Compiling ghash-x86_64-linux.S
[199/495] Compiling ghash-x86-linux.S
[200/495] Compiling ghash-x86-apple.S
[201/495] Compiling ghash-ssse3-x86_64-apple.S
[202/495] Compiling ghash-ssse3-x86_64-linux.S
[203/495] Compiling ghash-neon-armv8-win.S
[204/495] Compiling ghash-ssse3-x86-linux.S
[205/495] Compiling ghash-armv4-linux.S
[206/495] Compiling ghash-neon-armv8-linux.S
[207/495] Compiling ghash-neon-armv8-apple.S
[208/495] Compiling ghash-ssse3-x86-apple.S
[209/495] Compiling co-586-linux.S
[210/495] Compiling co-586-apple.S
[211/495] Compiling bn-armv8-linux.S
[212/495] Compiling bsaes-armv7-linux.S
[213/495] Compiling bn-armv8-win.S
[214/495] Compiling bn-armv8-apple.S
[215/495] Compiling bn-586-linux.S
[216/495] Compiling armv4-mont-linux.S
[217/495] Compiling armv8-mont-linux.S
[218/495] Compiling bn-586-apple.S
[219/495] Compiling armv8-mont-win.S
[219/495] Compiling armv8-mont-apple.S
[221/495] Compiling aesv8-gcm-armv8-win.S
[222/495] Compiling aesv8-armv8-win.S
[223/495] Compiling aesv8-gcm-armv8-apple.S
[224/495] Compiling aesv8-gcm-armv8-linux.S
[225/495] Compiling aesv8-armv8-apple.S
[226/495] Compiling aesv8-armv8-linux.S
[227/495] Compiling aesv8-armv7-linux.S
[228/495] Compiling aesni-x86_64-linux.S
[229/495] Compiling aesni-x86_64-apple.S
[230/495] Compiling aesni-x86-linux.S
[231/495] Compiling aesni-gcm-x86_64-apple.S
[232/495] Compiling aesni-x86-apple.S
[233/495] Compiling aesni-gcm-x86_64-linux.S
[234/495] Compiling aes-gcm-avx2-x86_64-linux.S
[235/495] Compiling aes-gcm-avx2-x86_64-apple.S
[236/495] Compiling aes-gcm-avx10-x86_64-apple.S
[237/495] Compiling aes-gcm-avx10-x86_64-linux.S
[238/495] Compiling d1_both.cc
[239/495] Compiling x_sig.cc
[240/495] Compiling x_pubkey.cc
[241/495] Compiling x_spki.cc
[242/495] Compiling x_x509a.cc
[243/495] Compiling x_x509.cc
[244/495] Compiling x_val.cc
[245/495] Compiling x_req.cc
[246/495] Compiling x_name.cc
[247/495] Compiling x_crl.cc
[248/495] Compiling x_algor.cc
[249/495] Compiling x_all.cc
[250/495] Compiling x509spki.cc
[251/495] Compiling x_attrib.cc
[252/495] Compiling x509rset.cc
[253/495] Compiling x_exten.cc
[254/495] Compiling x509name.cc
[255/495] Compiling x509_vpm.cc
[256/495] Compiling x509cset.cc
[257/495] Compiling x509_set.cc
[258/495] Compiling x509_vfy.cc
[259/495] Compiling x509_txt.cc
[260/495] Compiling x509_v3.cc
[261/495] Compiling x509_trs.cc
[262/495] Compiling x509_req.cc
[263/495] Compiling x509_obj.cc
[264/495] Compiling x509_lu.cc
[265/495] Compiling x509_d2.cc
[266/495] Compiling x509_def.cc
[267/495] Compiling x509_ext.cc
[268/495] Compiling x509_cmp.cc
[269/495] Compiling x509_att.cc
[270/495] Compiling x509.cc
[271/495] Compiling v3_prn.cc
[272/495] Compiling v3_utl.cc
[273/495] Compiling v3_skey.cc
[274/495] Compiling v3_purp.cc
[275/495] Compiling v3_pmaps.cc
[276/495] Compiling v3_ocsp.cc
[277/495] Compiling v3_pcons.cc
[278/495] Compiling v3_ncons.cc
[279/495] Compiling v3_lib.cc
[280/495] Compiling v3_int.cc
[281/495] Compiling v3_info.cc
[282/495] Compiling v3_genn.cc
[282/495] Compiling v3_ia5.cc
[284/495] Compiling v3_extku.cc
[285/495] Compiling v3_enum.cc
[286/495] Compiling v3_crld.cc
[287/495] Compiling v3_cpols.cc
[288/495] Compiling v3_conf.cc
[289/495] Compiling v3_bitst.cc
[290/495] Compiling v3_bcons.cc
[291/495] Compiling v3_akeya.cc
[292/495] Compiling v3_alt.cc
[293/495] Compiling v3_akey.cc
[294/495] Compiling t_x509a.cc
[295/495] Compiling t_x509.cc
[296/495] Compiling i2d_pr.cc
[297/495] Compiling t_crl.cc
[298/495] Compiling t_req.cc
[299/495] Compiling rsa_pss.cc
[300/495] Compiling name_print.cc
[301/495] Compiling policy.cc
[302/495] Compiling by_file.cc
[303/495] Compiling by_dir.cc
[304/495] Compiling asn1_gen.cc
[305/495] Compiling algorithm.cc
[306/495] Compiling a_verify.cc
[307/495] Compiling a_sign.cc
[308/495] Compiling a_digest.cc
[309/495] Compiling voprf.cc
[310/495] Compiling thread_win.cc
[311/495] Compiling thread_pthread.cc
[312/495] Compiling thread_none.cc
[312/495] Compiling thread.cc
[314/495] Compiling trust_token.cc
[315/495] Compiling stack.cc
[316/495] Compiling pmbtoken.cc
[317/495] Compiling siphash.cc
[318/495] Compiling sha256.cc
[319/495] Compiling sha512.cc
[320/495] Compiling sha1.cc
[321/495] Compiling slhdsa.cc
[322/495] Compiling rsa_print.cc
[323/495] Compiling rsa_extra.cc
[324/495] Compiling spake2plus.cc
[325/495] Compiling rc4.cc
[326/495] Compiling refcount.cc
[327/495] Compiling rsa_crypt.cc
[328/495] Compiling trusty.cc
[329/495] Compiling rand.cc
[330/495] Compiling windows.cc
[331/495] Compiling urandom.cc
[332/495] Compiling rsa_asn1.cc
[333/495] Compiling ios.cc
[334/495] Compiling passive.cc
[335/495] Compiling poly1305_arm_asm.S
[336/495] Compiling getentropy.cc
[337/495] Compiling deterministic.cc
[338/495] Compiling forkunsafe.cc
[339/495] Compiling fork_detect.cc
[340/495] Compiling poly1305.cc
[341/495] Compiling poly1305_arm.cc
[342/495] Compiling pool.cc
[343/495] Compiling poly1305_vec.cc
[344/495] Compiling pkcs7.cc
[345/495] Compiling pkcs8_x509.cc
[346/495] Compiling p5_pbev2.cc
[347/495] Compiling pkcs7_x509.cc
[348/495] Compiling pkcs8.cc
[349/495] Compiling pem_xaux.cc
[350/495] Compiling pem_x509.cc
[351/495] Compiling pem_pkey.cc
[352/495] Compiling mlkem.cc
[353/495] Compiling pem_pk8.cc
[354/495] Compiling obj_xref.cc
[355/495] Compiling pem_oth.cc
[356/495] Compiling mldsa.cc
[357/495] Compiling pem_info.cc
[358/495] Compiling pem_lib.cc
[359/495] Compiling obj.cc
[360/495] Compiling pem_all.cc
[361/495] Compiling mem.cc
[362/495] Compiling md5.cc
[363/495] Compiling fips_shared_support.cc
[364/495] Compiling poly_rq_mul.S
[365/495] Compiling md4.cc
[366/495] Compiling lhash.cc
[367/495] Compiling ex_data.cc
[368/495] Compiling sign.cc
[369/495] Compiling kyber.cc
[370/495] Compiling hrss.cc
[371/495] Compiling scrypt.cc
[372/495] Compiling hpke.cc
[373/495] Compiling print.cc
[374/495] Compiling pbkdf.cc
[375/495] Compiling p_x25519.cc
[376/495] Compiling p_rsa_asn1.cc
[377/495] Compiling p_x25519_asn1.cc
[378/495] Compiling p_ed25519.cc
[379/495] Compiling p_rsa.cc
[380/495] Compiling p_hkdf.cc
[381/495] Compiling p_ed25519_asn1.cc
[382/495] Compiling p_ec_asn1.cc
[383/495] Compiling p_ec.cc
[384/495] Compiling p_dh.cc
[385/495] Compiling p_dh_asn1.cc
[386/495] Compiling evp_ctx.cc
[387/495] Compiling evp.cc
[388/495] Compiling p_dsa_asn1.cc
[389/495] Compiling err.cc
[390/495] Compiling engine.cc
[391/495] Compiling ecdh.cc
[392/495] Compiling evp_asn1.cc
[393/495] Compiling ec_derive.cc
[394/495] Compiling ecdsa_asn1.cc
[395/495] Compiling hash_to_curve.cc
[396/495] Compiling ec_asn1.cc
[397/495] Compiling dsa.cc
[398/495] Compiling params.cc
[399/495] Compiling dsa_asn1.cc
[400/495] Compiling x25519-asm-arm.S
[401/495] Compiling digest_extra.cc
[402/495] Compiling des.cc
[403/495] Compiling dh_asn1.cc
[404/495] Compiling crypto.cc
[405/495] Compiling cpu_intel.cc
[406/495] Compiling cpu_arm_freebsd.cc
[407/495] Compiling spake25519.cc
[408/495] Compiling cpu_arm_linux.cc
[409/495] Compiling curve25519.cc
[410/495] Compiling cpu_aarch64_openbsd.cc
[411/495] Compiling cpu_aarch64_win.cc
[412/495] Compiling cpu_aarch64_sysreg.cc
[413/495] Compiling bcm.cc
[414/495] Compiling cpu_aarch64_linux.cc
[415/495] Compiling cpu_aarch64_fuchsia.cc
[416/495] Compiling curve25519_64_adx.cc
[417/495] Compiling cpu_aarch64_apple.cc
[418/495] Compiling get_cipher.cc
[419/495] Compiling conf.cc
[420/495] Compiling tls_cbc.cc
[421/495] Compiling e_rc4.cc
[422/495] Compiling e_rc2.cc
[423/495] Compiling e_tls.cc
[424/495] Compiling e_null.cc
[425/495] Compiling e_des.cc
[426/495] Compiling e_aesctrhmac.cc
[427/495] Compiling e_chacha20poly1305.cc
[428/495] Compiling derive_key.cc
[429/495] Compiling e_aesgcmsiv.cc
[430/495] Compiling chacha.cc
[431/495] Compiling unicode.cc
[432/495] Compiling buf.cc
[433/495] Compiling cbb.cc
[434/495] Compiling cbs.cc
[435/495] Compiling ber.cc
[436/495] Compiling asn1_compat.cc
[437/495] Compiling bn_asn1.cc
[438/495] Compiling blake2.cc
[439/495] Compiling convert.cc
[440/495] Compiling socket.cc
[441/495] Compiling socket_helper.cc
[442/495] Compiling printf.cc
[443/495] Compiling hexdump.cc
[444/495] Compiling pair.cc
[445/495] Compiling file.cc
[446/495] Compiling fd.cc
[447/495] Compiling errno.cc
[448/495] Compiling connect.cc
[449/495] Compiling bio_mem.cc
[450/495] Compiling base64.cc
[451/495] Compiling bio.cc
[452/495] Compiling tasn_typ.cc
[453/495] Compiling tasn_fre.cc
[454/495] Compiling tasn_enc.cc
[455/495] Compiling tasn_utl.cc
[456/495] Compiling f_string.cc
[457/495] Compiling posix_time.cc
[458/495] Compiling tasn_new.cc
[459/495] Compiling a_utctm.cc
[460/495] Compiling tasn_dec.cc
[461/495] Compiling a_type.cc
[462/495] Compiling a_octet.cc
[463/495] Compiling a_time.cc
[464/495] Compiling a_strnid.cc
[465/495] Compiling a_dup.cc
[466/495] Compiling a_strex.cc
[467/495] Compiling a_object.cc
[467/495] Write sources
[469/495] Compiling a_gentm.cc
[470/495] Compiling a_int.cc
[471/495] Compiling a_d2i_fp.cc
[472/513] Compiling a_bitstr.cc
[474/513] Compiling Atomics ManagedAtomic.swift
[475/513] Compiling Atomics ManagedAtomicLazyReference.swift
[476/515] Compiling Atomics UnsafeAtomic.swift
[477/515] Compiling Atomics UnsafeAtomicLazyReference.swift
[478/515] Compiling Atomics AtomicMemoryOrderings.swift
[479/515] Compiling Atomics DoubleWord.swift
[480/515] Compiling Atomics AtomicStorage.swift
[481/515] Compiling Atomics AtomicValue.swift
[481/515] Compiling a_bool.cc
[483/515] Compiling Atomics AtomicInteger.swift
[484/515] Compiling Atomics AtomicOptionalWrappable.swift
[485/515] Compiling Atomics AtomicReference.swift
[486/515] Compiling Atomics IntegerOperations.swift
[487/515] Compiling Atomics Unmanaged extensions.swift
[488/515] Emitting module Atomics
[489/515] Compiling Atomics IntegerConformances.swift
[490/515] Compiling Atomics PointerConformances.swift
[491/515] Compiling Atomics Primitives.native.swift
[492/515] Compiling Atomics OptionalRawRepresentable.swift
[493/515] Compiling Atomics RawRepresentable.swift
[494/515] Compiling Atomics AtomicBool.swift
[494/516] Compiling c-nioatomics.c
[496/516] Wrapping AST for Atomics for debugging
[497/516] Compiling c-atomics.c
[499/522] Compiling NIOConcurrencyHelpers lock.swift
[500/522] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[501/522] Emitting module NIOConcurrencyHelpers
[502/522] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[503/522] Compiling NIOConcurrencyHelpers atomics.swift
[504/522] Compiling NIOConcurrencyHelpers NIOLock.swift
[505/523] Wrapping AST for NIOConcurrencyHelpers for debugging
[507/583] Compiling NIOCore MulticastChannel.swift
[508/583] Compiling NIOCore NIOAny.swift
[509/583] Compiling NIOCore NIOCloseOnErrorHandler.swift
[510/583] Compiling NIOCore NIOLoopBound.swift
[511/583] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[512/583] Compiling NIOCore NIOScheduledCallback.swift
[513/583] Compiling NIOCore NIOSendable.swift
[514/583] Compiling NIOCore RecvByteBufferAllocator.swift
[515/591] Compiling NIOCore IO.swift
[516/591] Compiling NIOCore IOData.swift
[517/591] Compiling NIOCore IPProtocol.swift
[518/591] Compiling NIOCore IntegerBitPacking.swift
[519/591] Compiling NIOCore IntegerTypes.swift
[520/591] Compiling NIOCore Interfaces.swift
[521/591] Compiling NIOCore Linux.swift
[522/591] Compiling NIOCore MarkedCircularBuffer.swift
[523/591] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[524/591] Compiling NIOCore EventLoopFuture+Deprecated.swift
[525/591] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[526/591] Compiling NIOCore EventLoopFuture.swift
[527/591] Compiling NIOCore FileDescriptor.swift
[528/591] Compiling NIOCore FileHandle.swift
[529/591] Compiling NIOCore FileRegion.swift
[530/591] Compiling NIOCore GlobalSingletons.swift
[531/591] Compiling NIOCore CircularBuffer.swift
[532/591] Compiling NIOCore Codec.swift
[533/591] Compiling NIOCore ConvenienceOptionSupport.swift
[534/591] Compiling NIOCore DeadChannel.swift
[535/591] Compiling NIOCore DispatchQueue+WithFuture.swift
[536/591] Compiling NIOCore EventLoop+Deprecated.swift
[537/591] Compiling NIOCore EventLoop+SerialExecutor.swift
[538/591] Compiling NIOCore EventLoop.swift
[539/591] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[540/591] Compiling NIOCore SocketAddresses.swift
[541/591] Compiling NIOCore SocketOptionProvider.swift
[542/591] Compiling NIOCore SystemCallHelpers.swift
[543/591] Compiling NIOCore TimeAmount+Duration.swift
[544/591] Compiling NIOCore TypeAssistedChannelHandler.swift
[545/591] Compiling NIOCore UniversalBootstrapSupport.swift
[546/591] Compiling NIOCore Utilities.swift
[547/591] Emitting module NIOCore
[548/591] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[549/591] Compiling NIOCore BSDSocketAPI.swift
[550/591] Compiling NIOCore ByteBuffer-aux.swift
[551/591] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[552/591] Compiling NIOCore ByteBuffer-conversions.swift
[553/591] Compiling NIOCore ByteBuffer-core.swift
[554/591] Compiling NIOCore ByteBuffer-hex.swift
[555/591] Compiling NIOCore ByteBuffer-int.swift
[556/591] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[557/591] Compiling NIOCore AddressedEnvelope.swift
[558/591] Compiling NIOCore AsyncAwaitSupport.swift
[559/591] Compiling NIOCore AsyncChannel.swift
[560/591] Compiling NIOCore AsyncChannelHandler.swift
[561/591] Compiling NIOCore AsyncChannelInboundStream.swift
[562/591] Compiling NIOCore AsyncChannelOutboundWriter.swift
[563/591] Compiling NIOCore NIOAsyncSequenceProducer.swift
[564/591] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[565/591] Compiling NIOCore NIOAsyncWriter.swift
[566/591] Compiling NIOCore ByteBuffer-multi-int.swift
[567/591] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[568/591] Compiling NIOCore ByteBuffer-views.swift
[569/591] Compiling NIOCore Channel.swift
[570/591] Compiling NIOCore ChannelHandler.swift
[571/591] Compiling NIOCore ChannelHandlers.swift
[572/591] Compiling NIOCore ChannelInvoker.swift
[573/591] Compiling NIOCore ChannelOption.swift
[574/591] Compiling NIOCore ChannelPipeline.swift
[575/592] Wrapping AST for NIOCore for debugging
[577/642] Compiling NIOEmbedded Embedded.swift
[578/642] Emitting module NIOEmbedded
[579/642] Compiling NIOEmbedded AsyncTestingChannel.swift
[580/642] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[581/643] Wrapping AST for NIOEmbedded for debugging
[583/643] Compiling NIOPosix ServerSocket.swift
[584/643] Compiling NIOPosix Socket.swift
[585/643] Compiling NIOPosix SocketChannel.swift
[586/643] Compiling NIOPosix SocketProtocols.swift
[587/643] Compiling NIOPosix System.swift
[588/643] Compiling NIOPosix Thread.swift
[589/649] Compiling NIOPosix Pool.swift
[590/649] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[591/649] Compiling NIOPosix PosixSingletons.swift
[592/649] Compiling NIOPosix RawSocketBootstrap.swift
[593/649] Compiling NIOPosix Resolver.swift
[594/649] Compiling NIOPosix Selectable.swift
[595/649] Compiling NIOPosix SelectableChannel.swift
[596/649] Compiling NIOPosix SelectableEventLoop.swift
[597/649] Compiling NIOPosix SelectorEpoll.swift
[598/649] Compiling NIOPosix SelectorGeneric.swift
[599/649] Compiling NIOPosix SelectorKqueue.swift
[600/649] Compiling NIOPosix SelectorUring.swift
[601/649] Compiling NIOPosix ThreadPosix.swift
[602/649] Compiling NIOPosix ThreadWindows.swift
[603/649] Compiling NIOPosix UnsafeTransfer.swift
[604/649] Compiling NIOPosix Utilities.swift
[605/649] Compiling NIOPosix VsockAddress.swift
[606/649] Compiling NIOPosix VsockChannelEvents.swift
[607/649] Compiling NIOPosix IO.swift
[608/649] Compiling NIOPosix IntegerBitPacking.swift
[609/649] Compiling NIOPosix IntegerTypes.swift
[610/649] Compiling NIOPosix Linux.swift
[611/649] Compiling NIOPosix LinuxCPUSet.swift
[612/649] Compiling NIOPosix LinuxUring.swift
[613/649] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[614/649] Compiling NIOPosix NIOThreadPool.swift
[615/649] Compiling NIOPosix NonBlockingFileIO.swift
[616/649] Compiling NIOPosix PendingDatagramWritesManager.swift
[617/649] Compiling NIOPosix PendingWritesManager.swift
[618/649] Compiling NIOPosix PipeChannel.swift
[619/649] Compiling NIOPosix PipePair.swift
[620/649] Emitting module NIOPosix
[621/649] Compiling NIOPosix BSDSocketAPICommon.swift
[622/649] Compiling NIOPosix BSDSocketAPIPosix.swift
[623/649] Compiling NIOPosix BSDSocketAPIWindows.swift
[624/649] Compiling NIOPosix BaseSocket.swift
[625/649] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[626/649] Compiling NIOPosix BaseSocketChannel.swift
[627/649] Compiling NIOPosix BaseStreamSocketChannel.swift
[628/649] Compiling NIOPosix Bootstrap.swift
[629/649] Compiling NIOPosix ControlMessage.swift
[630/649] Compiling NIOPosix DatagramVectorReadManager.swift
[631/649] Compiling NIOPosix Errors+Any.swift
[632/649] Compiling NIOPosix FileDescriptor.swift
[633/649] Compiling NIOPosix GetaddrinfoResolver.swift
[634/649] Compiling NIOPosix HappyEyeballs.swift
[635/650] Wrapping AST for NIOPosix for debugging
[637/652] Emitting module NIO
[638/652] Compiling NIO Exports.swift
[639/653] Wrapping AST for NIO for debugging
[641/680] Compiling NIOTLS TLSEvents.swift
[642/680] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[643/680] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[644/680] Compiling NIOTLS SNIHandler.swift
[645/680] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[646/680] Emitting module NIOTLS
[648/681] Emitting module NIOHTTP1
[649/683] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[650/683] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[651/683] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[652/683] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[652/683] Wrapping AST for NIOTLS for debugging
[654/712] Compiling NIOSSL AndroidCABundle.swift
[655/712] Compiling NIOSSL ByteBufferBIO.swift
[656/712] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[657/712] Compiling NIOSSL NIOSSLHandler.swift
[658/712] Compiling NIOSSL CustomPrivateKey.swift
[659/712] Compiling NIOSSL IdentityVerification.swift
[660/712] Compiling NIOSSL ObjectIdentifier.swift
[661/712] Compiling NIOSSL PosixPort.swift
[662/712] Compiling NIOSSL SSLCallbacks.swift
[663/712] Compiling NIOSSL SSLPrivateKey.swift
[664/712] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[665/712] Compiling NIOSSL SSLCertificateName.swift
[666/712] Compiling NIOSSL SSLConnection.swift
[667/712] Compiling NIOSSL NIOSSLServerHandler.swift
[668/713] Wrapping AST for NIOHTTP1 for debugging
[670/713] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[671/713] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[672/713] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[673/713] Emitting module NIOFoundationCompat
[674/713] Compiling NIOSSL LinuxCABundle.swift
[675/713] Compiling NIOSSL NIOSSLClientHandler.swift
[679/718] Emitting module NIOSSL
[683/718] Wrapping AST for NIOFoundationCompat for debugging
[685/718] Compiling NIOSSL SSLCertificate.swift
[686/718] Compiling NIOSSL SSLCertificateExtensions.swift
[689/718] Compiling NIOSSL SubjectAlternativeName.swift
[690/718] Compiling NIOSSL NIOSSLSecureBytes.swift
[691/718] Compiling NIOSSL RNG.swift
[692/718] Compiling NIOSSL SafeCompare.swift
[693/718] Compiling NIOSSL SSLContext.swift
[694/718] Compiling NIOSSL SSLErrors.swift
[695/718] Compiling NIOSSL SSLInit.swift
[696/718] Compiling NIOSSL SSLPKCS12Bundle.swift
[698/718] Compiling NIOSSL SSLPublicKey.swift
[699/718] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[700/718] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[705/718] Compiling NIOSSL Zeroization.swift
[706/718] Compiling NIOSSL TLSConfiguration.swift
[707/718] Compiling NIOSSL UniversalBootstrapSupport.swift
[708/718] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[709/719] Wrapping AST for NIOSSL for debugging
[711/729] Emitting module NIOSSLPerformanceTester
[712/729] Compiling NIOSSLPerformanceTester shared.swift
[713/729] Compiling NIOSSLPerformanceTester Benchmark.swift
[714/729] Compiling NIOSSLPerformanceTester main.swift
[715/729] Compiling NIOSSLPerformanceTester BenchRepeatedHandshakes.swift
[716/729] Compiling NIOSSLPerformanceTester BenchManyWrites.swift
[717/730] Emitting module NIOTLSServer
[718/730] Compiling NIOTLSServer main.swift
[720/731] Emitting module NIOSSLHTTP1Client
[721/731] Compiling NIOSSLHTTP1Client main.swift
[722/732] Wrapping AST for NIOSSLPerformanceTester for debugging
[723/732] Write Objects.LinkFileList
[725/732] Wrapping AST for NIOTLSServer for debugging
[726/732] Write Objects.LinkFileList
[727/732] Wrapping AST for NIOSSLHTTP1Client for debugging
[728/732] Write Objects.LinkFileList
[729/732] Linking NIOTLSServer
[730/732] Linking NIOSSLPerformanceTester
[731/732] Linking NIOSSLHTTP1Client
Build complete! (229.53s)
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" : "/host/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"
],
"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",
"SSLCertificateName.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.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.