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 swift-sqlcipher, reference 1.5.0 (abad5a), with Swift 6.1 for Wasm on 31 May 2025 03:56:43 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/skiptools/swift-sqlcipher.git
Reference: 1.5.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/skiptools/swift-sqlcipher
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at abad5a4
Cloned https://github.com/skiptools/swift-sqlcipher.git
Revision (git rev-parse @):
abad5a4c3cb294585f34e36927b1832726f8183a
SUCCESS checkout https://github.com/skiptools/swift-sqlcipher.git at 1.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skiptools/swift-sqlcipher.git
https://github.com/skiptools/swift-sqlcipher.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-sqlcipher",
  "name" : "swift-sqlcipher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLiteDB",
      "targets" : [
        "SQLiteDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SQLCipher",
      "targets" : [
        "SQLCipher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLiteDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteDBTests",
      "path" : "Tests/SQLiteDBTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SQLiteDBTests/Resources/encrypted-3.x.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SQLiteDBTests/Resources/encrypted-4.x.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SQLiteDBTests/Resources/test.sqlite",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/BlobTests.swift",
        "Core/Connection+AttachTests.swift",
        "Core/Connection+PragmaTests.swift",
        "Core/ConnectionTests.swift",
        "Core/CoreFunctionsTests.swift",
        "Core/ResultTests.swift",
        "Core/StatementTests.swift",
        "Core/ValueTests.swift",
        "Extensions/CipherTests.swift",
        "Extensions/FTS4Tests.swift",
        "Extensions/FTS5Tests.swift",
        "Extensions/FTSIntegrationTests.swift",
        "Extensions/RTreeTests.swift",
        "Fixtures.swift",
        "FoundationTests.swift",
        "Schema/Connection+SchemaTests.swift",
        "Schema/SchemaChangerTests.swift",
        "Schema/SchemaDefinitionsTests.swift",
        "Schema/SchemaReaderTests.swift",
        "Schema/SchemaTests.swift",
        "TestHelpers.swift",
        "Typed/AggregateFunctionsTests.swift",
        "Typed/CustomAggregationTests.swift",
        "Typed/CustomFunctionsTests.swift",
        "Typed/DateAndTimeFunctionTests.swift",
        "Typed/ExpressionTests.swift",
        "Typed/OperatorsTests.swift",
        "Typed/QueryIntegrationTests.swift",
        "Typed/QueryTests.swift",
        "Typed/RowTests.swift",
        "Typed/SelectTests.swift",
        "Typed/SetterTests.swift",
        "Typed/WindowFunctionsTests.swift"
      ],
      "target_dependencies" : [
        "SQLiteDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteDB",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteDB",
      "path" : "Sources/SQLiteDB",
      "product_memberships" : [
        "SQLiteDB"
      ],
      "sources" : [
        "Core/Backup.swift",
        "Core/Blob.swift",
        "Core/Connection+Aggregation.swift",
        "Core/Connection+Attach.swift",
        "Core/Connection+Pragmas.swift",
        "Core/Connection.swift",
        "Core/Errors.swift",
        "Core/Result.swift",
        "Core/SQLiteFeature.swift",
        "Core/SQLiteVersion.swift",
        "Core/Statement.swift",
        "Core/URIQueryParameter.swift",
        "Core/Value.swift",
        "Extensions/Cipher.swift",
        "Extensions/FTS4.swift",
        "Extensions/FTS5.swift",
        "Extensions/RTree.swift",
        "Foundation.swift",
        "Helpers.swift",
        "Schema/Connection+Schema.swift",
        "Schema/SchemaChanger.swift",
        "Schema/SchemaDefinitions.swift",
        "Schema/SchemaReader.swift",
        "Typed/AggregateFunctions.swift",
        "Typed/Coding.swift",
        "Typed/Collation.swift",
        "Typed/CoreFunctions.swift",
        "Typed/CustomFunctions.swift",
        "Typed/DateAndTimeFunctions.swift",
        "Typed/Expression.swift",
        "Typed/Operators.swift",
        "Typed/Query+with.swift",
        "Typed/Query.swift",
        "Typed/Schema.swift",
        "Typed/Setter.swift",
        "Typed/WindowFunctions.swift"
      ],
      "target_dependencies" : [
        "SQLCipher"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SQLCipher",
      "module_type" : "ClangTarget",
      "name" : "SQLCipher",
      "path" : "Sources/SQLCipher",
      "product_memberships" : [
        "SQLiteDB",
        "SQLCipher"
      ],
      "sources" : [
        "libtomcrypt/ciphers/aes/aes.c",
        "libtomcrypt/ciphers/aes/aes_desc.c",
        "libtomcrypt/ciphers/aes/aes_tab.c",
        "libtomcrypt/ciphers/aes/aesni.c",
        "libtomcrypt/ciphers/anubis.c",
        "libtomcrypt/ciphers/blowfish.c",
        "libtomcrypt/ciphers/camellia.c",
        "libtomcrypt/ciphers/cast5.c",
        "libtomcrypt/ciphers/des.c",
        "libtomcrypt/ciphers/idea.c",
        "libtomcrypt/ciphers/kasumi.c",
        "libtomcrypt/ciphers/khazad.c",
        "libtomcrypt/ciphers/kseed.c",
        "libtomcrypt/ciphers/multi2.c",
        "libtomcrypt/ciphers/noekeon.c",
        "libtomcrypt/ciphers/rc2.c",
        "libtomcrypt/ciphers/rc5.c",
        "libtomcrypt/ciphers/rc6.c",
        "libtomcrypt/ciphers/safer/safer.c",
        "libtomcrypt/ciphers/safer/safer_tab.c",
        "libtomcrypt/ciphers/safer/saferp.c",
        "libtomcrypt/ciphers/serpent.c",
        "libtomcrypt/ciphers/skipjack.c",
        "libtomcrypt/ciphers/tea.c",
        "libtomcrypt/ciphers/twofish/twofish.c",
        "libtomcrypt/ciphers/twofish/twofish_tab.c",
        "libtomcrypt/ciphers/xtea.c",
        "libtomcrypt/encauth/ccm/ccm_add_aad.c",
        "libtomcrypt/encauth/ccm/ccm_add_nonce.c",
        "libtomcrypt/encauth/ccm/ccm_done.c",
        "libtomcrypt/encauth/ccm/ccm_init.c",
        "libtomcrypt/encauth/ccm/ccm_memory.c",
        "libtomcrypt/encauth/ccm/ccm_process.c",
        "libtomcrypt/encauth/ccm/ccm_reset.c",
        "libtomcrypt/encauth/ccm/ccm_test.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_add_aad.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_decrypt.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_done.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_encrypt.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_init.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_memory.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_setiv.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c",
        "libtomcrypt/encauth/chachapoly/chacha20poly1305_test.c",
        "libtomcrypt/encauth/eax/eax_addheader.c",
        "libtomcrypt/encauth/eax/eax_decrypt.c",
        "libtomcrypt/encauth/eax/eax_decrypt_verify_memory.c",
        "libtomcrypt/encauth/eax/eax_done.c",
        "libtomcrypt/encauth/eax/eax_encrypt.c",
        "libtomcrypt/encauth/eax/eax_encrypt_authenticate_memory.c",
        "libtomcrypt/encauth/eax/eax_init.c",
        "libtomcrypt/encauth/eax/eax_test.c",
        "libtomcrypt/encauth/gcm/gcm_add_aad.c",
        "libtomcrypt/encauth/gcm/gcm_add_iv.c",
        "libtomcrypt/encauth/gcm/gcm_done.c",
        "libtomcrypt/encauth/gcm/gcm_gf_mult.c",
        "libtomcrypt/encauth/gcm/gcm_init.c",
        "libtomcrypt/encauth/gcm/gcm_memory.c",
        "libtomcrypt/encauth/gcm/gcm_mult_h.c",
        "libtomcrypt/encauth/gcm/gcm_process.c",
        "libtomcrypt/encauth/gcm/gcm_reset.c",
        "libtomcrypt/encauth/gcm/gcm_test.c",
        "libtomcrypt/encauth/ocb/ocb_decrypt.c",
        "libtomcrypt/encauth/ocb/ocb_decrypt_verify_memory.c",
        "libtomcrypt/encauth/ocb/ocb_done_decrypt.c",
        "libtomcrypt/encauth/ocb/ocb_done_encrypt.c",
        "libtomcrypt/encauth/ocb/ocb_encrypt.c",
        "libtomcrypt/encauth/ocb/ocb_encrypt_authenticate_memory.c",
        "libtomcrypt/encauth/ocb/ocb_init.c",
        "libtomcrypt/encauth/ocb/ocb_ntz.c",
        "libtomcrypt/encauth/ocb/ocb_shift_xor.c",
        "libtomcrypt/encauth/ocb/ocb_test.c",
        "libtomcrypt/encauth/ocb/s_ocb_done.c",
        "libtomcrypt/encauth/ocb3/ocb3_add_aad.c",
        "libtomcrypt/encauth/ocb3/ocb3_decrypt.c",
        "libtomcrypt/encauth/ocb3/ocb3_decrypt_last.c",
        "libtomcrypt/encauth/ocb3/ocb3_decrypt_verify_memory.c",
        "libtomcrypt/encauth/ocb3/ocb3_done.c",
        "libtomcrypt/encauth/ocb3/ocb3_encrypt.c",
        "libtomcrypt/encauth/ocb3/ocb3_encrypt_authenticate_memory.c",
        "libtomcrypt/encauth/ocb3/ocb3_encrypt_last.c",
        "libtomcrypt/encauth/ocb3/ocb3_init.c",
        "libtomcrypt/encauth/ocb3/ocb3_int_ntz.c",
        "libtomcrypt/encauth/ocb3/ocb3_int_xor_blocks.c",
        "libtomcrypt/encauth/ocb3/ocb3_test.c",
        "libtomcrypt/hashes/blake2b.c",
        "libtomcrypt/hashes/blake2s.c",
        "libtomcrypt/hashes/chc/chc.c",
        "libtomcrypt/hashes/helper/hash_file.c",
        "libtomcrypt/hashes/helper/hash_filehandle.c",
        "libtomcrypt/hashes/helper/hash_memory.c",
        "libtomcrypt/hashes/helper/hash_memory_multi.c",
        "libtomcrypt/hashes/md2.c",
        "libtomcrypt/hashes/md4.c",
        "libtomcrypt/hashes/md5.c",
        "libtomcrypt/hashes/rmd128.c",
        "libtomcrypt/hashes/rmd160.c",
        "libtomcrypt/hashes/rmd256.c",
        "libtomcrypt/hashes/rmd320.c",
        "libtomcrypt/hashes/sha1.c",
        "libtomcrypt/hashes/sha2/sha224.c",
        "libtomcrypt/hashes/sha2/sha256.c",
        "libtomcrypt/hashes/sha2/sha384.c",
        "libtomcrypt/hashes/sha2/sha512.c",
        "libtomcrypt/hashes/sha2/sha512_224.c",
        "libtomcrypt/hashes/sha2/sha512_256.c",
        "libtomcrypt/hashes/sha3.c",
        "libtomcrypt/hashes/sha3_test.c",
        "libtomcrypt/hashes/tiger.c",
        "libtomcrypt/hashes/whirl/whirl.c",
        "libtomcrypt/hashes/whirl/whirltab.c",
        "libtomcrypt/mac/blake2/blake2bmac.c",
        "libtomcrypt/mac/blake2/blake2bmac_file.c",
        "libtomcrypt/mac/blake2/blake2bmac_memory.c",
        "libtomcrypt/mac/blake2/blake2bmac_memory_multi.c",
        "libtomcrypt/mac/blake2/blake2bmac_test.c",
        "libtomcrypt/mac/blake2/blake2smac.c",
        "libtomcrypt/mac/blake2/blake2smac_file.c",
        "libtomcrypt/mac/blake2/blake2smac_memory.c",
        "libtomcrypt/mac/blake2/blake2smac_memory_multi.c",
        "libtomcrypt/mac/blake2/blake2smac_test.c",
        "libtomcrypt/mac/f9/f9_done.c",
        "libtomcrypt/mac/f9/f9_file.c",
        "libtomcrypt/mac/f9/f9_init.c",
        "libtomcrypt/mac/f9/f9_memory.c",
        "libtomcrypt/mac/f9/f9_memory_multi.c",
        "libtomcrypt/mac/f9/f9_process.c",
        "libtomcrypt/mac/f9/f9_test.c",
        "libtomcrypt/mac/hmac/hmac_done.c",
        "libtomcrypt/mac/hmac/hmac_file.c",
        "libtomcrypt/mac/hmac/hmac_init.c",
        "libtomcrypt/mac/hmac/hmac_memory.c",
        "libtomcrypt/mac/hmac/hmac_memory_multi.c",
        "libtomcrypt/mac/hmac/hmac_process.c",
        "libtomcrypt/mac/hmac/hmac_test.c",
        "libtomcrypt/mac/omac/omac_done.c",
        "libtomcrypt/mac/omac/omac_file.c",
        "libtomcrypt/mac/omac/omac_init.c",
        "libtomcrypt/mac/omac/omac_memory.c",
        "libtomcrypt/mac/omac/omac_memory_multi.c",
        "libtomcrypt/mac/omac/omac_process.c",
        "libtomcrypt/mac/omac/omac_test.c",
        "libtomcrypt/mac/pelican/pelican.c",
        "libtomcrypt/mac/pelican/pelican_memory.c",
        "libtomcrypt/mac/pelican/pelican_test.c",
        "libtomcrypt/mac/pmac/pmac_done.c",
        "libtomcrypt/mac/pmac/pmac_file.c",
        "libtomcrypt/mac/pmac/pmac_init.c",
        "libtomcrypt/mac/pmac/pmac_memory.c",
        "libtomcrypt/mac/pmac/pmac_memory_multi.c",
        "libtomcrypt/mac/pmac/pmac_ntz.c",
        "libtomcrypt/mac/pmac/pmac_process.c",
        "libtomcrypt/mac/pmac/pmac_shift_xor.c",
        "libtomcrypt/mac/pmac/pmac_test.c",
        "libtomcrypt/mac/poly1305/poly1305.c",
        "libtomcrypt/mac/poly1305/poly1305_file.c",
        "libtomcrypt/mac/poly1305/poly1305_memory.c",
        "libtomcrypt/mac/poly1305/poly1305_memory_multi.c",
        "libtomcrypt/mac/poly1305/poly1305_test.c",
        "libtomcrypt/mac/xcbc/xcbc_done.c",
        "libtomcrypt/mac/xcbc/xcbc_file.c",
        "libtomcrypt/mac/xcbc/xcbc_init.c",
        "libtomcrypt/mac/xcbc/xcbc_memory.c",
        "libtomcrypt/mac/xcbc/xcbc_memory_multi.c",
        "libtomcrypt/mac/xcbc/xcbc_process.c",
        "libtomcrypt/mac/xcbc/xcbc_test.c",
        "libtomcrypt/math/fp/ltc_ecc_fp_mulmod.c",
        "libtomcrypt/math/gmp_desc.c",
        "libtomcrypt/math/ltm_desc.c",
        "libtomcrypt/math/multi.c",
        "libtomcrypt/math/radix_to_bin.c",
        "libtomcrypt/math/rand_bn.c",
        "libtomcrypt/math/rand_prime.c",
        "libtomcrypt/math/tfm_desc.c",
        "libtomcrypt/misc/adler32.c",
        "libtomcrypt/misc/base16/base16_decode.c",
        "libtomcrypt/misc/base16/base16_encode.c",
        "libtomcrypt/misc/base32/base32_decode.c",
        "libtomcrypt/misc/base32/base32_encode.c",
        "libtomcrypt/misc/base64/base64_decode.c",
        "libtomcrypt/misc/base64/base64_encode.c",
        "libtomcrypt/misc/bcrypt/bcrypt.c",
        "libtomcrypt/misc/burn_stack.c",
        "libtomcrypt/misc/compare_testvector.c",
        "libtomcrypt/misc/copy_or_zeromem.c",
        "libtomcrypt/misc/crc32.c",
        "libtomcrypt/misc/crypt/crypt.c",
        "libtomcrypt/misc/crypt/crypt_argchk.c",
        "libtomcrypt/misc/crypt/crypt_cipher_descriptor.c",
        "libtomcrypt/misc/crypt/crypt_cipher_is_valid.c",
        "libtomcrypt/misc/crypt/crypt_constants.c",
        "libtomcrypt/misc/crypt/crypt_find_cipher.c",
        "libtomcrypt/misc/crypt/crypt_find_cipher_any.c",
        "libtomcrypt/misc/crypt/crypt_find_cipher_id.c",
        "libtomcrypt/misc/crypt/crypt_find_hash.c",
        "libtomcrypt/misc/crypt/crypt_find_hash_any.c",
        "libtomcrypt/misc/crypt/crypt_find_hash_id.c",
        "libtomcrypt/misc/crypt/crypt_find_hash_oid.c",
        "libtomcrypt/misc/crypt/crypt_find_prng.c",
        "libtomcrypt/misc/crypt/crypt_fsa.c",
        "libtomcrypt/misc/crypt/crypt_hash_descriptor.c",
        "libtomcrypt/misc/crypt/crypt_hash_is_valid.c",
        "libtomcrypt/misc/crypt/crypt_inits.c",
        "libtomcrypt/misc/crypt/crypt_ltc_mp_descriptor.c",
        "libtomcrypt/misc/crypt/crypt_prng_descriptor.c",
        "libtomcrypt/misc/crypt/crypt_prng_is_valid.c",
        "libtomcrypt/misc/crypt/crypt_prng_rng_descriptor.c",
        "libtomcrypt/misc/crypt/crypt_register_all_ciphers.c",
        "libtomcrypt/misc/crypt/crypt_register_all_hashes.c",
        "libtomcrypt/misc/crypt/crypt_register_all_prngs.c",
        "libtomcrypt/misc/crypt/crypt_register_cipher.c",
        "libtomcrypt/misc/crypt/crypt_register_hash.c",
        "libtomcrypt/misc/crypt/crypt_register_prng.c",
        "libtomcrypt/misc/crypt/crypt_sizes.c",
        "libtomcrypt/misc/crypt/crypt_unregister_cipher.c",
        "libtomcrypt/misc/crypt/crypt_unregister_hash.c",
        "libtomcrypt/misc/crypt/crypt_unregister_prng.c",
        "libtomcrypt/misc/error_to_string.c",
        "libtomcrypt/misc/hkdf/hkdf.c",
        "libtomcrypt/misc/hkdf/hkdf_test.c",
        "libtomcrypt/misc/mem_neq.c",
        "libtomcrypt/misc/padding/padding_depad.c",
        "libtomcrypt/misc/padding/padding_pad.c",
        "libtomcrypt/misc/pbes/pbes.c",
        "libtomcrypt/misc/pbes/pbes1.c",
        "libtomcrypt/misc/pbes/pbes2.c",
        "libtomcrypt/misc/pkcs12/pkcs12_kdf.c",
        "libtomcrypt/misc/pkcs12/pkcs12_utf8_to_utf16.c",
        "libtomcrypt/misc/pkcs5/pkcs_5_1.c",
        "libtomcrypt/misc/pkcs5/pkcs_5_2.c",
        "libtomcrypt/misc/pkcs5/pkcs_5_test.c",
        "libtomcrypt/misc/ssh/ssh_decode_sequence_multi.c",
        "libtomcrypt/misc/ssh/ssh_encode_sequence_multi.c",
        "libtomcrypt/misc/zeromem.c",
        "libtomcrypt/modes/cbc/cbc_decrypt.c",
        "libtomcrypt/modes/cbc/cbc_done.c",
        "libtomcrypt/modes/cbc/cbc_encrypt.c",
        "libtomcrypt/modes/cbc/cbc_getiv.c",
        "libtomcrypt/modes/cbc/cbc_setiv.c",
        "libtomcrypt/modes/cbc/cbc_start.c",
        "libtomcrypt/modes/cfb/cfb_decrypt.c",
        "libtomcrypt/modes/cfb/cfb_done.c",
        "libtomcrypt/modes/cfb/cfb_encrypt.c",
        "libtomcrypt/modes/cfb/cfb_getiv.c",
        "libtomcrypt/modes/cfb/cfb_setiv.c",
        "libtomcrypt/modes/cfb/cfb_start.c",
        "libtomcrypt/modes/ctr/ctr_decrypt.c",
        "libtomcrypt/modes/ctr/ctr_done.c",
        "libtomcrypt/modes/ctr/ctr_encrypt.c",
        "libtomcrypt/modes/ctr/ctr_getiv.c",
        "libtomcrypt/modes/ctr/ctr_setiv.c",
        "libtomcrypt/modes/ctr/ctr_start.c",
        "libtomcrypt/modes/ctr/ctr_test.c",
        "libtomcrypt/modes/ecb/ecb_decrypt.c",
        "libtomcrypt/modes/ecb/ecb_done.c",
        "libtomcrypt/modes/ecb/ecb_encrypt.c",
        "libtomcrypt/modes/ecb/ecb_start.c",
        "libtomcrypt/modes/f8/f8_decrypt.c",
        "libtomcrypt/modes/f8/f8_done.c",
        "libtomcrypt/modes/f8/f8_encrypt.c",
        "libtomcrypt/modes/f8/f8_getiv.c",
        "libtomcrypt/modes/f8/f8_setiv.c",
        "libtomcrypt/modes/f8/f8_start.c",
        "libtomcrypt/modes/f8/f8_test_mode.c",
        "libtomcrypt/modes/lrw/lrw_decrypt.c",
        "libtomcrypt/modes/lrw/lrw_done.c",
        "libtomcrypt/modes/lrw/lrw_encrypt.c",
        "libtomcrypt/modes/lrw/lrw_getiv.c",
        "libtomcrypt/modes/lrw/lrw_process.c",
        "libtomcrypt/modes/lrw/lrw_setiv.c",
        "libtomcrypt/modes/lrw/lrw_start.c",
        "libtomcrypt/modes/lrw/lrw_test.c",
        "libtomcrypt/modes/ofb/ofb_decrypt.c",
        "libtomcrypt/modes/ofb/ofb_done.c",
        "libtomcrypt/modes/ofb/ofb_encrypt.c",
        "libtomcrypt/modes/ofb/ofb_getiv.c",
        "libtomcrypt/modes/ofb/ofb_setiv.c",
        "libtomcrypt/modes/ofb/ofb_start.c",
        "libtomcrypt/modes/xts/xts_decrypt.c",
        "libtomcrypt/modes/xts/xts_done.c",
        "libtomcrypt/modes/xts/xts_encrypt.c",
        "libtomcrypt/modes/xts/xts_init.c",
        "libtomcrypt/modes/xts/xts_mult_x.c",
        "libtomcrypt/modes/xts/xts_test.c",
        "libtomcrypt/pk/asn1/der/bit/der_decode_bit_string.c",
        "libtomcrypt/pk/asn1/der/bit/der_decode_raw_bit_string.c",
        "libtomcrypt/pk/asn1/der/bit/der_encode_bit_string.c",
        "libtomcrypt/pk/asn1/der/bit/der_encode_raw_bit_string.c",
        "libtomcrypt/pk/asn1/der/bit/der_length_bit_string.c",
        "libtomcrypt/pk/asn1/der/boolean/der_decode_boolean.c",
        "libtomcrypt/pk/asn1/der/boolean/der_encode_boolean.c",
        "libtomcrypt/pk/asn1/der/boolean/der_length_boolean.c",
        "libtomcrypt/pk/asn1/der/choice/der_decode_choice.c",
        "libtomcrypt/pk/asn1/der/custom_type/der_decode_custom_type.c",
        "libtomcrypt/pk/asn1/der/custom_type/der_encode_custom_type.c",
        "libtomcrypt/pk/asn1/der/custom_type/der_length_custom_type.c",
        "libtomcrypt/pk/asn1/der/general/der_asn1_maps.c",
        "libtomcrypt/pk/asn1/der/general/der_decode_asn1_identifier.c",
        "libtomcrypt/pk/asn1/der/general/der_decode_asn1_length.c",
        "libtomcrypt/pk/asn1/der/general/der_encode_asn1_identifier.c",
        "libtomcrypt/pk/asn1/der/general/der_encode_asn1_length.c",
        "libtomcrypt/pk/asn1/der/general/der_length_asn1_identifier.c",
        "libtomcrypt/pk/asn1/der/general/der_length_asn1_length.c",
        "libtomcrypt/pk/asn1/der/generalizedtime/der_decode_generalizedtime.c",
        "libtomcrypt/pk/asn1/der/generalizedtime/der_encode_generalizedtime.c",
        "libtomcrypt/pk/asn1/der/generalizedtime/der_length_generalizedtime.c",
        "libtomcrypt/pk/asn1/der/ia5/der_decode_ia5_string.c",
        "libtomcrypt/pk/asn1/der/ia5/der_encode_ia5_string.c",
        "libtomcrypt/pk/asn1/der/ia5/der_length_ia5_string.c",
        "libtomcrypt/pk/asn1/der/integer/der_decode_integer.c",
        "libtomcrypt/pk/asn1/der/integer/der_encode_integer.c",
        "libtomcrypt/pk/asn1/der/integer/der_length_integer.c",
        "libtomcrypt/pk/asn1/der/object_identifier/der_decode_object_identifier.c",
        "libtomcrypt/pk/asn1/der/object_identifier/der_encode_object_identifier.c",
        "libtomcrypt/pk/asn1/der/object_identifier/der_length_object_identifier.c",
        "libtomcrypt/pk/asn1/der/octet/der_decode_octet_string.c",
        "libtomcrypt/pk/asn1/der/octet/der_encode_octet_string.c",
        "libtomcrypt/pk/asn1/der/octet/der_length_octet_string.c",
        "libtomcrypt/pk/asn1/der/printable_string/der_decode_printable_string.c",
        "libtomcrypt/pk/asn1/der/printable_string/der_encode_printable_string.c",
        "libtomcrypt/pk/asn1/der/printable_string/der_length_printable_string.c",
        "libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_ex.c",
        "libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_flexi.c",
        "libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c",
        "libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_ex.c",
        "libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_multi.c",
        "libtomcrypt/pk/asn1/der/sequence/der_length_sequence.c",
        "libtomcrypt/pk/asn1/der/sequence/der_sequence_free.c",
        "libtomcrypt/pk/asn1/der/sequence/der_sequence_shrink.c",
        "libtomcrypt/pk/asn1/der/set/der_encode_set.c",
        "libtomcrypt/pk/asn1/der/set/der_encode_setof.c",
        "libtomcrypt/pk/asn1/der/short_integer/der_decode_short_integer.c",
        "libtomcrypt/pk/asn1/der/short_integer/der_encode_short_integer.c",
        "libtomcrypt/pk/asn1/der/short_integer/der_length_short_integer.c",
        "libtomcrypt/pk/asn1/der/teletex_string/der_decode_teletex_string.c",
        "libtomcrypt/pk/asn1/der/teletex_string/der_length_teletex_string.c",
        "libtomcrypt/pk/asn1/der/utctime/der_decode_utctime.c",
        "libtomcrypt/pk/asn1/der/utctime/der_encode_utctime.c",
        "libtomcrypt/pk/asn1/der/utctime/der_length_utctime.c",
        "libtomcrypt/pk/asn1/der/utf8/der_decode_utf8_string.c",
        "libtomcrypt/pk/asn1/der/utf8/der_encode_utf8_string.c",
        "libtomcrypt/pk/asn1/der/utf8/der_length_utf8_string.c",
        "libtomcrypt/pk/asn1/oid/pk_get_oid.c",
        "libtomcrypt/pk/asn1/oid/pk_oid_cmp.c",
        "libtomcrypt/pk/asn1/oid/pk_oid_str.c",
        "libtomcrypt/pk/asn1/pkcs8/pkcs8_decode_flexi.c",
        "libtomcrypt/pk/asn1/x509/x509_decode_public_key_from_certificate.c",
        "libtomcrypt/pk/asn1/x509/x509_decode_subject_public_key_info.c",
        "libtomcrypt/pk/asn1/x509/x509_encode_subject_public_key_info.c",
        "libtomcrypt/pk/dh/dh.c",
        "libtomcrypt/pk/dh/dh_check_pubkey.c",
        "libtomcrypt/pk/dh/dh_export.c",
        "libtomcrypt/pk/dh/dh_export_key.c",
        "libtomcrypt/pk/dh/dh_free.c",
        "libtomcrypt/pk/dh/dh_generate_key.c",
        "libtomcrypt/pk/dh/dh_import.c",
        "libtomcrypt/pk/dh/dh_set.c",
        "libtomcrypt/pk/dh/dh_set_pg_dhparam.c",
        "libtomcrypt/pk/dh/dh_shared_secret.c",
        "libtomcrypt/pk/dsa/dsa_decrypt_key.c",
        "libtomcrypt/pk/dsa/dsa_encrypt_key.c",
        "libtomcrypt/pk/dsa/dsa_export.c",
        "libtomcrypt/pk/dsa/dsa_free.c",
        "libtomcrypt/pk/dsa/dsa_generate_key.c",
        "libtomcrypt/pk/dsa/dsa_generate_pqg.c",
        "libtomcrypt/pk/dsa/dsa_import.c",
        "libtomcrypt/pk/dsa/dsa_make_key.c",
        "libtomcrypt/pk/dsa/dsa_set.c",
        "libtomcrypt/pk/dsa/dsa_set_pqg_dsaparam.c",
        "libtomcrypt/pk/dsa/dsa_shared_secret.c",
        "libtomcrypt/pk/dsa/dsa_sign_hash.c",
        "libtomcrypt/pk/dsa/dsa_verify_hash.c",
        "libtomcrypt/pk/dsa/dsa_verify_key.c",
        "libtomcrypt/pk/ec25519/ec25519_crypto_ctx.c",
        "libtomcrypt/pk/ec25519/ec25519_export.c",
        "libtomcrypt/pk/ec25519/ec25519_import_pkcs8.c",
        "libtomcrypt/pk/ec25519/tweetnacl.c",
        "libtomcrypt/pk/ecc/ecc.c",
        "libtomcrypt/pk/ecc/ecc_ansi_x963_export.c",
        "libtomcrypt/pk/ecc/ecc_ansi_x963_import.c",
        "libtomcrypt/pk/ecc/ecc_decrypt_key.c",
        "libtomcrypt/pk/ecc/ecc_encrypt_key.c",
        "libtomcrypt/pk/ecc/ecc_export.c",
        "libtomcrypt/pk/ecc/ecc_export_openssl.c",
        "libtomcrypt/pk/ecc/ecc_find_curve.c",
        "libtomcrypt/pk/ecc/ecc_free.c",
        "libtomcrypt/pk/ecc/ecc_get_key.c",
        "libtomcrypt/pk/ecc/ecc_get_oid_str.c",
        "libtomcrypt/pk/ecc/ecc_get_size.c",
        "libtomcrypt/pk/ecc/ecc_import.c",
        "libtomcrypt/pk/ecc/ecc_import_openssl.c",
        "libtomcrypt/pk/ecc/ecc_import_pkcs8.c",
        "libtomcrypt/pk/ecc/ecc_import_x509.c",
        "libtomcrypt/pk/ecc/ecc_make_key.c",
        "libtomcrypt/pk/ecc/ecc_recover_key.c",
        "libtomcrypt/pk/ecc/ecc_set_curve.c",
        "libtomcrypt/pk/ecc/ecc_set_curve_internal.c",
        "libtomcrypt/pk/ecc/ecc_set_key.c",
        "libtomcrypt/pk/ecc/ecc_shared_secret.c",
        "libtomcrypt/pk/ecc/ecc_sign_hash.c",
        "libtomcrypt/pk/ecc/ecc_sizes.c",
        "libtomcrypt/pk/ecc/ecc_ssh_ecdsa_encode_name.c",
        "libtomcrypt/pk/ecc/ecc_verify_hash.c",
        "libtomcrypt/pk/ecc/ltc_ecc_export_point.c",
        "libtomcrypt/pk/ecc/ltc_ecc_import_point.c",
        "libtomcrypt/pk/ecc/ltc_ecc_is_point.c",
        "libtomcrypt/pk/ecc/ltc_ecc_is_point_at_infinity.c",
        "libtomcrypt/pk/ecc/ltc_ecc_map.c",
        "libtomcrypt/pk/ecc/ltc_ecc_mul2add.c",
        "libtomcrypt/pk/ecc/ltc_ecc_mulmod.c",
        "libtomcrypt/pk/ecc/ltc_ecc_mulmod_timing.c",
        "libtomcrypt/pk/ecc/ltc_ecc_points.c",
        "libtomcrypt/pk/ecc/ltc_ecc_projective_add_point.c",
        "libtomcrypt/pk/ecc/ltc_ecc_projective_dbl_point.c",
        "libtomcrypt/pk/ecc/ltc_ecc_verify_key.c",
        "libtomcrypt/pk/ed25519/ed25519_export.c",
        "libtomcrypt/pk/ed25519/ed25519_import.c",
        "libtomcrypt/pk/ed25519/ed25519_import_pkcs8.c",
        "libtomcrypt/pk/ed25519/ed25519_import_raw.c",
        "libtomcrypt/pk/ed25519/ed25519_import_x509.c",
        "libtomcrypt/pk/ed25519/ed25519_make_key.c",
        "libtomcrypt/pk/ed25519/ed25519_sign.c",
        "libtomcrypt/pk/ed25519/ed25519_verify.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_i2osp.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_os2ip.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_v1_5_decode.c",
        "libtomcrypt/pk/pkcs1/pkcs_1_v1_5_encode.c",
        "libtomcrypt/pk/rsa/rsa_decrypt_key.c",
        "libtomcrypt/pk/rsa/rsa_encrypt_key.c",
        "libtomcrypt/pk/rsa/rsa_export.c",
        "libtomcrypt/pk/rsa/rsa_exptmod.c",
        "libtomcrypt/pk/rsa/rsa_get_size.c",
        "libtomcrypt/pk/rsa/rsa_import.c",
        "libtomcrypt/pk/rsa/rsa_import_pkcs8.c",
        "libtomcrypt/pk/rsa/rsa_import_x509.c",
        "libtomcrypt/pk/rsa/rsa_key.c",
        "libtomcrypt/pk/rsa/rsa_make_key.c",
        "libtomcrypt/pk/rsa/rsa_set.c",
        "libtomcrypt/pk/rsa/rsa_sign_hash.c",
        "libtomcrypt/pk/rsa/rsa_sign_saltlen_get.c",
        "libtomcrypt/pk/rsa/rsa_verify_hash.c",
        "libtomcrypt/pk/x25519/x25519_export.c",
        "libtomcrypt/pk/x25519/x25519_import.c",
        "libtomcrypt/pk/x25519/x25519_import_pkcs8.c",
        "libtomcrypt/pk/x25519/x25519_import_raw.c",
        "libtomcrypt/pk/x25519/x25519_import_x509.c",
        "libtomcrypt/pk/x25519/x25519_make_key.c",
        "libtomcrypt/pk/x25519/x25519_shared_secret.c",
        "libtomcrypt/prngs/chacha20.c",
        "libtomcrypt/prngs/fortuna.c",
        "libtomcrypt/prngs/rc4.c",
        "libtomcrypt/prngs/rng_get_bytes.c",
        "libtomcrypt/prngs/rng_make_prng.c",
        "libtomcrypt/prngs/sober128.c",
        "libtomcrypt/prngs/sprng.c",
        "libtomcrypt/prngs/yarrow.c",
        "libtomcrypt/stream/chacha/chacha_crypt.c",
        "libtomcrypt/stream/chacha/chacha_done.c",
        "libtomcrypt/stream/chacha/chacha_ivctr32.c",
        "libtomcrypt/stream/chacha/chacha_ivctr64.c",
        "libtomcrypt/stream/chacha/chacha_keystream.c",
        "libtomcrypt/stream/chacha/chacha_memory.c",
        "libtomcrypt/stream/chacha/chacha_setup.c",
        "libtomcrypt/stream/chacha/chacha_test.c",
        "libtomcrypt/stream/rabbit/rabbit.c",
        "libtomcrypt/stream/rabbit/rabbit_memory.c",
        "libtomcrypt/stream/rc4/rc4_stream.c",
        "libtomcrypt/stream/rc4/rc4_stream_memory.c",
        "libtomcrypt/stream/rc4/rc4_test.c",
        "libtomcrypt/stream/salsa20/salsa20_crypt.c",
        "libtomcrypt/stream/salsa20/salsa20_done.c",
        "libtomcrypt/stream/salsa20/salsa20_ivctr64.c",
        "libtomcrypt/stream/salsa20/salsa20_keystream.c",
        "libtomcrypt/stream/salsa20/salsa20_memory.c",
        "libtomcrypt/stream/salsa20/salsa20_setup.c",
        "libtomcrypt/stream/salsa20/salsa20_test.c",
        "libtomcrypt/stream/salsa20/xsalsa20_memory.c",
        "libtomcrypt/stream/salsa20/xsalsa20_setup.c",
        "libtomcrypt/stream/salsa20/xsalsa20_test.c",
        "libtomcrypt/stream/sober128/sober128_stream.c",
        "libtomcrypt/stream/sober128/sober128_stream_memory.c",
        "libtomcrypt/stream/sober128/sober128_test.c",
        "libtomcrypt/stream/sober128/sober128tab.c",
        "libtomcrypt/stream/sosemanuk/sosemanuk.c",
        "libtomcrypt/stream/sosemanuk/sosemanuk_memory.c",
        "libtomcrypt/stream/sosemanuk/sosemanuk_test.c",
        "sqlite/sqlite3.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SQLiteDB/PrivacyInfo.xcprivacy
Building for debugging...
[0/494] Write sources
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/ciphers/anubis.c:10:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt_private.h:4:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt.h:89:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt_argchk.h:10:
/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.
[1/494] Compiling anubis.c
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/ciphers/camellia.c:9:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt_private.h:4:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt.h:89:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt_argchk.h:10:
/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.
[1/494] Compiling camellia.c
[1/494] Compiling cast5.c
[1/494] Compiling aesni.c
[1/494] Compiling sosemanuk_test.c
[1/494] Compiling sqlite3.c
[1/494] Compiling blowfish.c
[1/494] Write swift-version-24593BA9C3E375BF.txt
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SQLiteDB/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/493] Compiling sober128tab.c
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/stream/sosemanuk/sosemanuk_memory.c:4:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt_private.h:4:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt.h:89:
In file included from /host/spi-builder-workspace/Sources/SQLCipher/libtomcrypt/headers/tomcrypt_argchk.h:10:
/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.
[1/493] Compiling sosemanuk_memory.c
[1/493] Compiling sober128_stream.c
[1/493] Compiling sober128_test.c
/host/spi-builder-workspace/Sources/SQLCipher/sqlite/sqlite3.c:29824:10: fatal error: 'pthread.h' file not found
 29824 | #include <pthread.h>
       |          ^~~~~~~~~~~
[1/493] Compiling sqlite3.c
[1/493] Compiling sober128_stream_memory.c
[1/493] Compiling sosemanuk.c
[1/493] Compiling sosemanuk_test.c
[1/493] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm