The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-crypto, reference 2.0.0-beta.2 (127d37), with Swift 6.1 for Wasm on 29 May 2025 01:40:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/SDGGiesbrecht/swift-crypto.git
Reference: 2.0.0-beta.2
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/SDGGiesbrecht/swift-crypto
 * tag               2.0.0-beta.2 -> FETCH_HEAD
HEAD is now at 127d374 Update BoringSSL to 25773430c07075a368416c3646fa4b07daf4968a (#91)
Cloned https://github.com/SDGGiesbrecht/swift-crypto.git
Revision (git rev-parse @):
127d3745c37b5705e4bc8d16c7951c48dcc3332c
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-crypto.git at 2.0.0-beta.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SDGGiesbrecht/swift-crypto.git
https://github.com/SDGGiesbrecht/swift-crypto.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-crypto",
  "name" : "swift-crypto",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Crypto",
      "targets" : [
        "Crypto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_CryptoExtras",
      "targets" : [
        "_CryptoExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "crypto-shasum",
      "targets" : [
        "crypto-shasum"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "crypto_shasum",
      "module_type" : "SwiftTarget",
      "name" : "crypto-shasum",
      "path" : "Sources/crypto-shasum",
      "product_memberships" : [
        "crypto-shasum"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Crypto"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_CryptoExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "_CryptoExtrasTests",
      "path" : "Tests/_CryptoExtrasTests",
      "sources" : [
        "TestRSASigning.swift",
        "Utils/BytesUtil.swift",
        "Utils/Wycheproof.swift"
      ],
      "target_dependencies" : [
        "_CryptoExtras"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_CryptoExtras",
      "module_type" : "SwiftTarget",
      "name" : "_CryptoExtras",
      "path" : "Sources/_CryptoExtras",
      "product_memberships" : [
        "_CryptoExtras"
      ],
      "sources" : [
        "RSA/RSA.swift",
        "RSA/RSA_boring.swift",
        "RSA/RSA_security.swift",
        "Util/BoringSSLHelpers.swift",
        "Util/CryptoKitErrors_boring.swift",
        "Util/DigestType.swift",
        "Util/Error.swift",
        "Util/PEMDocument.swift"
      ],
      "target_dependencies" : [
        "CCryptoBoringSSL",
        "CCryptoBoringSSLShims",
        "Crypto"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CryptoTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptoTests",
      "path" : "Tests/CryptoTests",
      "sources" : [
        "ASN1/ASN1Tests.swift",
        "Authenticated Encryption/AES-GCM-Runner.swift",
        "Authenticated Encryption/ChaChaPoly-Runner.swift",
        "BoringSSL/ArbitraryPrecisionIntegerTests.swift",
        "Digests/DigestsTests.swift",
        "ECDH/BoringSSL/ASN1.swift",
        "ECDH/BoringSSL/secpECDH_Runner_boring.swift",
        "ECDH/X25519-Runner.swift",
        "ECDH/secpECDH_Runner.swift",
        "Encodings/BoringSSL/DERTests_boring.swift",
        "Encodings/DERTests.swift",
        "Encodings/ECKeyEncodingsTests.swift",
        "Key Derivation/HKDFTests.swift",
        "Key Derivation/SharedSecretTests.swift",
        "Key Derivation/X963KDFTests.swift",
        "Key Wrapping/KeyWrapping.swift",
        "MAC/HMACTests.swift",
        "SecureBytes/SecureBytesTests.swift",
        "Signatures/ECDSA/ECDSASignatureTests.swift",
        "Signatures/ECDSA/RawECDSASignaturesTests.swift",
        "Signatures/EdDSA/EdDSATests.swift",
        "Utils/BytesUtil.swift",
        "Utils/RFCVector.swift",
        "Utils/SplitData.swift",
        "Utils/Wycheproof.swift",
        "Utils/XCTestUtils.swift"
      ],
      "target_dependencies" : [
        "Crypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Crypto",
      "module_type" : "SwiftTarget",
      "name" : "Crypto",
      "path" : "Sources/Crypto",
      "product_memberships" : [
        "Crypto",
        "_CryptoExtras",
        "crypto-shasum"
      ],
      "sources" : [
        "AEADs/AES/GCM/AES-GCM.swift",
        "AEADs/AES/GCM/BoringSSL/AES-GCM_boring.swift",
        "AEADs/ChachaPoly/BoringSSL/ChaChaPoly_boring.swift",
        "AEADs/ChachaPoly/ChaChaPoly.swift",
        "AEADs/Cipher.swift",
        "AEADs/Nonces.swift",
        "ASN1/ASN1.swift",
        "ASN1/Basic ASN1 Types/ASN1BitString.swift",
        "ASN1/Basic ASN1 Types/ASN1Identifier.swift",
        "ASN1/Basic ASN1 Types/ASN1Integer.swift",
        "ASN1/Basic ASN1 Types/ASN1OctetString.swift",
        "ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
        "ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
        "ASN1/ECDSASignature.swift",
        "ASN1/PEMDocument.swift",
        "ASN1/PKCS8PrivateKey.swift",
        "ASN1/SEC1PrivateKey.swift",
        "ASN1/SubjectPublicKeyInfo.swift",
        "CryptoKitErrors.swift",
        "Digests/BoringSSL/Digest_boring.swift",
        "Digests/Digest.swift",
        "Digests/Digests.swift",
        "Digests/HashFunctions.swift",
        "Digests/HashFunctions_SHA2.swift",
        "Insecure/Insecure.swift",
        "Insecure/Insecure_HashFunctions.swift",
        "Key Agreement/BoringSSL/ECDH_boring.swift",
        "Key Agreement/DH.swift",
        "Key Agreement/ECDH.swift",
        "Key Derivation/HKDF.swift",
        "Key Wrapping/AESWrap.swift",
        "Key Wrapping/BoringSSL/AESWrap_boring.swift",
        "Keys/EC/BoringSSL/Ed25519_boring.swift",
        "Keys/EC/BoringSSL/EllipticCurvePoint_boring.swift",
        "Keys/EC/BoringSSL/EllipticCurve_boring.swift",
        "Keys/EC/BoringSSL/NISTCurvesKeys_boring.swift",
        "Keys/EC/BoringSSL/X25519Keys_boring.swift",
        "Keys/EC/Curve25519.swift",
        "Keys/EC/Ed25519.swift",
        "Keys/EC/NISTCurvesKeys.swift",
        "Keys/EC/X25519Keys.swift",
        "Keys/Symmetric/SymmetricKeys.swift",
        "Message Authentication Codes/HMAC/HMAC.swift",
        "Message Authentication Codes/MACFunctions.swift",
        "Message Authentication Codes/MessageAuthenticationCode.swift",
        "PRF/AES.swift",
        "Signatures/BoringSSL/ECDSASignature_boring.swift",
        "Signatures/BoringSSL/ECDSA_boring.swift",
        "Signatures/BoringSSL/EdDSA_boring.swift",
        "Signatures/ECDSA.swift",
        "Signatures/EdDSA.swift",
        "Signatures/Signature.swift",
        "Util/BoringSSL/ArbitraryPrecisionInteger_boring.swift",
        "Util/BoringSSL/CryptoKitErrors_boring.swift",
        "Util/BoringSSL/FiniteFieldArithmeticContext_boring.swift",
        "Util/BoringSSL/RNG_boring.swift",
        "Util/BoringSSL/SafeCompare_boring.swift",
        "Util/BoringSSL/Zeroization_boring.swift",
        "Util/PrettyBytes.swift",
        "Util/SafeCompare.swift",
        "Util/SecureBytes.swift",
        "Util/Zeroization.swift"
      ],
      "target_dependencies" : [
        "CCryptoBoringSSL",
        "CCryptoBoringSSLShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CCryptoBoringSSLShims",
      "module_type" : "ClangTarget",
      "name" : "CCryptoBoringSSLShims",
      "path" : "Sources/CCryptoBoringSSLShims",
      "product_memberships" : [
        "Crypto",
        "_CryptoExtras",
        "crypto-shasum"
      ],
      "sources" : [
        "shims.c"
      ],
      "target_dependencies" : [
        "CCryptoBoringSSL"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CCryptoBoringSSL",
      "module_type" : "ClangTarget",
      "name" : "CCryptoBoringSSL",
      "path" : "Sources/CCryptoBoringSSL",
      "product_memberships" : [
        "Crypto",
        "_CryptoExtras",
        "crypto-shasum"
      ],
      "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_enum.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_print.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/a_utf8.c",
        "crypto/asn1/asn1_lib.c",
        "crypto/asn1/asn1_par.c",
        "crypto/asn1/asn_pack.c",
        "crypto/asn1/f_enum.c",
        "crypto/asn1/f_int.c",
        "crypto/asn1/f_string.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/asn1/time_support.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.arm.S",
        "crypto/chacha/chacha-armv4.linux.arm.S",
        "crypto/chacha/chacha-armv8.ios.aarch64.S",
        "crypto/chacha/chacha-armv8.linux.aarch64.S",
        "crypto/chacha/chacha-x86.linux.x86.S",
        "crypto/chacha/chacha-x86.windows.x86.S",
        "crypto/chacha/chacha-x86_64.linux.x86_64.S",
        "crypto/chacha/chacha-x86_64.mac.x86_64.S",
        "crypto/chacha/chacha.c",
        "crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S",
        "crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S",
        "crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S",
        "crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S",
        "crypto/cipher_extra/cipher_extra.c",
        "crypto/cipher_extra/derive_key.c",
        "crypto/cipher_extra/e_aesccm.c",
        "crypto/cipher_extra/e_aesctrhmac.c",
        "crypto/cipher_extra/e_aesgcmsiv.c",
        "crypto/cipher_extra/e_chacha20poly1305.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/cmac/cmac.c",
        "crypto/conf/conf.c",
        "crypto/cpu-aarch64-fuchsia.c",
        "crypto/cpu-aarch64-linux.c",
        "crypto/cpu-aarch64-win.c",
        "crypto/cpu-arm-linux.c",
        "crypto/cpu-arm.c",
        "crypto/cpu-intel.c",
        "crypto/cpu-ppc64le.c",
        "crypto/crypto.c",
        "crypto/curve25519/asm/x25519-asm-arm.S",
        "crypto/curve25519/curve25519.c",
        "crypto/curve25519/spake25519.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/digestsign.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_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.x86_64.S",
        "crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/aesni-x86.linux.x86.S",
        "crypto/fipsmodule/aesni-x86.windows.x86.S",
        "crypto/fipsmodule/aesni-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/aesni-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/aesv8-armx32.ios.arm.S",
        "crypto/fipsmodule/aesv8-armx32.linux.arm.S",
        "crypto/fipsmodule/aesv8-armx64.ios.aarch64.S",
        "crypto/fipsmodule/aesv8-armx64.linux.aarch64.S",
        "crypto/fipsmodule/armv4-mont.ios.arm.S",
        "crypto/fipsmodule/armv4-mont.linux.arm.S",
        "crypto/fipsmodule/armv8-mont.ios.aarch64.S",
        "crypto/fipsmodule/armv8-mont.linux.aarch64.S",
        "crypto/fipsmodule/bn-586.linux.x86.S",
        "crypto/fipsmodule/bn-586.windows.x86.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.arm.S",
        "crypto/fipsmodule/bsaes-armv7.linux.arm.S",
        "crypto/fipsmodule/cipher/aead.c",
        "crypto/fipsmodule/cipher/cipher.c",
        "crypto/fipsmodule/cipher/e_aes.c",
        "crypto/fipsmodule/cipher/e_des.c",
        "crypto/fipsmodule/co-586.linux.x86.S",
        "crypto/fipsmodule/co-586.windows.x86.S",
        "crypto/fipsmodule/des/des.c",
        "crypto/fipsmodule/dh/check.c",
        "crypto/fipsmodule/dh/dh.c",
        "crypto/fipsmodule/digest/digest.c",
        "crypto/fipsmodule/digest/digests.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-x86_64.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.arm.S",
        "crypto/fipsmodule/ghash-armv4.linux.arm.S",
        "crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S",
        "crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S",
        "crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S",
        "crypto/fipsmodule/ghash-ssse3-x86.windows.x86.S",
        "crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/ghash-x86.linux.x86.S",
        "crypto/fipsmodule/ghash-x86.windows.x86.S",
        "crypto/fipsmodule/ghash-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/ghash-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/ghashv8-armx32.ios.arm.S",
        "crypto/fipsmodule/ghashv8-armx32.linux.arm.S",
        "crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S",
        "crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S",
        "crypto/fipsmodule/hmac/hmac.c",
        "crypto/fipsmodule/md4/md4.c",
        "crypto/fipsmodule/md5-586.linux.x86.S",
        "crypto/fipsmodule/md5-586.windows.x86.S",
        "crypto/fipsmodule/md5-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/md5-x86_64.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-x86_64-asm.linux.x86_64.S",
        "crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S",
        "crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S",
        "crypto/fipsmodule/p256_beeu-x86_64-asm.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.x86_64.S",
        "crypto/fipsmodule/rdrand-x86_64.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.x86_64.S",
        "crypto/fipsmodule/rsaz-avx2.mac.x86_64.S",
        "crypto/fipsmodule/self_check/fips.c",
        "crypto/fipsmodule/self_check/self_check.c",
        "crypto/fipsmodule/sha/sha1-altivec.c",
        "crypto/fipsmodule/sha/sha1.c",
        "crypto/fipsmodule/sha/sha256.c",
        "crypto/fipsmodule/sha/sha512.c",
        "crypto/fipsmodule/sha1-586.linux.x86.S",
        "crypto/fipsmodule/sha1-586.windows.x86.S",
        "crypto/fipsmodule/sha1-armv4-large.ios.arm.S",
        "crypto/fipsmodule/sha1-armv4-large.linux.arm.S",
        "crypto/fipsmodule/sha1-armv8.ios.aarch64.S",
        "crypto/fipsmodule/sha1-armv8.linux.aarch64.S",
        "crypto/fipsmodule/sha1-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/sha1-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/sha256-586.linux.x86.S",
        "crypto/fipsmodule/sha256-586.windows.x86.S",
        "crypto/fipsmodule/sha256-armv4.ios.arm.S",
        "crypto/fipsmodule/sha256-armv4.linux.arm.S",
        "crypto/fipsmodule/sha256-armv8.ios.aarch64.S",
        "crypto/fipsmodule/sha256-armv8.linux.aarch64.S",
        "crypto/fipsmodule/sha256-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/sha256-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/sha512-586.linux.x86.S",
        "crypto/fipsmodule/sha512-586.windows.x86.S",
        "crypto/fipsmodule/sha512-armv4.ios.arm.S",
        "crypto/fipsmodule/sha512-armv4.linux.arm.S",
        "crypto/fipsmodule/sha512-armv8.ios.aarch64.S",
        "crypto/fipsmodule/sha512-armv8.linux.aarch64.S",
        "crypto/fipsmodule/sha512-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/sha512-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/tls/kdf.c",
        "crypto/fipsmodule/vpaes-armv7.ios.arm.S",
        "crypto/fipsmodule/vpaes-armv7.linux.arm.S",
        "crypto/fipsmodule/vpaes-armv8.ios.aarch64.S",
        "crypto/fipsmodule/vpaes-armv8.linux.aarch64.S",
        "crypto/fipsmodule/vpaes-x86.linux.x86.S",
        "crypto/fipsmodule/vpaes-x86.windows.x86.S",
        "crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S",
        "crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S",
        "crypto/fipsmodule/x86-mont.linux.x86.S",
        "crypto/fipsmodule/x86-mont.windows.x86.S",
        "crypto/fipsmodule/x86_64-mont.linux.x86_64.S",
        "crypto/fipsmodule/x86_64-mont.mac.x86_64.S",
        "crypto/fipsmodule/x86_64-mont5.linux.x86_64.S",
        "crypto/fipsmodule/x86_64-mont5.mac.x86_64.S",
        "crypto/hkdf/hkdf.c",
        "crypto/hpke/hpke.c",
        "crypto/hrss/asm/poly_rq_mul.S",
        "crypto/hrss/hrss.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_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/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/pcy_cache.c",
        "crypto/x509v3/pcy_data.c",
        "crypto/x509v3/pcy_lib.c",
        "crypto/x509v3/pcy_map.c",
        "crypto/x509v3/pcy_node.c",
        "crypto/x509v3/pcy_tree.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_pci.c",
        "crypto/x509v3/v3_pcia.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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/414] Compiling a_dup.c
[0/414] Write sources
[4/414] Compiling socket.c
In file included from /host/spi-builder-workspace/Sources/CCryptoBoringSSL/crypto/asn1/a_int.c:65:
/host/spi-builder-workspace/Sources/CCryptoBoringSSL/crypto/asn1/../internal.h:135:10: fatal error: 'pthread.h' file not found
  135 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[5/414] Compiling a_int.c
[5/414] Compiling digest_extra.c
[5/414] Compiling v3_utl.c
In file included from /host/spi-builder-workspace/Sources/CCryptoBoringSSL/crypto/asn1/a_enum.c:65:
/host/spi-builder-workspace/Sources/CCryptoBoringSSL/crypto/asn1/../internal.h:135:10: fatal error: 'pthread.h' file not found
  135 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[5/414] Compiling a_enum.c
[5/414] Compiling params.c
[5/414] Compiling CCryptoBoringSSLShims shims.c
[5/414] Compiling a_d2i_fp.c
[5/414] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CCryptoBoringSSL/crypto/x509v3/v3_utl.c:73:
/host/spi-builder-workspace/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:135:10: fatal error: 'pthread.h' file not found
  135 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[0/409] Compiling v3_utl.c
[0/409] Compiling v3_pcons.c
[0/409] Compiling v3_prn.c
[0/409] Compiling v3_pmaps.c
[0/409] Compiling v3_skey.c
[0/409] Compiling v3_purp.c
[0/409] Compiling CCryptoBoringSSLShims shims.c
[0/409] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm