The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RoyalVNCKit, reference 1.0.0 (60a92e), with Swift 6.1 for Wasm on 30 May 2025 20:49:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/royalapplications/royalvnc.git
Reference: 1.0.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/royalapplications/royalvnc
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 60a92e1 [bindings] add .NET AOT build/test to CI
Cloned https://github.com/royalapplications/royalvnc.git
Revision (git rev-parse @):
60a92e1a60e928b29c16230598efd5a97c134139
SUCCESS checkout https://github.com/royalapplications/royalvnc.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/royalapplications/royalvnc.git
https://github.com/royalapplications/royalvnc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RoyalVNCKit",
  "name" : "RoyalVNCKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RoyalVNCKit",
      "targets" : [
        "RoyalVNCKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RoyalVNCKitDemo",
      "targets" : [
        "RoyalVNCKitDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RoyalVNCKitCDemo",
      "targets" : [
        "RoyalVNCKitCDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libtommath",
      "module_type" : "ClangTarget",
      "name" : "libtommath",
      "path" : "Sources/libtommath",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "bignumshim.c",
        "bn_cutoffs.c",
        "bn_deprecated.c",
        "bn_mp_2expt.c",
        "bn_mp_abs.c",
        "bn_mp_add.c",
        "bn_mp_add_d.c",
        "bn_mp_addmod.c",
        "bn_mp_and.c",
        "bn_mp_clamp.c",
        "bn_mp_clear.c",
        "bn_mp_clear_multi.c",
        "bn_mp_cmp.c",
        "bn_mp_cmp_d.c",
        "bn_mp_cmp_mag.c",
        "bn_mp_cnt_lsb.c",
        "bn_mp_complement.c",
        "bn_mp_copy.c",
        "bn_mp_count_bits.c",
        "bn_mp_decr.c",
        "bn_mp_div.c",
        "bn_mp_div_2.c",
        "bn_mp_div_2d.c",
        "bn_mp_div_3.c",
        "bn_mp_div_d.c",
        "bn_mp_dr_is_modulus.c",
        "bn_mp_dr_reduce.c",
        "bn_mp_dr_setup.c",
        "bn_mp_error_to_string.c",
        "bn_mp_exch.c",
        "bn_mp_expt_u32.c",
        "bn_mp_exptmod.c",
        "bn_mp_exteuclid.c",
        "bn_mp_fread.c",
        "bn_mp_from_sbin.c",
        "bn_mp_from_ubin.c",
        "bn_mp_fwrite.c",
        "bn_mp_gcd.c",
        "bn_mp_get_double.c",
        "bn_mp_get_i32.c",
        "bn_mp_get_i64.c",
        "bn_mp_get_l.c",
        "bn_mp_get_ll.c",
        "bn_mp_get_mag_u32.c",
        "bn_mp_get_mag_u64.c",
        "bn_mp_get_mag_ul.c",
        "bn_mp_get_mag_ull.c",
        "bn_mp_grow.c",
        "bn_mp_incr.c",
        "bn_mp_init.c",
        "bn_mp_init_copy.c",
        "bn_mp_init_i32.c",
        "bn_mp_init_i64.c",
        "bn_mp_init_l.c",
        "bn_mp_init_ll.c",
        "bn_mp_init_multi.c",
        "bn_mp_init_set.c",
        "bn_mp_init_size.c",
        "bn_mp_init_u32.c",
        "bn_mp_init_u64.c",
        "bn_mp_init_ul.c",
        "bn_mp_init_ull.c",
        "bn_mp_invmod.c",
        "bn_mp_is_square.c",
        "bn_mp_iseven.c",
        "bn_mp_isodd.c",
        "bn_mp_kronecker.c",
        "bn_mp_lcm.c",
        "bn_mp_log_u32.c",
        "bn_mp_lshd.c",
        "bn_mp_mod.c",
        "bn_mp_mod_2d.c",
        "bn_mp_mod_d.c",
        "bn_mp_montgomery_calc_normalization.c",
        "bn_mp_montgomery_reduce.c",
        "bn_mp_montgomery_setup.c",
        "bn_mp_mul.c",
        "bn_mp_mul_2.c",
        "bn_mp_mul_2d.c",
        "bn_mp_mul_d.c",
        "bn_mp_mulmod.c",
        "bn_mp_neg.c",
        "bn_mp_or.c",
        "bn_mp_pack.c",
        "bn_mp_pack_count.c",
        "bn_mp_prime_fermat.c",
        "bn_mp_prime_frobenius_underwood.c",
        "bn_mp_prime_is_prime.c",
        "bn_mp_prime_miller_rabin.c",
        "bn_mp_prime_next_prime.c",
        "bn_mp_prime_rabin_miller_trials.c",
        "bn_mp_prime_rand.c",
        "bn_mp_prime_strong_lucas_selfridge.c",
        "bn_mp_radix_size.c",
        "bn_mp_radix_smap.c",
        "bn_mp_rand.c",
        "bn_mp_read_radix.c",
        "bn_mp_reduce.c",
        "bn_mp_reduce_2k.c",
        "bn_mp_reduce_2k_l.c",
        "bn_mp_reduce_2k_setup.c",
        "bn_mp_reduce_2k_setup_l.c",
        "bn_mp_reduce_is_2k.c",
        "bn_mp_reduce_is_2k_l.c",
        "bn_mp_reduce_setup.c",
        "bn_mp_root_u32.c",
        "bn_mp_rshd.c",
        "bn_mp_sbin_size.c",
        "bn_mp_set.c",
        "bn_mp_set_double.c",
        "bn_mp_set_i32.c",
        "bn_mp_set_i64.c",
        "bn_mp_set_l.c",
        "bn_mp_set_ll.c",
        "bn_mp_set_u32.c",
        "bn_mp_set_u64.c",
        "bn_mp_set_ul.c",
        "bn_mp_set_ull.c",
        "bn_mp_shrink.c",
        "bn_mp_signed_rsh.c",
        "bn_mp_sqr.c",
        "bn_mp_sqrmod.c",
        "bn_mp_sqrt.c",
        "bn_mp_sqrtmod_prime.c",
        "bn_mp_sub.c",
        "bn_mp_sub_d.c",
        "bn_mp_submod.c",
        "bn_mp_to_radix.c",
        "bn_mp_to_sbin.c",
        "bn_mp_to_ubin.c",
        "bn_mp_ubin_size.c",
        "bn_mp_unpack.c",
        "bn_mp_xor.c",
        "bn_mp_zero.c",
        "bn_prime_tab.c",
        "bn_s_mp_add.c",
        "bn_s_mp_balance_mul.c",
        "bn_s_mp_exptmod.c",
        "bn_s_mp_exptmod_fast.c",
        "bn_s_mp_get_bit.c",
        "bn_s_mp_invmod_fast.c",
        "bn_s_mp_invmod_slow.c",
        "bn_s_mp_karatsuba_mul.c",
        "bn_s_mp_karatsuba_sqr.c",
        "bn_s_mp_montgomery_reduce_fast.c",
        "bn_s_mp_mul_digs.c",
        "bn_s_mp_mul_digs_fast.c",
        "bn_s_mp_mul_high_digs.c",
        "bn_s_mp_mul_high_digs_fast.c",
        "bn_s_mp_prime_is_divisible.c",
        "bn_s_mp_rand_jenkins.c",
        "bn_s_mp_rand_platform.c",
        "bn_s_mp_reverse.c",
        "bn_s_mp_sqr.c",
        "bn_s_mp_sqr_fast.c",
        "bn_s_mp_sub.c",
        "bn_s_mp_toom_mul.c",
        "bn_s_mp_toom_sqr.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "libtomcrypt",
      "module_type" : "ClangTarget",
      "name" : "libtomcrypt",
      "path" : "Sources/libtomcrypt",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "ciphers/aes/aes.c",
        "ciphers/aes/aes_desc.c",
        "ciphers/aes/aes_tab.c",
        "ciphers/aes/aesni.c",
        "ciphers/anubis.c",
        "ciphers/blowfish.c",
        "ciphers/camellia.c",
        "ciphers/cast5.c",
        "ciphers/des.c",
        "ciphers/idea.c",
        "ciphers/kasumi.c",
        "ciphers/khazad.c",
        "ciphers/kseed.c",
        "ciphers/multi2.c",
        "ciphers/noekeon.c",
        "ciphers/rc2.c",
        "ciphers/rc5.c",
        "ciphers/rc6.c",
        "ciphers/safer/safer.c",
        "ciphers/safer/safer_tab.c",
        "ciphers/safer/saferp.c",
        "ciphers/serpent.c",
        "ciphers/skipjack.c",
        "ciphers/sm4.c",
        "ciphers/tea.c",
        "ciphers/twofish/twofish.c",
        "ciphers/twofish/twofish_tab.c",
        "ciphers/xtea.c",
        "encauth/ccm/ccm_add_aad.c",
        "encauth/ccm/ccm_add_nonce.c",
        "encauth/ccm/ccm_done.c",
        "encauth/ccm/ccm_init.c",
        "encauth/ccm/ccm_memory.c",
        "encauth/ccm/ccm_process.c",
        "encauth/ccm/ccm_reset.c",
        "encauth/ccm/ccm_test.c",
        "encauth/chachapoly/chacha20poly1305_add_aad.c",
        "encauth/chachapoly/chacha20poly1305_decrypt.c",
        "encauth/chachapoly/chacha20poly1305_done.c",
        "encauth/chachapoly/chacha20poly1305_encrypt.c",
        "encauth/chachapoly/chacha20poly1305_init.c",
        "encauth/chachapoly/chacha20poly1305_memory.c",
        "encauth/chachapoly/chacha20poly1305_setiv.c",
        "encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c",
        "encauth/chachapoly/chacha20poly1305_test.c",
        "encauth/eax/eax_addheader.c",
        "encauth/eax/eax_decrypt.c",
        "encauth/eax/eax_decrypt_verify_memory.c",
        "encauth/eax/eax_done.c",
        "encauth/eax/eax_encrypt.c",
        "encauth/eax/eax_encrypt_authenticate_memory.c",
        "encauth/eax/eax_init.c",
        "encauth/eax/eax_test.c",
        "encauth/gcm/gcm_add_aad.c",
        "encauth/gcm/gcm_add_iv.c",
        "encauth/gcm/gcm_done.c",
        "encauth/gcm/gcm_gf_mult.c",
        "encauth/gcm/gcm_init.c",
        "encauth/gcm/gcm_memory.c",
        "encauth/gcm/gcm_mult_h.c",
        "encauth/gcm/gcm_process.c",
        "encauth/gcm/gcm_reset.c",
        "encauth/gcm/gcm_test.c",
        "encauth/ocb/ocb_decrypt.c",
        "encauth/ocb/ocb_decrypt_verify_memory.c",
        "encauth/ocb/ocb_done_decrypt.c",
        "encauth/ocb/ocb_done_encrypt.c",
        "encauth/ocb/ocb_encrypt.c",
        "encauth/ocb/ocb_encrypt_authenticate_memory.c",
        "encauth/ocb/ocb_init.c",
        "encauth/ocb/ocb_ntz.c",
        "encauth/ocb/ocb_shift_xor.c",
        "encauth/ocb/ocb_test.c",
        "encauth/ocb/s_ocb_done.c",
        "encauth/ocb3/ocb3_add_aad.c",
        "encauth/ocb3/ocb3_decrypt.c",
        "encauth/ocb3/ocb3_decrypt_last.c",
        "encauth/ocb3/ocb3_decrypt_verify_memory.c",
        "encauth/ocb3/ocb3_done.c",
        "encauth/ocb3/ocb3_encrypt.c",
        "encauth/ocb3/ocb3_encrypt_authenticate_memory.c",
        "encauth/ocb3/ocb3_encrypt_last.c",
        "encauth/ocb3/ocb3_init.c",
        "encauth/ocb3/ocb3_int_ntz.c",
        "encauth/ocb3/ocb3_int_xor_blocks.c",
        "encauth/ocb3/ocb3_test.c",
        "hashes/blake2b.c",
        "hashes/blake2s.c",
        "hashes/chc/chc.c",
        "hashes/helper/hash_file.c",
        "hashes/helper/hash_filehandle.c",
        "hashes/helper/hash_memory.c",
        "hashes/helper/hash_memory_multi.c",
        "hashes/md2.c",
        "hashes/md4.c",
        "hashes/md5.c",
        "hashes/rmd128.c",
        "hashes/rmd160.c",
        "hashes/rmd256.c",
        "hashes/rmd320.c",
        "hashes/sha1.c",
        "hashes/sha2/sha224.c",
        "hashes/sha2/sha256.c",
        "hashes/sha2/sha384.c",
        "hashes/sha2/sha512.c",
        "hashes/sha2/sha512_224.c",
        "hashes/sha2/sha512_256.c",
        "hashes/sha3.c",
        "hashes/sha3_test.c",
        "hashes/tiger.c",
        "hashes/whirl/whirl.c",
        "hashes/whirl/whirltab.c",
        "mac/blake2/blake2bmac.c",
        "mac/blake2/blake2bmac_file.c",
        "mac/blake2/blake2bmac_memory.c",
        "mac/blake2/blake2bmac_memory_multi.c",
        "mac/blake2/blake2bmac_test.c",
        "mac/blake2/blake2smac.c",
        "mac/blake2/blake2smac_file.c",
        "mac/blake2/blake2smac_memory.c",
        "mac/blake2/blake2smac_memory_multi.c",
        "mac/blake2/blake2smac_test.c",
        "mac/f9/f9_done.c",
        "mac/f9/f9_file.c",
        "mac/f9/f9_init.c",
        "mac/f9/f9_memory.c",
        "mac/f9/f9_memory_multi.c",
        "mac/f9/f9_process.c",
        "mac/f9/f9_test.c",
        "mac/hmac/hmac_done.c",
        "mac/hmac/hmac_file.c",
        "mac/hmac/hmac_init.c",
        "mac/hmac/hmac_memory.c",
        "mac/hmac/hmac_memory_multi.c",
        "mac/hmac/hmac_process.c",
        "mac/hmac/hmac_test.c",
        "mac/omac/omac_done.c",
        "mac/omac/omac_file.c",
        "mac/omac/omac_init.c",
        "mac/omac/omac_memory.c",
        "mac/omac/omac_memory_multi.c",
        "mac/omac/omac_process.c",
        "mac/omac/omac_test.c",
        "mac/pelican/pelican.c",
        "mac/pelican/pelican_memory.c",
        "mac/pelican/pelican_test.c",
        "mac/pmac/pmac_done.c",
        "mac/pmac/pmac_file.c",
        "mac/pmac/pmac_init.c",
        "mac/pmac/pmac_memory.c",
        "mac/pmac/pmac_memory_multi.c",
        "mac/pmac/pmac_ntz.c",
        "mac/pmac/pmac_process.c",
        "mac/pmac/pmac_shift_xor.c",
        "mac/pmac/pmac_test.c",
        "mac/poly1305/poly1305.c",
        "mac/poly1305/poly1305_file.c",
        "mac/poly1305/poly1305_memory.c",
        "mac/poly1305/poly1305_memory_multi.c",
        "mac/poly1305/poly1305_test.c",
        "mac/xcbc/xcbc_done.c",
        "mac/xcbc/xcbc_file.c",
        "mac/xcbc/xcbc_init.c",
        "mac/xcbc/xcbc_memory.c",
        "mac/xcbc/xcbc_memory_multi.c",
        "mac/xcbc/xcbc_process.c",
        "mac/xcbc/xcbc_test.c",
        "math/fp/ltc_ecc_fp_mulmod.c",
        "math/gmp_desc.c",
        "math/ltm_desc.c",
        "math/multi.c",
        "math/radix_to_bin.c",
        "math/rand_bn.c",
        "math/rand_prime.c",
        "math/tfm_desc.c",
        "misc/adler32.c",
        "misc/base16/base16_decode.c",
        "misc/base16/base16_encode.c",
        "misc/base32/base32_decode.c",
        "misc/base32/base32_encode.c",
        "misc/base64/base64_decode.c",
        "misc/base64/base64_encode.c",
        "misc/bcrypt/bcrypt.c",
        "misc/burn_stack.c",
        "misc/compare_testvector.c",
        "misc/copy_or_zeromem.c",
        "misc/crc32.c",
        "misc/crypt/crypt.c",
        "misc/crypt/crypt_argchk.c",
        "misc/crypt/crypt_cipher_descriptor.c",
        "misc/crypt/crypt_cipher_is_valid.c",
        "misc/crypt/crypt_constants.c",
        "misc/crypt/crypt_find_cipher.c",
        "misc/crypt/crypt_find_cipher_any.c",
        "misc/crypt/crypt_find_cipher_id.c",
        "misc/crypt/crypt_find_hash.c",
        "misc/crypt/crypt_find_hash_any.c",
        "misc/crypt/crypt_find_hash_id.c",
        "misc/crypt/crypt_find_hash_oid.c",
        "misc/crypt/crypt_find_prng.c",
        "misc/crypt/crypt_fsa.c",
        "misc/crypt/crypt_hash_descriptor.c",
        "misc/crypt/crypt_hash_is_valid.c",
        "misc/crypt/crypt_inits.c",
        "misc/crypt/crypt_ltc_mp_descriptor.c",
        "misc/crypt/crypt_prng_descriptor.c",
        "misc/crypt/crypt_prng_is_valid.c",
        "misc/crypt/crypt_prng_rng_descriptor.c",
        "misc/crypt/crypt_register_all_ciphers.c",
        "misc/crypt/crypt_register_all_hashes.c",
        "misc/crypt/crypt_register_all_prngs.c",
        "misc/crypt/crypt_register_cipher.c",
        "misc/crypt/crypt_register_hash.c",
        "misc/crypt/crypt_register_prng.c",
        "misc/crypt/crypt_sizes.c",
        "misc/crypt/crypt_unregister_cipher.c",
        "misc/crypt/crypt_unregister_hash.c",
        "misc/crypt/crypt_unregister_prng.c",
        "misc/error_to_string.c",
        "misc/hkdf/hkdf.c",
        "misc/hkdf/hkdf_test.c",
        "misc/mem_neq.c",
        "misc/padding/padding_depad.c",
        "misc/padding/padding_pad.c",
        "misc/password_free.c",
        "misc/pbes/pbes.c",
        "misc/pbes/pbes1.c",
        "misc/pbes/pbes2.c",
        "misc/pem/pem.c",
        "misc/pem/pem_pkcs.c",
        "misc/pem/pem_read.c",
        "misc/pem/pem_ssh.c",
        "misc/pkcs12/pkcs12_kdf.c",
        "misc/pkcs12/pkcs12_utf8_to_utf16.c",
        "misc/pkcs5/pkcs_5_1.c",
        "misc/pkcs5/pkcs_5_2.c",
        "misc/pkcs5/pkcs_5_test.c",
        "misc/ssh/ssh_decode_sequence_multi.c",
        "misc/ssh/ssh_encode_sequence_multi.c",
        "misc/zeromem.c",
        "modes/cbc/cbc_decrypt.c",
        "modes/cbc/cbc_done.c",
        "modes/cbc/cbc_encrypt.c",
        "modes/cbc/cbc_getiv.c",
        "modes/cbc/cbc_setiv.c",
        "modes/cbc/cbc_start.c",
        "modes/cfb/cfb_decrypt.c",
        "modes/cfb/cfb_done.c",
        "modes/cfb/cfb_encrypt.c",
        "modes/cfb/cfb_getiv.c",
        "modes/cfb/cfb_setiv.c",
        "modes/cfb/cfb_start.c",
        "modes/ctr/ctr_decrypt.c",
        "modes/ctr/ctr_done.c",
        "modes/ctr/ctr_encrypt.c",
        "modes/ctr/ctr_getiv.c",
        "modes/ctr/ctr_setiv.c",
        "modes/ctr/ctr_start.c",
        "modes/ctr/ctr_test.c",
        "modes/ecb/ecb_decrypt.c",
        "modes/ecb/ecb_done.c",
        "modes/ecb/ecb_encrypt.c",
        "modes/ecb/ecb_start.c",
        "modes/f8/f8_decrypt.c",
        "modes/f8/f8_done.c",
        "modes/f8/f8_encrypt.c",
        "modes/f8/f8_getiv.c",
        "modes/f8/f8_setiv.c",
        "modes/f8/f8_start.c",
        "modes/f8/f8_test_mode.c",
        "modes/lrw/lrw_decrypt.c",
        "modes/lrw/lrw_done.c",
        "modes/lrw/lrw_encrypt.c",
        "modes/lrw/lrw_getiv.c",
        "modes/lrw/lrw_process.c",
        "modes/lrw/lrw_setiv.c",
        "modes/lrw/lrw_start.c",
        "modes/lrw/lrw_test.c",
        "modes/ofb/ofb_decrypt.c",
        "modes/ofb/ofb_done.c",
        "modes/ofb/ofb_encrypt.c",
        "modes/ofb/ofb_getiv.c",
        "modes/ofb/ofb_setiv.c",
        "modes/ofb/ofb_start.c",
        "modes/xts/xts_decrypt.c",
        "modes/xts/xts_done.c",
        "modes/xts/xts_encrypt.c",
        "modes/xts/xts_init.c",
        "modes/xts/xts_mult_x.c",
        "modes/xts/xts_test.c",
        "pk/asn1/der/bit/der_decode_bit_string.c",
        "pk/asn1/der/bit/der_decode_raw_bit_string.c",
        "pk/asn1/der/bit/der_encode_bit_string.c",
        "pk/asn1/der/bit/der_encode_raw_bit_string.c",
        "pk/asn1/der/bit/der_length_bit_string.c",
        "pk/asn1/der/boolean/der_decode_boolean.c",
        "pk/asn1/der/boolean/der_encode_boolean.c",
        "pk/asn1/der/boolean/der_length_boolean.c",
        "pk/asn1/der/choice/der_decode_choice.c",
        "pk/asn1/der/custom_type/der_decode_custom_type.c",
        "pk/asn1/der/custom_type/der_encode_custom_type.c",
        "pk/asn1/der/custom_type/der_length_custom_type.c",
        "pk/asn1/der/general/der_asn1_maps.c",
        "pk/asn1/der/general/der_decode_asn1_identifier.c",
        "pk/asn1/der/general/der_decode_asn1_length.c",
        "pk/asn1/der/general/der_encode_asn1_identifier.c",
        "pk/asn1/der/general/der_encode_asn1_length.c",
        "pk/asn1/der/general/der_length_asn1_identifier.c",
        "pk/asn1/der/general/der_length_asn1_length.c",
        "pk/asn1/der/generalizedtime/der_decode_generalizedtime.c",
        "pk/asn1/der/generalizedtime/der_encode_generalizedtime.c",
        "pk/asn1/der/generalizedtime/der_length_generalizedtime.c",
        "pk/asn1/der/ia5/der_decode_ia5_string.c",
        "pk/asn1/der/ia5/der_encode_ia5_string.c",
        "pk/asn1/der/ia5/der_length_ia5_string.c",
        "pk/asn1/der/integer/der_decode_integer.c",
        "pk/asn1/der/integer/der_encode_integer.c",
        "pk/asn1/der/integer/der_length_integer.c",
        "pk/asn1/der/object_identifier/der_decode_object_identifier.c",
        "pk/asn1/der/object_identifier/der_encode_object_identifier.c",
        "pk/asn1/der/object_identifier/der_length_object_identifier.c",
        "pk/asn1/der/octet/der_decode_octet_string.c",
        "pk/asn1/der/octet/der_encode_octet_string.c",
        "pk/asn1/der/octet/der_length_octet_string.c",
        "pk/asn1/der/printable_string/der_decode_printable_string.c",
        "pk/asn1/der/printable_string/der_encode_printable_string.c",
        "pk/asn1/der/printable_string/der_length_printable_string.c",
        "pk/asn1/der/sequence/der_decode_sequence_ex.c",
        "pk/asn1/der/sequence/der_decode_sequence_flexi.c",
        "pk/asn1/der/sequence/der_decode_sequence_multi.c",
        "pk/asn1/der/sequence/der_encode_sequence_ex.c",
        "pk/asn1/der/sequence/der_encode_sequence_multi.c",
        "pk/asn1/der/sequence/der_flexi_sequence_cmp.c",
        "pk/asn1/der/sequence/der_length_sequence.c",
        "pk/asn1/der/sequence/der_sequence_free.c",
        "pk/asn1/der/sequence/der_sequence_shrink.c",
        "pk/asn1/der/set/der_encode_set.c",
        "pk/asn1/der/set/der_encode_setof.c",
        "pk/asn1/der/short_integer/der_decode_short_integer.c",
        "pk/asn1/der/short_integer/der_encode_short_integer.c",
        "pk/asn1/der/short_integer/der_length_short_integer.c",
        "pk/asn1/der/teletex_string/der_decode_teletex_string.c",
        "pk/asn1/der/teletex_string/der_length_teletex_string.c",
        "pk/asn1/der/utctime/der_decode_utctime.c",
        "pk/asn1/der/utctime/der_encode_utctime.c",
        "pk/asn1/der/utctime/der_length_utctime.c",
        "pk/asn1/der/utf8/der_decode_utf8_string.c",
        "pk/asn1/der/utf8/der_encode_utf8_string.c",
        "pk/asn1/der/utf8/der_length_utf8_string.c",
        "pk/asn1/oid/pk_get.c",
        "pk/asn1/oid/pk_oid_cmp.c",
        "pk/asn1/oid/pk_oid_str.c",
        "pk/asn1/pkcs8/pkcs8_decode_flexi.c",
        "pk/asn1/pkcs8/pkcs8_get.c",
        "pk/asn1/x509/x509_decode_public_key_from_certificate.c",
        "pk/asn1/x509/x509_decode_spki.c",
        "pk/asn1/x509/x509_decode_subject_public_key_info.c",
        "pk/asn1/x509/x509_encode_subject_public_key_info.c",
        "pk/dh/dh.c",
        "pk/dh/dh_check_pubkey.c",
        "pk/dh/dh_export.c",
        "pk/dh/dh_export_key.c",
        "pk/dh/dh_free.c",
        "pk/dh/dh_generate_key.c",
        "pk/dh/dh_import.c",
        "pk/dh/dh_import_pkcs8.c",
        "pk/dh/dh_set.c",
        "pk/dh/dh_set_pg_dhparam.c",
        "pk/dh/dh_shared_secret.c",
        "pk/dsa/dsa_decrypt_key.c",
        "pk/dsa/dsa_encrypt_key.c",
        "pk/dsa/dsa_export.c",
        "pk/dsa/dsa_free.c",
        "pk/dsa/dsa_generate_key.c",
        "pk/dsa/dsa_generate_pqg.c",
        "pk/dsa/dsa_import.c",
        "pk/dsa/dsa_import_pkcs8.c",
        "pk/dsa/dsa_init.c",
        "pk/dsa/dsa_make_key.c",
        "pk/dsa/dsa_set.c",
        "pk/dsa/dsa_set_pqg_dsaparam.c",
        "pk/dsa/dsa_shared_secret.c",
        "pk/dsa/dsa_sign_hash.c",
        "pk/dsa/dsa_verify_hash.c",
        "pk/dsa/dsa_verify_key.c",
        "pk/ec25519/ec25519_crypto_ctx.c",
        "pk/ec25519/ec25519_export.c",
        "pk/ec25519/ec25519_import_pkcs8.c",
        "pk/ec25519/tweetnacl.c",
        "pk/ecc/ecc.c",
        "pk/ecc/ecc_ansi_x963_export.c",
        "pk/ecc/ecc_ansi_x963_import.c",
        "pk/ecc/ecc_decrypt_key.c",
        "pk/ecc/ecc_encrypt_key.c",
        "pk/ecc/ecc_export.c",
        "pk/ecc/ecc_export_openssl.c",
        "pk/ecc/ecc_find_curve.c",
        "pk/ecc/ecc_free.c",
        "pk/ecc/ecc_get_key.c",
        "pk/ecc/ecc_get_oid_str.c",
        "pk/ecc/ecc_get_size.c",
        "pk/ecc/ecc_import.c",
        "pk/ecc/ecc_import_openssl.c",
        "pk/ecc/ecc_import_pkcs8.c",
        "pk/ecc/ecc_import_x509.c",
        "pk/ecc/ecc_make_key.c",
        "pk/ecc/ecc_recover_key.c",
        "pk/ecc/ecc_set_curve.c",
        "pk/ecc/ecc_set_curve_internal.c",
        "pk/ecc/ecc_set_key.c",
        "pk/ecc/ecc_shared_secret.c",
        "pk/ecc/ecc_sign_hash.c",
        "pk/ecc/ecc_sizes.c",
        "pk/ecc/ecc_ssh_ecdsa_encode_name.c",
        "pk/ecc/ecc_verify_hash.c",
        "pk/ecc/ltc_ecc_export_point.c",
        "pk/ecc/ltc_ecc_import_point.c",
        "pk/ecc/ltc_ecc_is_point.c",
        "pk/ecc/ltc_ecc_is_point_at_infinity.c",
        "pk/ecc/ltc_ecc_map.c",
        "pk/ecc/ltc_ecc_mul2add.c",
        "pk/ecc/ltc_ecc_mulmod.c",
        "pk/ecc/ltc_ecc_mulmod_timing.c",
        "pk/ecc/ltc_ecc_points.c",
        "pk/ecc/ltc_ecc_projective_add_point.c",
        "pk/ecc/ltc_ecc_projective_dbl_point.c",
        "pk/ecc/ltc_ecc_verify_key.c",
        "pk/ed25519/ed25519_export.c",
        "pk/ed25519/ed25519_import.c",
        "pk/ed25519/ed25519_import_pkcs8.c",
        "pk/ed25519/ed25519_import_raw.c",
        "pk/ed25519/ed25519_import_x509.c",
        "pk/ed25519/ed25519_make_key.c",
        "pk/ed25519/ed25519_sign.c",
        "pk/ed25519/ed25519_verify.c",
        "pk/pka_key.c",
        "pk/pkcs1/pkcs_1_i2osp.c",
        "pk/pkcs1/pkcs_1_mgf1.c",
        "pk/pkcs1/pkcs_1_oaep_decode.c",
        "pk/pkcs1/pkcs_1_oaep_encode.c",
        "pk/pkcs1/pkcs_1_os2ip.c",
        "pk/pkcs1/pkcs_1_pss_decode.c",
        "pk/pkcs1/pkcs_1_pss_encode.c",
        "pk/pkcs1/pkcs_1_v1_5_decode.c",
        "pk/pkcs1/pkcs_1_v1_5_encode.c",
        "pk/rsa/rsa_decrypt_key.c",
        "pk/rsa/rsa_encrypt_key.c",
        "pk/rsa/rsa_export.c",
        "pk/rsa/rsa_exptmod.c",
        "pk/rsa/rsa_get_size.c",
        "pk/rsa/rsa_import.c",
        "pk/rsa/rsa_import_pkcs8.c",
        "pk/rsa/rsa_import_x509.c",
        "pk/rsa/rsa_key.c",
        "pk/rsa/rsa_make_key.c",
        "pk/rsa/rsa_set.c",
        "pk/rsa/rsa_sign_hash.c",
        "pk/rsa/rsa_sign_saltlen_get.c",
        "pk/rsa/rsa_verify_hash.c",
        "pk/x25519/x25519_export.c",
        "pk/x25519/x25519_import.c",
        "pk/x25519/x25519_import_pkcs8.c",
        "pk/x25519/x25519_import_raw.c",
        "pk/x25519/x25519_import_x509.c",
        "pk/x25519/x25519_make_key.c",
        "pk/x25519/x25519_shared_secret.c",
        "prngs/chacha20.c",
        "prngs/fortuna.c",
        "prngs/rc4.c",
        "prngs/rng_get_bytes.c",
        "prngs/rng_make_prng.c",
        "prngs/sober128.c",
        "prngs/sprng.c",
        "prngs/yarrow.c",
        "stream/chacha/chacha_crypt.c",
        "stream/chacha/chacha_done.c",
        "stream/chacha/chacha_ivctr32.c",
        "stream/chacha/chacha_ivctr64.c",
        "stream/chacha/chacha_keystream.c",
        "stream/chacha/chacha_memory.c",
        "stream/chacha/chacha_setup.c",
        "stream/chacha/chacha_test.c",
        "stream/rabbit/rabbit.c",
        "stream/rabbit/rabbit_memory.c",
        "stream/rc4/rc4_stream.c",
        "stream/rc4/rc4_stream_memory.c",
        "stream/rc4/rc4_test.c",
        "stream/salsa20/salsa20_crypt.c",
        "stream/salsa20/salsa20_done.c",
        "stream/salsa20/salsa20_ivctr64.c",
        "stream/salsa20/salsa20_keystream.c",
        "stream/salsa20/salsa20_memory.c",
        "stream/salsa20/salsa20_setup.c",
        "stream/salsa20/salsa20_test.c",
        "stream/salsa20/xsalsa20_memory.c",
        "stream/salsa20/xsalsa20_setup.c",
        "stream/salsa20/xsalsa20_test.c",
        "stream/sober128/sober128_stream.c",
        "stream/sober128/sober128_stream_memory.c",
        "stream/sober128/sober128_test.c",
        "stream/sober128/sober128tab.c",
        "stream/sosemanuk/sosemanuk.c",
        "stream/sosemanuk/sosemanuk_memory.c",
        "stream/sosemanuk/sosemanuk_test.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "d3des",
      "module_type" : "ClangTarget",
      "name" : "d3des",
      "path" : "Sources/d3des",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "d3des.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Z",
      "module_type" : "ClangTarget",
      "name" : "Z",
      "path" : "Sources/Z",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "ZDummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RoyalVNCKitDemo",
      "module_type" : "SwiftTarget",
      "name" : "RoyalVNCKitDemo",
      "path" : "Sources/RoyalVNCKitDemo",
      "product_memberships" : [
        "RoyalVNCKitDemo"
      ],
      "sources" : [
        "ConnectionDelegate.swift",
        "PlatformUtils.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RoyalVNCKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RoyalVNCKitCDemo",
      "module_type" : "ClangTarget",
      "name" : "RoyalVNCKitCDemo",
      "path" : "Sources/RoyalVNCKitCDemo",
      "product_memberships" : [
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "main.c"
      ],
      "target_dependencies" : [
        "RoyalVNCKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RoyalVNCKitC",
      "module_type" : "ClangTarget",
      "name" : "RoyalVNCKitC",
      "path" : "Sources/RoyalVNCKitC",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "RoyalVNCKitC.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RoyalVNCKit",
      "module_type" : "SwiftTarget",
      "name" : "RoyalVNCKit",
      "path" : "Sources/RoyalVNCKit",
      "product_memberships" : [
        "RoyalVNCKit",
        "RoyalVNCKitDemo",
        "RoyalVNCKitCDemo"
      ],
      "sources" : [
        "Clipboard/VNCClipboard.Monitor.swift",
        "Clipboard/VNCClipboard.swift",
        "Clipboard/VNCClipboardMonitorDelegate.swift",
        "Compression/ZlibInflateStream.swift",
        "Compression/ZlibStream.swift",
        "Encryption/AES128ECBEncryption.swift",
        "Encryption/BigNum.swift",
        "Encryption/VNCDESEncryption.swift",
        "Extensions/AnyStream.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/BinaryInteger+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "Extensions/Character+Extensions.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/DataStream.swift",
        "Extensions/Endianness.swift",
        "Extensions/Error+Extensions.swift",
        "Extensions/Int16+Extensions.swift",
        "Extensions/Int32+Extensions.swift",
        "Extensions/Queue.swift",
        "Extensions/Task+Extensions.swift",
        "Extensions/UInt16+Extensions.swift",
        "Extensions/UInt32+Extensions.swift",
        "Framebuffer/VNCFramebuffer.ColorMap.swift",
        "Framebuffer/VNCFramebuffer.PixelUtils.swift",
        "Framebuffer/VNCFramebuffer.Properties.swift",
        "Framebuffer/VNCFramebuffer.swift",
        "Framebuffer/VNCFramebufferDelegate.swift",
        "Framebuffer/VNCPoint+CG.swift",
        "Framebuffer/VNCPoint.swift",
        "Framebuffer/VNCRegion+CG.swift",
        "Framebuffer/VNCRegion.swift",
        "Framebuffer/VNCSize+CG.swift",
        "Framebuffer/VNCSize.swift",
        "Input/MousePointerButton.swift",
        "Input/MousePosition.swift",
        "Input/X11KeySymbols.swift",
        "Keychain/CredentialsKeychain.swift",
        "Keychain/Keychain.swift",
        "Locks/Spinlock.swift",
        "Logging/VNCCustomLogger.swift",
        "Logging/VNCNSLogLogger.swift",
        "Logging/VNCOSLogLogger.swift",
        "Logging/VNCPrintLogger.swift",
        "Network/AddressInfo.swift",
        "Network/NWConnection+NetworkConnection.swift",
        "Network/NetworkConnection.swift",
        "Network/Socket.swift",
        "Network/SocketNetworkConnection.swift",
        "Network/Winsock.swift",
        "ObjC/NSObjectOrAnyObject.swift",
        "Protocol/ClientInit.swift",
        "Protocol/EncodingTypes.swift",
        "Protocol/Encodings/Encoding.swift",
        "Protocol/Encodings/Encodings.swift",
        "Protocol/Encodings/Frame/CoRREEncoding.swift",
        "Protocol/Encodings/Frame/CopyRectEncoding.swift",
        "Protocol/Encodings/Frame/HextileEncoding.swift",
        "Protocol/Encodings/Frame/RREEncoding.swift",
        "Protocol/Encodings/Frame/RawEncoding.swift",
        "Protocol/Encodings/Frame/ZRLEEncoding.swift",
        "Protocol/Encodings/Frame/ZRLEEncodingWIP.swift",
        "Protocol/Encodings/Frame/ZlibEncoding.swift",
        "Protocol/Encodings/FrameEncoding.swift",
        "Protocol/Encodings/Pseudo/CompressionLevelEncoding.swift",
        "Protocol/Encodings/Pseudo/ContinuousUpdatesEncoding.swift",
        "Protocol/Encodings/Pseudo/CursorEncoding.swift",
        "Protocol/Encodings/Pseudo/DesktopNameEncoding.swift",
        "Protocol/Encodings/Pseudo/DesktopSizeEncoding.swift",
        "Protocol/Encodings/Pseudo/ExtendedDesktopSizeEncoding.swift",
        "Protocol/Encodings/Pseudo/LastRectEncoding.swift",
        "Protocol/Encodings/PseudoEncoding.swift",
        "Protocol/Encodings/ReceivablePseudoEncoding.swift",
        "Protocol/Messages/ClientToServer/ClientCutText.swift",
        "Protocol/Messages/ClientToServer/EnableContinuousUpdates.swift",
        "Protocol/Messages/ClientToServer/FramebufferUpdateRequest.swift",
        "Protocol/Messages/ClientToServer/KeyEvent.swift",
        "Protocol/Messages/ClientToServer/PointerEvent.swift",
        "Protocol/Messages/ClientToServer/SetEncodings.swift",
        "Protocol/Messages/ClientToServer/SetPixelFormat.swift",
        "Protocol/Messages/Message.swift",
        "Protocol/Messages/ServerToClient/Bell.swift",
        "Protocol/Messages/ServerToClient/EndOfContinuousUpdates.swift",
        "Protocol/Messages/ServerToClient/FramebufferUpdate.swift",
        "Protocol/Messages/ServerToClient/ServerCutText.swift",
        "Protocol/Messages/ServerToClient/ServerToClientMessage.swift",
        "Protocol/Messages/ServerToClient/SetColourMapEntries.swift",
        "Protocol/NumberOfSecurityTypes.swift",
        "Protocol/PixelFormat.swift",
        "Protocol/ProtocolVersion.swift",
        "Protocol/Rectangle.swift",
        "Protocol/Screen.swift",
        "Protocol/SecurityResult.swift",
        "Protocol/SecurityTypes.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDAuthentication.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDAuthenticationImpl.swift",
        "Protocol/SecurityTypes/AppleRemoteDesktop/ARDDiffieHellmanKeyAgreement.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCBigNum.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonAuthenticationImpl.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonII.swift",
        "Protocol/SecurityTypes/UltraVNCMSLogonII/UltraVNCMSLogonIIDiffieHellmanKeyAgreement.swift",
        "Protocol/SecurityTypes/VNC/VNCAuthentication.swift",
        "Protocol/SecurityTypes/VNCSecurityType.swift",
        "Protocol/ServerInit.swift",
        "Protocol/VNCProtocol.swift",
        "SDK/CSDK/CUtils.swift",
        "SDK/CSDK/RVNC_AuthenticationRequest.swift",
        "SDK/CSDK/RVNC_AuthenticationType.swift",
        "SDK/CSDK/RVNC_Connection.swift",
        "SDK/CSDK/RVNC_ConnectionDelegate.swift",
        "SDK/CSDK/RVNC_ConnectionState.swift",
        "SDK/CSDK/RVNC_Cursor.swift",
        "SDK/CSDK/RVNC_Framebuffer.swift",
        "SDK/CSDK/RVNC_Logger.swift",
        "SDK/CSDK/RVNC_MouseButton.swift",
        "SDK/CSDK/RVNC_MouseWheel.swift",
        "SDK/CSDK/RVNC_Settings.swift",
        "SDK/CSDK/UnsafeMutableRawPointer+Extensions.swift",
        "SDK/Connection/ConnectionState.swift",
        "SDK/Connection/Settings+UserDefaults.swift",
        "SDK/Connection/Settings.swift",
        "SDK/Connection/State.swift",
        "SDK/Connection/VNCConnection+API.swift",
        "SDK/Connection/VNCConnection+ClipboardMonitor.swift",
        "SDK/Connection/VNCConnection+Delegate.swift",
        "SDK/Connection/VNCConnection+Framebuffer.swift",
        "SDK/Connection/VNCConnection+Handshake.swift",
        "SDK/Connection/VNCConnection+Queue.swift",
        "SDK/Connection/VNCConnection+Receive.swift",
        "SDK/Connection/VNCConnection+Send.swift",
        "SDK/Connection/VNCConnection.swift",
        "SDK/Connection/VNCConnectionDelegate.swift",
        "SDK/Cursor/VNCCursor.swift",
        "SDK/Cursor/macOS/VNCCursor+NSCursor.swift",
        "SDK/Error/AuthenticationError.swift",
        "SDK/Error/ConnectionError.swift",
        "SDK/Error/ProtocolError.swift",
        "SDK/Error/VNCError.swift",
        "SDK/Input/NSEvent.ModifierFlags+Right.swift",
        "SDK/Input/VNCKeyCode+ObjC.swift",
        "SDK/Input/VNCKeyCode+String.swift",
        "SDK/Input/VNCKeyCode.swift",
        "SDK/Input/macOS/CGKeyCodes.swift",
        "SDK/Input/macOS/KeyboardModifiers.swift",
        "SDK/Input/macOS/VNCKeyCode+CGKeyCode.swift",
        "SDK/Input/macOS/VNCKeyCodeMaps+Mac.swift",
        "SDK/Logging/VNCLogger.swift",
        "SDK/UI/DisplayLink/macOS/DisplayLink.swift",
        "SDK/UI/FramebufferView/VNCFramebufferView+Extensions.swift",
        "SDK/UI/FramebufferView/VNCFramebufferView.swift",
        "SDK/UI/FramebufferView/macOS/VNCCAFramebufferView.swift",
        "SDK/UI/ScrollView/macOS/VNCCenteringClipView.swift",
        "SDK/UI/ScrollView/macOS/VNCScrollView.swift",
        "SDK/VNCAccessibilityUtils.swift",
        "SDK/VNCAuthenticationType.swift",
        "SDK/VNCCredential.swift",
        "SDK/VNCEncodingType.swift",
        "SDK/VNCFrameEncodingType.swift",
        "SDK/VNCMouseButton.swift",
        "SDK/VNCPseudoEncodingType.swift",
        "SDK/VNCScreen.swift",
        "Sound/VNCSystemSound.swift"
      ],
      "target_dependencies" : [
        "RoyalVNCKitC",
        "d3des",
        "libtommath",
        "libtomcrypt",
        "Z"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 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...
In file included from /host/spi-builder-workspace/Sources/Z/ZDummy.c:1:
/host/spi-builder-workspace/Sources/Z/include/ZIncludes.h:1:10: fatal error: 'zlib.h' file not found
    1 | #include <zlib.h>
      |          ^~~~~~~~
1 error generated.
[0/677] Compiling Z ZDummy.c
[0/677] Compiling chacha20poly1305_test.c
[0/677] Compiling aes_desc.c
[0/677] Compiling aesni.c
[0/677] Compiling RoyalVNCKitC RoyalVNCKitC.c
[0/677] Compiling aes_tab.c
[0/677] Compiling d3des d3des.c
[0/677] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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...
[0/677] Write sources
[1/677] Compiling libtommath bn_s_mp_reverse.c
[2/677] Compiling libtommath bn_s_mp_sqr_fast.c
[3/677] Compiling libtommath bn_s_mp_toom_mul.c
[4/677] Compiling libtommath bn_s_mp_sqr.c
[5/677] Compiling libtommath bn_s_mp_sub.c
[6/677] Compiling libtommath bn_s_mp_rand_platform.c
[7/677] Compiling libtommath bn_s_mp_mul_high_digs_fast.c
[8/677] Compiling libtommath bn_s_mp_prime_is_divisible.c
[9/677] Compiling libtommath bn_s_mp_rand_jenkins.c
[10/677] Compiling libtommath bn_s_mp_mul_high_digs.c
[11/677] Compiling libtommath bn_s_mp_mul_digs.c
[12/677] Compiling libtommath bn_s_mp_mul_digs_fast.c
[13/677] Compiling libtommath bn_s_mp_karatsuba_mul.c
[14/677] Compiling libtommath bn_s_mp_karatsuba_sqr.c
[15/677] Compiling libtommath bn_s_mp_invmod_slow.c
[16/677] Compiling libtommath bn_s_mp_montgomery_reduce_fast.c
[17/677] Compiling libtommath bn_s_mp_invmod_fast.c
[18/677] Compiling libtommath bn_s_mp_get_bit.c
[18/677] Compiling libtommath bn_s_mp_toom_sqr.c
[19/677] Write swift-version-24593BA9C3E375BF.txt
[21/677] Compiling libtommath bn_s_mp_exptmod.c
[21/677] Compiling libtommath bn_s_mp_exptmod_fast.c
[23/677] Compiling libtommath bn_s_mp_balance_mul.c
[24/677] Compiling libtommath bn_s_mp_add.c
[25/677] Compiling libtommath bn_prime_tab.c
[25/677] Compiling libtommath bn_mp_zero.c
[27/677] Compiling libtommath bn_mp_to_sbin.c
[27/677] Compiling libtommath bn_mp_xor.c
[29/677] Compiling libtommath bn_mp_to_ubin.c
[30/677] Compiling libtommath bn_mp_ubin_size.c
[31/677] Compiling libtommath bn_mp_unpack.c
[32/677] Compiling libtommath bn_mp_to_radix.c
[33/677] Compiling libtommath bn_mp_submod.c
[34/677] Compiling libtommath bn_mp_sub_d.c
[35/677] Compiling libtommath bn_mp_sub.c
[35/677] Compiling libtommath bn_mp_sqrmod.c
[37/677] Compiling libtommath bn_mp_sqrt.c
[38/677] Compiling libtommath bn_mp_sqrtmod_prime.c
[38/677] Compiling libtommath bn_mp_sqr.c
[38/677] Compiling libtommath bn_mp_signed_rsh.c
[40/677] Compiling libtommath bn_mp_shrink.c
[42/677] Compiling libtommath bn_mp_set_ull.c
[43/677] Compiling libtommath bn_mp_set_ul.c
[44/677] Compiling libtommath bn_mp_set_u64.c
[45/677] Compiling libtommath bn_mp_set_u32.c
[46/677] Compiling libtommath bn_mp_set_ll.c
[46/677] Compiling libtommath bn_mp_set_l.c
[48/677] Compiling libtommath bn_mp_set_i64.c
[49/677] Compiling libtommath bn_mp_set.c
[50/677] Compiling libtommath bn_mp_set_double.c
[51/677] Compiling libtommath bn_mp_rshd.c
[51/677] Compiling libtommath bn_mp_set_i32.c
[53/677] Compiling libtommath bn_mp_sbin_size.c
[54/677] Compiling libtommath bn_mp_root_u32.c
[54/677] Compiling libtommath bn_mp_reduce_is_2k_l.c
[54/677] Compiling libtommath bn_mp_reduce_setup.c
[57/677] Compiling libtommath bn_mp_reduce_is_2k.c
[58/677] Compiling libtommath bn_mp_reduce_2k_setup.c
[59/677] Compiling libtommath bn_mp_reduce_2k.c
[59/677] Compiling libtommath bn_mp_reduce_2k_setup_l.c
[61/677] Compiling libtommath bn_mp_reduce_2k_l.c
[62/677] Compiling libtommath bn_mp_reduce.c
[63/677] Compiling libtommath bn_mp_radix_size.c
[64/677] Compiling libtommath bn_mp_radix_smap.c
[65/677] Compiling libtommath bn_mp_rand.c
[66/677] Compiling libtommath bn_mp_prime_strong_lucas_selfridge.c
[67/677] Compiling libtommath bn_mp_read_radix.c
[68/677] Compiling libtommath bn_mp_prime_miller_rabin.c
[68/677] Compiling libtommath bn_mp_prime_rand.c
[68/677] Compiling libtommath bn_mp_prime_next_prime.c
[71/677] Compiling libtommath bn_mp_prime_rabin_miller_trials.c
[72/677] Compiling libtommath bn_mp_prime_fermat.c
[73/677] Compiling libtommath bn_mp_prime_is_prime.c
[74/677] Compiling libtommath bn_mp_prime_frobenius_underwood.c
[75/677] Compiling libtommath bn_mp_pack.c
[76/677] Compiling libtommath bn_mp_or.c
[76/677] Compiling libtommath bn_mp_neg.c
[78/677] Compiling libtommath bn_mp_pack_count.c
[78/677] Compiling libtommath bn_mp_mul_d.c
[80/677] Compiling libtommath bn_mp_mulmod.c
[81/677] Compiling libtommath bn_mp_mul_2d.c
[81/677] Compiling libtommath bn_mp_mul_2.c
[83/677] Compiling libtommath bn_mp_mul.c
[84/677] Compiling libtommath bn_mp_montgomery_calc_normalization.c
[84/677] Compiling libtommath bn_mp_montgomery_setup.c
[86/677] Compiling libtommath bn_mp_montgomery_reduce.c
[87/677] Compiling libtommath bn_mp_mod_d.c
[88/677] Compiling libtommath bn_mp_mod_2d.c
[89/677] Compiling libtommath bn_mp_log_u32.c
[90/677] Compiling libtommath bn_mp_mod.c
[91/677] Compiling libtommath bn_mp_lcm.c
[92/677] Compiling libtommath bn_mp_isodd.c
[93/677] Compiling libtommath bn_mp_iseven.c
[93/677] Compiling libtommath bn_mp_lshd.c
[95/677] Compiling libtommath bn_mp_kronecker.c
[96/677] Compiling libtommath bn_mp_invmod.c
[97/677] Compiling libtommath bn_mp_init_ull.c
[98/677] Compiling libtommath bn_mp_init_ul.c
[99/677] Compiling libtommath bn_mp_is_square.c
[99/677] Compiling libtommath bn_mp_init_u64.c
[101/677] Compiling libtommath bn_mp_init_u32.c
[102/677] Compiling libtommath bn_mp_init_size.c
[103/677] Compiling libtommath bn_mp_init_set.c
[104/677] Compiling libtommath bn_mp_init_multi.c
[105/677] Compiling libtommath bn_mp_init_l.c
[106/677] Compiling libtommath bn_mp_init_i64.c
[106/677] Compiling libtommath bn_mp_init_copy.c
[108/677] Compiling libtommath bn_mp_init_ll.c
[109/677] Compiling libtommath bn_mp_init_i32.c
[110/677] Compiling libtommath bn_mp_init.c
[111/677] Compiling libtommath bn_mp_incr.c
[112/677] Compiling libtommath bn_mp_grow.c
[113/677] Compiling libtommath bn_mp_get_mag_ul.c
[114/677] Compiling libtommath bn_mp_get_mag_u64.c
[115/677] Compiling libtommath bn_mp_get_mag_ull.c
[116/677] Compiling libtommath bn_mp_get_mag_u32.c
[117/677] Compiling libtommath bn_mp_get_i64.c
[118/677] Compiling libtommath bn_mp_get_l.c
[119/677] Compiling libtommath bn_mp_get_i32.c
[120/677] Compiling libtommath bn_mp_get_ll.c
[121/677] Compiling libtommath bn_mp_get_double.c
[122/677] Compiling libtommath bn_mp_fread.c
[123/677] Compiling libtommath bn_mp_fwrite.c
[124/677] Compiling libtommath bn_mp_from_ubin.c
[125/677] Compiling libtommath bn_mp_from_sbin.c
[126/677] Compiling libtommath bn_mp_gcd.c
[127/677] Compiling libtommath bn_mp_exptmod.c
[128/677] Compiling libtommath bn_mp_expt_u32.c
[129/677] Compiling libtommath bn_mp_exteuclid.c
[130/677] Compiling libtommath bn_mp_exch.c
[131/677] Compiling libtommath bn_mp_error_to_string.c
[132/677] Compiling libtommath bn_mp_div_3.c
[132/677] Compiling libtommath bn_mp_dr_reduce.c
[133/677] Compiling libtommath bn_mp_dr_setup.c
[134/677] Compiling libtommath bn_mp_dr_is_modulus.c
[136/677] Compiling libtommath bn_mp_div_d.c
[136/677] Compiling libtommath bn_mp_div_2d.c
[138/677] Compiling libtommath bn_mp_div_2.c
[139/677] Compiling libtommath bn_mp_decr.c
[140/677] Compiling libtommath bn_mp_complement.c
[140/677] Compiling libtommath bn_mp_count_bits.c
[142/677] Compiling libtommath bn_mp_div.c
[143/677] Compiling libtommath bn_mp_copy.c
[143/677] Compiling libtommath bn_mp_cnt_lsb.c
[145/677] Compiling libtommath bn_mp_cmp_mag.c
[146/677] Compiling libtommath bn_mp_clear.c
[146/677] Compiling libtommath bn_mp_cmp_d.c
[148/677] Compiling libtommath bn_mp_clear_multi.c
[149/677] Compiling libtommath bn_mp_addmod.c
[150/677] Compiling libtommath bn_mp_and.c
[150/677] Compiling libtommath bn_mp_cmp.c
[150/677] Compiling libtommath bn_mp_clamp.c
[153/677] Compiling libtommath bn_mp_add_d.c
[154/677] Compiling libtommath bn_mp_add.c
[155/677] Compiling libtommath bn_mp_abs.c
[156/677] Compiling libtommath bignumshim.c
In file included from /host/spi-builder-workspace/Sources/libtomcrypt/stream/sosemanuk/sosemanuk_test.c:4:
In file included from /host/spi-builder-workspace/Sources/libtomcrypt/include/tomcrypt_private.h:7:
In file included from /host/spi-builder-workspace/Sources/libtomcrypt/include/tomcrypt.h:89:
In file included from /host/spi-builder-workspace/Sources/libtomcrypt/include/tomcrypt_argchk.h:13:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
    2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
      |  ^
1 error generated.
[157/677] Compiling libtommath bn_cutoffs.c
[158/677] Compiling sosemanuk_test.c
[158/677] Compiling libtommath bn_deprecated.c
[158/677] Compiling sober128tab.c
[158/677] Compiling libtommath bn_mp_2expt.c
[158/677] Compiling sober128_stream_memory.c
[158/677] Compiling sober128_test.c
[158/677] Compiling sosemanuk.c
[158/677] Compiling sosemanuk_memory.c
BUILD FAILURE 6.1 wasm