The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-nio-ssl, reference 2.30.0 (6df102), with Swift 6.0 for Linux on 23 Apr 2025 10:10:56 UTC.

Swift 6 data race errors: 0

Build Command

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