The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-nio-ssl, reference main (678b64), with Swift 6.1 for Wasm on 29 May 2025 01:54:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btoms20/swift-nio-ssl.git
Reference: main
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/btoms20/swift-nio-ssl
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 678b641 `NIOSSLHandler`: behave sensibly on `close(mode: .output)` (#428)
Cloned https://github.com/btoms20/swift-nio-ssl.git
Revision (git rev-parse @):
678b6412f590a8f902ab1dacba0a78c45eade335
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/btoms20/swift-nio-ssl.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/btoms20/swift-nio-ssl.git
https://github.com/btoms20/swift-nio-ssl.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.51.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "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",
        "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" : [
        "ByteBufferBIO.swift",
        "CustomPrivateKey.swift",
        "IdentityVerification.swift",
        "LinuxCABundle.swift",
        "NIOSSLClientHandler.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"
      ],
      "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.c",
        "crypto/asn1/a_bool.c",
        "crypto/asn1/a_d2i_fp.c",
        "crypto/asn1/a_dup.c",
        "crypto/asn1/a_gentm.c",
        "crypto/asn1/a_i2d_fp.c",
        "crypto/asn1/a_int.c",
        "crypto/asn1/a_mbstr.c",
        "crypto/asn1/a_object.c",
        "crypto/asn1/a_octet.c",
        "crypto/asn1/a_strex.c",
        "crypto/asn1/a_strnid.c",
        "crypto/asn1/a_time.c",
        "crypto/asn1/a_type.c",
        "crypto/asn1/a_utctm.c",
        "crypto/asn1/asn1_lib.c",
        "crypto/asn1/asn1_par.c",
        "crypto/asn1/asn_pack.c",
        "crypto/asn1/f_int.c",
        "crypto/asn1/f_string.c",
        "crypto/asn1/posix_time.c",
        "crypto/asn1/tasn_dec.c",
        "crypto/asn1/tasn_enc.c",
        "crypto/asn1/tasn_fre.c",
        "crypto/asn1/tasn_new.c",
        "crypto/asn1/tasn_typ.c",
        "crypto/asn1/tasn_utl.c",
        "crypto/base64/base64.c",
        "crypto/bio/bio.c",
        "crypto/bio/bio_mem.c",
        "crypto/bio/connect.c",
        "crypto/bio/fd.c",
        "crypto/bio/file.c",
        "crypto/bio/hexdump.c",
        "crypto/bio/pair.c",
        "crypto/bio/printf.c",
        "crypto/bio/socket.c",
        "crypto/bio/socket_helper.c",
        "crypto/blake2/blake2.c",
        "crypto/bn_extra/bn_asn1.c",
        "crypto/bn_extra/convert.c",
        "crypto/buf/buf.c",
        "crypto/bytestring/asn1_compat.c",
        "crypto/bytestring/ber.c",
        "crypto/bytestring/cbb.c",
        "crypto/bytestring/cbs.c",
        "crypto/bytestring/unicode.c",
        "crypto/chacha/chacha-armv4-ios.ios.arm.S",
        "crypto/chacha/chacha-armv4-linux.linux.arm.S",
        "crypto/chacha/chacha-armv8-ios.ios.aarch64.S",
        "crypto/chacha/chacha-armv8-linux.linux.aarch64.S",
        "crypto/chacha/chacha-x86-linux.linux.x86.S",
        "crypto/chacha/chacha-x86_64-linux.linux.x86_64.S",
        "crypto/chacha/chacha-x86_64-mac.mac.x86_64.S",
        "crypto/chacha/chacha.c",
        "crypto/cipher_extra/aes128gcmsiv-x86_64-linux.linux.x86_64.S",
        "crypto/cipher_extra/aes128gcmsiv-x86_64-mac.mac.x86_64.S",
        "crypto/cipher_extra/chacha20_poly1305_armv8-ios.ios.aarch64.S",
        "crypto/cipher_extra/chacha20_poly1305_armv8-linux.linux.aarch64.S",
        "crypto/cipher_extra/chacha20_poly1305_x86_64-linux.linux.x86_64.S",
        "crypto/cipher_extra/chacha20_poly1305_x86_64-mac.mac.x86_64.S",
        "crypto/cipher_extra/cipher_extra.c",
        "crypto/cipher_extra/derive_key.c",
        "crypto/cipher_extra/e_aesctrhmac.c",
        "crypto/cipher_extra/e_aesgcmsiv.c",
        "crypto/cipher_extra/e_chacha20poly1305.c",
        "crypto/cipher_extra/e_des.c",
        "crypto/cipher_extra/e_null.c",
        "crypto/cipher_extra/e_rc2.c",
        "crypto/cipher_extra/e_rc4.c",
        "crypto/cipher_extra/e_tls.c",
        "crypto/cipher_extra/tls_cbc.c",
        "crypto/conf/conf.c",
        "crypto/cpu_aarch64_apple.c",
        "crypto/cpu_aarch64_freebsd.c",
        "crypto/cpu_aarch64_fuchsia.c",
        "crypto/cpu_aarch64_linux.c",
        "crypto/cpu_aarch64_win.c",
        "crypto/cpu_arm.c",
        "crypto/cpu_arm_freebsd.c",
        "crypto/cpu_arm_linux.c",
        "crypto/cpu_intel.c",
        "crypto/crypto.c",
        "crypto/curve25519/asm/x25519-asm-arm.S",
        "crypto/curve25519/curve25519.c",
        "crypto/curve25519/spake25519.c",
        "crypto/des/des.c",
        "crypto/dh_extra/dh_asn1.c",
        "crypto/dh_extra/params.c",
        "crypto/digest_extra/digest_extra.c",
        "crypto/dsa/dsa.c",
        "crypto/dsa/dsa_asn1.c",
        "crypto/ec_extra/ec_asn1.c",
        "crypto/ec_extra/ec_derive.c",
        "crypto/ec_extra/hash_to_curve.c",
        "crypto/ecdh_extra/ecdh_extra.c",
        "crypto/ecdsa_extra/ecdsa_asn1.c",
        "crypto/engine/engine.c",
        "crypto/err/err.c",
        "crypto/err/err_data.c",
        "crypto/evp/evp.c",
        "crypto/evp/evp_asn1.c",
        "crypto/evp/evp_ctx.c",
        "crypto/evp/p_dsa_asn1.c",
        "crypto/evp/p_ec.c",
        "crypto/evp/p_ec_asn1.c",
        "crypto/evp/p_ed25519.c",
        "crypto/evp/p_ed25519_asn1.c",
        "crypto/evp/p_hkdf.c",
        "crypto/evp/p_rsa.c",
        "crypto/evp/p_rsa_asn1.c",
        "crypto/evp/p_x25519.c",
        "crypto/evp/p_x25519_asn1.c",
        "crypto/evp/pbkdf.c",
        "crypto/evp/print.c",
        "crypto/evp/scrypt.c",
        "crypto/evp/sign.c",
        "crypto/ex_data.c",
        "crypto/fipsmodule/aes/aes.c",
        "crypto/fipsmodule/aes/aes_nohw.c",
        "crypto/fipsmodule/aes/key_wrap.c",
        "crypto/fipsmodule/aes/mode_wrappers.c",
        "crypto/fipsmodule/aesni-gcm-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/aesni-gcm-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/aesni-x86-linux.linux.x86.S",
        "crypto/fipsmodule/aesni-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/aesni-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/aesv8-armv7-ios.ios.arm.S",
        "crypto/fipsmodule/aesv8-armv7-linux.linux.arm.S",
        "crypto/fipsmodule/aesv8-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/aesv8-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/aesv8-gcm-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/aesv8-gcm-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/armv4-mont-ios.ios.arm.S",
        "crypto/fipsmodule/armv4-mont-linux.linux.arm.S",
        "crypto/fipsmodule/armv8-mont-ios.ios.aarch64.S",
        "crypto/fipsmodule/armv8-mont-linux.linux.aarch64.S",
        "crypto/fipsmodule/bn-586-linux.linux.x86.S",
        "crypto/fipsmodule/bn-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/bn-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/bn/add.c",
        "crypto/fipsmodule/bn/asm/x86_64-gcc.c",
        "crypto/fipsmodule/bn/bn.c",
        "crypto/fipsmodule/bn/bytes.c",
        "crypto/fipsmodule/bn/cmp.c",
        "crypto/fipsmodule/bn/ctx.c",
        "crypto/fipsmodule/bn/div.c",
        "crypto/fipsmodule/bn/div_extra.c",
        "crypto/fipsmodule/bn/exponentiation.c",
        "crypto/fipsmodule/bn/gcd.c",
        "crypto/fipsmodule/bn/gcd_extra.c",
        "crypto/fipsmodule/bn/generic.c",
        "crypto/fipsmodule/bn/jacobi.c",
        "crypto/fipsmodule/bn/montgomery.c",
        "crypto/fipsmodule/bn/montgomery_inv.c",
        "crypto/fipsmodule/bn/mul.c",
        "crypto/fipsmodule/bn/prime.c",
        "crypto/fipsmodule/bn/random.c",
        "crypto/fipsmodule/bn/rsaz_exp.c",
        "crypto/fipsmodule/bn/shift.c",
        "crypto/fipsmodule/bn/sqrt.c",
        "crypto/fipsmodule/bsaes-armv7-ios.ios.arm.S",
        "crypto/fipsmodule/bsaes-armv7-linux.linux.arm.S",
        "crypto/fipsmodule/cipher/aead.c",
        "crypto/fipsmodule/cipher/cipher.c",
        "crypto/fipsmodule/cipher/e_aes.c",
        "crypto/fipsmodule/cipher/e_aesccm.c",
        "crypto/fipsmodule/cmac/cmac.c",
        "crypto/fipsmodule/co-586-linux.linux.x86.S",
        "crypto/fipsmodule/dh/check.c",
        "crypto/fipsmodule/dh/dh.c",
        "crypto/fipsmodule/digest/digest.c",
        "crypto/fipsmodule/digest/digests.c",
        "crypto/fipsmodule/digestsign/digestsign.c",
        "crypto/fipsmodule/ec/ec.c",
        "crypto/fipsmodule/ec/ec_key.c",
        "crypto/fipsmodule/ec/ec_montgomery.c",
        "crypto/fipsmodule/ec/felem.c",
        "crypto/fipsmodule/ec/oct.c",
        "crypto/fipsmodule/ec/p224-64.c",
        "crypto/fipsmodule/ec/p256-nistz.c",
        "crypto/fipsmodule/ec/p256.c",
        "crypto/fipsmodule/ec/scalar.c",
        "crypto/fipsmodule/ec/simple.c",
        "crypto/fipsmodule/ec/simple_mul.c",
        "crypto/fipsmodule/ec/util.c",
        "crypto/fipsmodule/ec/wnaf.c",
        "crypto/fipsmodule/ecdh/ecdh.c",
        "crypto/fipsmodule/ecdsa/ecdsa.c",
        "crypto/fipsmodule/fips_shared_support.c",
        "crypto/fipsmodule/ghash-armv4-ios.ios.arm.S",
        "crypto/fipsmodule/ghash-armv4-linux.linux.arm.S",
        "crypto/fipsmodule/ghash-neon-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/ghash-neon-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/ghash-ssse3-x86-linux.linux.x86.S",
        "crypto/fipsmodule/ghash-ssse3-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/ghash-ssse3-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/ghash-x86-linux.linux.x86.S",
        "crypto/fipsmodule/ghash-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/ghash-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/ghashv8-armv7-ios.ios.arm.S",
        "crypto/fipsmodule/ghashv8-armv7-linux.linux.arm.S",
        "crypto/fipsmodule/ghashv8-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/ghashv8-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/hmac/hmac.c",
        "crypto/fipsmodule/md4/md4.c",
        "crypto/fipsmodule/md5-586-linux.linux.x86.S",
        "crypto/fipsmodule/md5-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/md5-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/md5/md5.c",
        "crypto/fipsmodule/modes/cbc.c",
        "crypto/fipsmodule/modes/cfb.c",
        "crypto/fipsmodule/modes/ctr.c",
        "crypto/fipsmodule/modes/gcm.c",
        "crypto/fipsmodule/modes/gcm_nohw.c",
        "crypto/fipsmodule/modes/ofb.c",
        "crypto/fipsmodule/modes/polyval.c",
        "crypto/fipsmodule/p256-armv8-asm-ios.ios.aarch64.S",
        "crypto/fipsmodule/p256-armv8-asm-linux.linux.aarch64.S",
        "crypto/fipsmodule/p256-x86_64-asm-linux.linux.x86_64.S",
        "crypto/fipsmodule/p256-x86_64-asm-mac.mac.x86_64.S",
        "crypto/fipsmodule/p256_beeu-armv8-asm-ios.ios.aarch64.S",
        "crypto/fipsmodule/p256_beeu-armv8-asm-linux.linux.aarch64.S",
        "crypto/fipsmodule/p256_beeu-x86_64-asm-linux.linux.x86_64.S",
        "crypto/fipsmodule/p256_beeu-x86_64-asm-mac.mac.x86_64.S",
        "crypto/fipsmodule/rand/ctrdrbg.c",
        "crypto/fipsmodule/rand/fork_detect.c",
        "crypto/fipsmodule/rand/rand.c",
        "crypto/fipsmodule/rand/urandom.c",
        "crypto/fipsmodule/rdrand-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/rdrand-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/rsa/blinding.c",
        "crypto/fipsmodule/rsa/padding.c",
        "crypto/fipsmodule/rsa/rsa.c",
        "crypto/fipsmodule/rsa/rsa_impl.c",
        "crypto/fipsmodule/rsaz-avx2-linux.linux.x86_64.S",
        "crypto/fipsmodule/rsaz-avx2-mac.mac.x86_64.S",
        "crypto/fipsmodule/self_check/fips.c",
        "crypto/fipsmodule/self_check/self_check.c",
        "crypto/fipsmodule/service_indicator/service_indicator.c",
        "crypto/fipsmodule/sha/sha1.c",
        "crypto/fipsmodule/sha/sha256.c",
        "crypto/fipsmodule/sha/sha512.c",
        "crypto/fipsmodule/sha1-586-linux.linux.x86.S",
        "crypto/fipsmodule/sha1-armv4-large-ios.ios.arm.S",
        "crypto/fipsmodule/sha1-armv4-large-linux.linux.arm.S",
        "crypto/fipsmodule/sha1-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/sha1-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/sha1-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/sha1-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/sha256-586-linux.linux.x86.S",
        "crypto/fipsmodule/sha256-armv4-ios.ios.arm.S",
        "crypto/fipsmodule/sha256-armv4-linux.linux.arm.S",
        "crypto/fipsmodule/sha256-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/sha256-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/sha256-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/sha256-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/sha512-586-linux.linux.x86.S",
        "crypto/fipsmodule/sha512-armv4-ios.ios.arm.S",
        "crypto/fipsmodule/sha512-armv4-linux.linux.arm.S",
        "crypto/fipsmodule/sha512-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/sha512-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/sha512-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/sha512-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/tls/kdf.c",
        "crypto/fipsmodule/vpaes-armv7-ios.ios.arm.S",
        "crypto/fipsmodule/vpaes-armv7-linux.linux.arm.S",
        "crypto/fipsmodule/vpaes-armv8-ios.ios.aarch64.S",
        "crypto/fipsmodule/vpaes-armv8-linux.linux.aarch64.S",
        "crypto/fipsmodule/vpaes-x86-linux.linux.x86.S",
        "crypto/fipsmodule/vpaes-x86_64-linux.linux.x86_64.S",
        "crypto/fipsmodule/vpaes-x86_64-mac.mac.x86_64.S",
        "crypto/fipsmodule/x86-mont-linux.linux.x86.S",
        "crypto/fipsmodule/x86_64-mont-linux.linux.x86_64.S",
        "crypto/fipsmodule/x86_64-mont-mac.mac.x86_64.S",
        "crypto/fipsmodule/x86_64-mont5-linux.linux.x86_64.S",
        "crypto/fipsmodule/x86_64-mont5-mac.mac.x86_64.S",
        "crypto/hkdf/hkdf.c",
        "crypto/hpke/hpke.c",
        "crypto/hrss/asm/poly_rq_mul.S",
        "crypto/hrss/hrss.c",
        "crypto/kyber/keccak.c",
        "crypto/kyber/kyber.c",
        "crypto/lhash/lhash.c",
        "crypto/mem.c",
        "crypto/obj/obj.c",
        "crypto/obj/obj_xref.c",
        "crypto/pem/pem_all.c",
        "crypto/pem/pem_info.c",
        "crypto/pem/pem_lib.c",
        "crypto/pem/pem_oth.c",
        "crypto/pem/pem_pk8.c",
        "crypto/pem/pem_pkey.c",
        "crypto/pem/pem_x509.c",
        "crypto/pem/pem_xaux.c",
        "crypto/pkcs7/pkcs7.c",
        "crypto/pkcs7/pkcs7_x509.c",
        "crypto/pkcs8/p5_pbev2.c",
        "crypto/pkcs8/pkcs8.c",
        "crypto/pkcs8/pkcs8_x509.c",
        "crypto/poly1305/poly1305.c",
        "crypto/poly1305/poly1305_arm.c",
        "crypto/poly1305/poly1305_arm_asm.S",
        "crypto/poly1305/poly1305_vec.c",
        "crypto/pool/pool.c",
        "crypto/rand_extra/deterministic.c",
        "crypto/rand_extra/forkunsafe.c",
        "crypto/rand_extra/fuchsia.c",
        "crypto/rand_extra/passive.c",
        "crypto/rand_extra/rand_extra.c",
        "crypto/rand_extra/windows.c",
        "crypto/rc4/rc4.c",
        "crypto/refcount_c11.c",
        "crypto/refcount_lock.c",
        "crypto/rsa_extra/rsa_asn1.c",
        "crypto/rsa_extra/rsa_crypt.c",
        "crypto/rsa_extra/rsa_print.c",
        "crypto/siphash/siphash.c",
        "crypto/stack/stack.c",
        "crypto/thread.c",
        "crypto/thread_none.c",
        "crypto/thread_pthread.c",
        "crypto/thread_win.c",
        "crypto/trust_token/pmbtoken.c",
        "crypto/trust_token/trust_token.c",
        "crypto/trust_token/voprf.c",
        "crypto/x509/a_digest.c",
        "crypto/x509/a_sign.c",
        "crypto/x509/a_verify.c",
        "crypto/x509/algorithm.c",
        "crypto/x509/asn1_gen.c",
        "crypto/x509/by_dir.c",
        "crypto/x509/by_file.c",
        "crypto/x509/i2d_pr.c",
        "crypto/x509/name_print.c",
        "crypto/x509/policy.c",
        "crypto/x509/rsa_pss.c",
        "crypto/x509/t_crl.c",
        "crypto/x509/t_req.c",
        "crypto/x509/t_x509.c",
        "crypto/x509/t_x509a.c",
        "crypto/x509/x509.c",
        "crypto/x509/x509_att.c",
        "crypto/x509/x509_cmp.c",
        "crypto/x509/x509_d2.c",
        "crypto/x509/x509_def.c",
        "crypto/x509/x509_ext.c",
        "crypto/x509/x509_lu.c",
        "crypto/x509/x509_obj.c",
        "crypto/x509/x509_req.c",
        "crypto/x509/x509_set.c",
        "crypto/x509/x509_trs.c",
        "crypto/x509/x509_txt.c",
        "crypto/x509/x509_v3.c",
        "crypto/x509/x509_vfy.c",
        "crypto/x509/x509_vpm.c",
        "crypto/x509/x509cset.c",
        "crypto/x509/x509name.c",
        "crypto/x509/x509rset.c",
        "crypto/x509/x509spki.c",
        "crypto/x509/x_algor.c",
        "crypto/x509/x_all.c",
        "crypto/x509/x_attrib.c",
        "crypto/x509/x_crl.c",
        "crypto/x509/x_exten.c",
        "crypto/x509/x_info.c",
        "crypto/x509/x_name.c",
        "crypto/x509/x_pkey.c",
        "crypto/x509/x_pubkey.c",
        "crypto/x509/x_req.c",
        "crypto/x509/x_sig.c",
        "crypto/x509/x_spki.c",
        "crypto/x509/x_val.c",
        "crypto/x509/x_x509.c",
        "crypto/x509/x_x509a.c",
        "crypto/x509v3/v3_akey.c",
        "crypto/x509v3/v3_akeya.c",
        "crypto/x509v3/v3_alt.c",
        "crypto/x509v3/v3_bcons.c",
        "crypto/x509v3/v3_bitst.c",
        "crypto/x509v3/v3_conf.c",
        "crypto/x509v3/v3_cpols.c",
        "crypto/x509v3/v3_crld.c",
        "crypto/x509v3/v3_enum.c",
        "crypto/x509v3/v3_extku.c",
        "crypto/x509v3/v3_genn.c",
        "crypto/x509v3/v3_ia5.c",
        "crypto/x509v3/v3_info.c",
        "crypto/x509v3/v3_int.c",
        "crypto/x509v3/v3_lib.c",
        "crypto/x509v3/v3_ncons.c",
        "crypto/x509v3/v3_ocsp.c",
        "crypto/x509v3/v3_pcons.c",
        "crypto/x509v3/v3_pmaps.c",
        "crypto/x509v3/v3_prn.c",
        "crypto/x509v3/v3_purp.c",
        "crypto/x509v3/v3_skey.c",
        "crypto/x509v3/v3_utl.c",
        "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_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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[2050/78142] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (4.58s)
Fetched https://github.com/apple/swift-nio.git from cache (4.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (5.15s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.90s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.72s)
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/1710] Fetching swift-atomics
[36/6101] Fetching swift-atomics, swift-system
[6102/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c:67:
/host/spi-builder-workspace/Sources/CNIOBoringSSL/crypto/asn1/../internal.h:151:10: fatal error: 'pthread.h' file not found
  151 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[2/491] Compiling a_strnid.c
[2/491] Compiling a_dup.c
[2/491] Compiling a_type.c
[2/491] Compiling a_strex.c
[2/491] Compiling a_time.c
[2/491] Compiling a_utctm.c
[2/491] Compiling a_octet.c
[2/491] Compiling a_gentm.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/491] Write sources
[19/491] Compiling CNIOWindows shim.c
[19/491] Compiling _AtomicsShims.c
[21/491] Compiling CNIOWASI CNIOWASI.c
[22/491] Compiling CNIOLinux shim.c
[23/491] Compiling CNIOWindows WSAStartup.c
[24/491] Compiling CNIOLinux liburing_shims.c
[25/491] Compiling CNIODarwin shim.c
[26/491] Compiling CNIOLLHTTP c_nio_http.c
[27/491] Compiling CNIOLLHTTP c_nio_api.c
[28/491] Write swift-version-24593BA9C3E375BF.txt
[29/491] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:30:
/host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:151:10: fatal error: 'pthread.h' file not found
  151 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/tls_method.cc:64:
/host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:151:10: fatal error: 'pthread.h' file not found
  151 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[30/495] Compiling tls13_enc.cc
[30/495] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/tls13_server.cc:31:
/host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:151:10: fatal error: 'pthread.h' file not found
  151 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[30/495] Compiling tls13_server.cc
[30/495] Compiling tls13_both.cc
[30/495] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/tls_record.cc:118:
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/internal.h:166:
/host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:151:10: fatal error: 'pthread.h' file not found
  151 | #include <pthread.h>
      |          ^~~~~~~~~~~
[30/495] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:151:10: fatal error: 'pthread.h' file not found
  151 | #include <pthread.h>
      |          ^~~~~~~~~~~
[30/495] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm