The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-sqlcipher, reference main (c58147), with Swift 5.9 for Linux on 29 Apr 2025 19:19:37 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skiptools/swift-sqlcipher.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/skiptools/swift-sqlcipher
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c581471 Update README and example
Cloned https://github.com/skiptools/swift-sqlcipher.git
Revision (git rev-parse @):
c581471a11788caeb17cd16cf2bac67dfa488070
SUCCESS checkout https://github.com/skiptools/swift-sqlcipher.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/skiptools/swift-sqlcipher.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-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/492] Compiling aes_tab.c
[1/492] Compiling safer_tab.c
[2/492] Compiling der_encode_boolean.c
[3/492] Compiling blowfish.c
[4/492] Compiling anubis.c
[5/492] Compiling aesni.c
[6/492] Compiling sosemanuk_test.c
[7/492] Compiling sober128tab.c
[8/492] Compiling sosemanuk_memory.c
[9/492] Compiling xsalsa20_test.c
[10/492] Compiling xsalsa20_setup.c
[11/492] Compiling sober128_stream.c
[12/492] Compiling sober128_test.c
[12/492] Compiling sosemanuk.c
[14/492] Compiling xsalsa20_memory.c
[15/492] Compiling sober128_stream_memory.c
[16/492] Compiling salsa20_test.c
[17/492] Compiling salsa20_done.c
[18/492] Compiling salsa20_setup.c
[19/492] Compiling salsa20_memory.c
[20/492] Compiling salsa20_crypt.c
[21/492] Compiling salsa20_ivctr64.c
[22/492] Compiling salsa20_keystream.c
[23/492] Compiling rc4_test.c
[24/492] Compiling rc4_stream_memory.c
[25/492] Compiling saferp.c
[26/492] Compiling rabbit_memory.c
[27/492] Compiling rc4_stream.c
[28/492] Compiling chacha_test.c
[29/492] Compiling rabbit.c
[30/492] Compiling chacha_keystream.c
[31/492] Compiling chacha_ivctr32.c
[32/492] Compiling chacha_setup.c
[33/492] Compiling chacha_memory.c
[33/492] Compiling chacha_crypt.c
[35/492] Compiling yarrow.c
[36/492] Compiling chacha_ivctr64.c
[36/492] Compiling chacha_done.c
[38/492] Compiling sprng.c
[39/492] Compiling sober128.c
[40/492] Compiling rng_get_bytes.c
[41/492] Compiling fortuna.c
[42/492] Compiling rng_make_prng.c
[43/492] Compiling chacha20.c
[44/492] Compiling rc4.c
[45/492] Compiling x25519_make_key.c
[46/492] Compiling x25519_import_x509.c
[47/492] Compiling x25519_shared_secret.c
[48/492] Compiling x25519_import_raw.c
[49/492] Compiling x25519_import.c
[50/492] Compiling x25519_import_pkcs8.c
[51/492] Compiling x25519_export.c
[52/492] Compiling rsa_verify_hash.c
[52/492] Compiling rsa_sign_saltlen_get.c
[54/492] Compiling rsa_sign_hash.c
[55/492] Compiling rsa_key.c
[56/492] Compiling rsa_set.c
[57/492] Compiling rsa_make_key.c
[58/492] Compiling rsa_import.c
[59/492] Compiling rsa_exptmod.c
[60/492] Compiling rsa_import_x509.c
[61/492] Compiling rsa_export.c
[62/492] Compiling rsa_import_pkcs8.c
[63/492] Compiling rsa_get_size.c
[64/492] Compiling pkcs_1_v1_5_decode.c
[65/492] Compiling rsa_encrypt_key.c
[66/492] Compiling pkcs_1_v1_5_encode.c
[67/492] Compiling rsa_decrypt_key.c
[68/492] Compiling pkcs_1_pss_encode.c
[69/492] Compiling pkcs_1_pss_decode.c
[70/492] Compiling pkcs_1_oaep_encode.c
[71/492] Compiling pkcs_1_os2ip.c
[72/492] Compiling pkcs_1_mgf1.c
[73/492] Compiling pkcs_1_oaep_decode.c
[74/492] Compiling pkcs_1_i2osp.c
[75/492] Compiling ed25519_make_key.c
[76/492] Compiling ed25519_sign.c
[77/492] Compiling ed25519_verify.c
[78/492] Compiling ed25519_import_x509.c
[79/492] Compiling ed25519_import_raw.c
[79/492] Compiling ed25519_import_pkcs8.c
[81/492] Compiling ed25519_import.c
[82/492] Compiling ed25519_export.c
[83/492] Compiling ltc_ecc_projective_dbl_point.c
[84/492] Compiling ltc_ecc_verify_key.c
[85/492] Compiling ltc_ecc_points.c
[86/492] Compiling ltc_ecc_mulmod.c
[87/492] Compiling ltc_ecc_projective_add_point.c
[88/492] Compiling ltc_ecc_mulmod_timing.c
[89/492] Compiling ltc_ecc_map.c
[90/492] Compiling ltc_ecc_import_point.c
[91/492] Compiling ltc_ecc_mul2add.c
[92/492] Compiling ltc_ecc_is_point.c
[93/492] Compiling ltc_ecc_export_point.c
[94/492] Compiling ltc_ecc_is_point_at_infinity.c
[95/492] Compiling ecc_ssh_ecdsa_encode_name.c
[96/492] Compiling ecc_verify_hash.c
[97/492] Compiling ecc_sizes.c
[98/492] Compiling ecc_sign_hash.c
[99/492] Compiling ecc_set_key.c
[100/492] Compiling ecc_shared_secret.c
[101/492] Compiling ecc_set_curve.c
[102/492] Compiling ecc_recover_key.c
[103/492] Compiling ecc_set_curve_internal.c
[104/492] Compiling ecc_make_key.c
[105/492] Compiling ecc_get_size.c
[106/492] Compiling ecc_import_openssl.c
[107/492] Compiling ecc_import.c
[108/492] Compiling ecc_import_x509.c
[109/492] Compiling ecc_import_pkcs8.c
[110/492] Compiling ecc_get_oid_str.c
[111/492] Compiling ecc_get_key.c
[112/492] Compiling ecc_ansi_x963_import.c
[113/492] Compiling ecc_free.c
[114/492] Compiling ecc_export.c
[115/492] Compiling ecc_encrypt_key.c
[116/492] Compiling ecc_find_curve.c
[117/492] Compiling ecc_decrypt_key.c
[118/492] Compiling ecc_ansi_x963_export.c
[119/492] Compiling ecc_export_openssl.c
[120/492] Compiling ec25519_crypto_ctx.c
[121/492] Compiling ec25519_import_pkcs8.c
[122/492] Compiling ecc.c
[123/492] Compiling dsa_verify_hash.c
[124/492] Compiling dsa_verify_key.c
[125/492] Compiling ec25519_export.c
[126/492] Compiling tweetnacl.c
[127/492] Compiling dsa_sign_hash.c
[128/492] Compiling dsa_set_pqg_dsaparam.c
[129/492] Compiling dsa_make_key.c
[130/492] Compiling dsa_set.c
[131/492] Compiling dsa_shared_secret.c
[131/492] Compiling dsa_import.c
[133/492] Compiling dsa_export.c
[134/492] Compiling dsa_generate_key.c
[135/492] Compiling dsa_encrypt_key.c
[136/492] Compiling dsa_free.c
[137/492] Compiling dsa_generate_pqg.c
[138/492] Compiling dsa_decrypt_key.c
[139/492] Compiling dh_shared_secret.c
[140/492] Compiling dh_set_pg_dhparam.c
[141/492] Compiling dh_set.c
[142/492] Compiling dh_import.c
[143/492] Compiling dh_generate_key.c
[144/492] Compiling dh_export.c
[145/492] Compiling dh_export_key.c
[145/492] Compiling dh_free.c
[147/492] Compiling dh.c
[148/492] Compiling dh_check_pubkey.c
[149/492] Compiling x509_encode_subject_public_key_info.c
[150/492] Compiling x509_decode_subject_public_key_info.c
[150/492] Compiling x509_decode_public_key_from_certificate.c
[152/492] Compiling pk_oid_str.c
[153/492] Compiling pkcs8_decode_flexi.c
[154/492] Compiling pk_get_oid.c
[155/492] Compiling pk_oid_cmp.c
[156/492] Compiling der_encode_utf8_string.c
[157/492] Compiling der_length_utf8_string.c
[158/492] Compiling der_decode_utctime.c
[159/492] Compiling der_decode_utf8_string.c
[160/492] Compiling der_length_utctime.c
[161/492] Compiling der_encode_utctime.c
[162/492] Compiling der_length_teletex_string.c
[163/492] Compiling der_decode_short_integer.c
[164/492] Compiling der_decode_teletex_string.c
[165/492] Compiling der_encode_short_integer.c
[165/492] Compiling der_sequence_shrink.c
[167/492] Compiling der_length_short_integer.c
[168/492] Compiling der_encode_set.c
[169/492] Compiling der_encode_setof.c
[170/492] Compiling der_encode_sequence_multi.c
[171/492] Compiling der_sequence_free.c
[172/492] Compiling der_encode_sequence_ex.c
[173/492] Compiling der_length_sequence.c
[174/492] Compiling der_decode_sequence_multi.c
[175/492] Compiling der_length_printable_string.c
[176/492] Compiling der_decode_sequence_flexi.c
[176/492] Compiling der_encode_printable_string.c
[178/492] Compiling der_decode_sequence_ex.c
[179/492] Compiling der_decode_printable_string.c
[180/492] Compiling der_length_octet_string.c
[181/492] Compiling der_decode_octet_string.c
[182/492] Compiling der_encode_object_identifier.c
[183/492] Compiling der_length_object_identifier.c
[184/492] Compiling der_encode_octet_string.c
[185/492] Compiling der_decode_integer.c
[186/492] Compiling der_length_integer.c
[187/492] Compiling der_decode_object_identifier.c
[188/492] Compiling der_encode_integer.c
[189/492] Compiling der_decode_ia5_string.c
[190/492] Compiling der_encode_ia5_string.c
[191/492] Compiling der_decode_generalizedtime.c
[192/492] Compiling der_length_ia5_string.c
[193/492] Compiling der_encode_generalizedtime.c
[194/492] Compiling der_length_generalizedtime.c
[195/492] Compiling der_length_asn1_length.c
[196/492] Compiling der_decode_asn1_length.c
[197/492] Compiling der_encode_asn1_identifier.c
[198/492] Compiling der_encode_asn1_length.c
[199/492] Compiling der_decode_asn1_identifier.c
[200/492] Compiling der_length_asn1_identifier.c
[201/492] Compiling der_asn1_maps.c
[202/492] Compiling der_length_custom_type.c
[203/492] Compiling der_encode_custom_type.c
[204/492] Compiling der_decode_custom_type.c
[205/492] Compiling der_decode_choice.c
[206/492] Compiling der_length_bit_string.c
[207/492] Compiling der_length_boolean.c
[208/492] Compiling der_decode_boolean.c
[209/492] Compiling der_encode_raw_bit_string.c
[210/492] Compiling der_decode_raw_bit_string.c
[211/492] Compiling der_encode_bit_string.c
[212/492] Compiling der_decode_bit_string.c
[213/492] Compiling xts_test.c
[214/492] Compiling xts_init.c
[215/492] Compiling xts_encrypt.c
[216/492] Compiling xts_done.c
[217/492] Compiling ofb_start.c
[218/492] Compiling xts_mult_x.c
[219/492] Compiling ofb_setiv.c
[220/492] Compiling xts_decrypt.c
[221/492] Compiling ofb_getiv.c
[222/492] Compiling ofb_decrypt.c
[223/492] Compiling lrw_start.c
[224/492] Compiling ofb_done.c
[225/492] Compiling ofb_encrypt.c
[226/492] Compiling lrw_setiv.c
[226/492] Compiling lrw_test.c
[228/492] Compiling lrw_encrypt.c
[229/492] Compiling lrw_getiv.c
[230/492] Compiling lrw_done.c
[231/492] Compiling lrw_process.c
[232/492] Compiling lrw_decrypt.c
[233/492] Compiling f8_start.c
[234/492] Compiling f8_test_mode.c
[235/492] Compiling f8_getiv.c
[236/492] Compiling f8_setiv.c
[237/492] Compiling f8_encrypt.c
[238/492] Compiling f8_done.c
[239/492] Compiling f8_decrypt.c
[240/492] Compiling ecb_decrypt.c
[241/492] Compiling ecb_start.c
[242/492] Compiling ecb_encrypt.c
[243/492] Compiling ecb_done.c
[244/492] Compiling ctr_test.c
[245/492] Compiling ctr_start.c
[246/492] Compiling ctr_setiv.c
[247/492] Compiling ctr_getiv.c
[248/492] Compiling ctr_decrypt.c
[249/492] Compiling ctr_encrypt.c
[250/492] Compiling ctr_done.c
[251/492] Compiling cfb_start.c
[252/492] Compiling cfb_setiv.c
[253/492] Compiling cfb_encrypt.c
[254/492] Compiling cfb_done.c
[255/492] Compiling cfb_getiv.c
[256/492] Compiling cbc_start.c
[257/492] Compiling cfb_decrypt.c
[258/492] Compiling cbc_getiv.c
[259/492] Compiling cbc_setiv.c
[260/492] Compiling cbc_encrypt.c
[261/492] Compiling cbc_done.c
[262/492] Compiling zeromem.c
[263/492] Compiling cbc_decrypt.c
[263/492] Compiling ssh_decode_sequence_multi.c
[265/492] Compiling ssh_encode_sequence_multi.c
[266/492] Compiling pkcs_5_test.c
[267/492] Compiling pkcs_5_1.c
[268/492] Compiling pkcs_5_2.c
[269/492] Compiling pkcs12_utf8_to_utf16.c
[270/492] Compiling pbes2.c
[271/492] Compiling pkcs12_kdf.c
[272/492] Compiling pbes1.c
[273/492] Compiling padding_depad.c
[274/492] Compiling pbes.c
[275/492] Compiling hkdf.c
[276/492] Compiling padding_pad.c
[277/492] Compiling hkdf_test.c
[278/492] Compiling mem_neq.c
[279/492] Compiling crypt_unregister_cipher.c
[280/492] Compiling crypt_unregister_hash.c
[281/492] Compiling error_to_string.c
[282/492] Compiling crypt_unregister_prng.c
[283/492] Compiling crypt_register_hash.c
[284/492] Compiling crypt_register_cipher.c
[285/492] Compiling crypt_sizes.c
[286/492] Compiling crypt_register_prng.c
[287/492] Compiling crypt_register_all_prngs.c
[288/492] Compiling crypt_register_all_ciphers.c
[289/492] Compiling crypt_prng_rng_descriptor.c
[290/492] Compiling crypt_register_all_hashes.c
[291/492] Compiling crypt_hash_is_valid.c
[292/492] Compiling crypt_prng_descriptor.c
[293/492] Compiling crypt_hash_descriptor.c
[294/492] Compiling crypt_prng_is_valid.c
[295/492] Compiling crypt_inits.c
[296/492] Compiling crypt_ltc_mp_descriptor.c
[296/492] Compiling crypt_find_prng.c
[298/492] Compiling crypt_fsa.c
[299/492] Compiling crypt_find_cipher_id.c
[300/492] Compiling crypt_find_hash_oid.c
[301/492] Compiling crypt_find_hash_any.c
[302/492] Compiling crypt_find_hash_id.c
[303/492] Compiling crypt_find_cipher_any.c
[304/492] Compiling crypt_find_hash.c
[305/492] Compiling crypt_find_cipher.c
[306/492] Compiling crypt_constants.c
[307/492] Compiling crypt_cipher_is_valid.c
[308/492] Compiling crypt.c
[309/492] Compiling crypt_argchk.c
[310/492] Compiling crypt_cipher_descriptor.c
[311/492] Compiling copy_or_zeromem.c
[312/492] Compiling crc32.c
[313/492] Compiling compare_testvector.c
[314/492] Compiling bcrypt.c
[315/492] Compiling burn_stack.c
[316/492] Compiling base64_encode.c
[317/492] Compiling base32_encode.c
[318/492] Compiling base32_decode.c
[319/492] Compiling base16_encode.c
[320/492] Compiling base64_decode.c
[321/492] Compiling base16_decode.c
[322/492] Compiling rand_prime.c
[323/492] Compiling adler32.c
[324/492] Compiling tfm_desc.c
[325/492] Compiling gmp_desc.c
[326/492] Compiling rand_bn.c
[327/492] Compiling ltm_desc.c
[328/492] Compiling multi.c
[329/492] Compiling ltc_ecc_fp_mulmod.c
[330/492] Compiling radix_to_bin.c
[331/492] Compiling xcbc_memory.c
[332/492] Compiling xcbc_init.c
[332/492] Compiling xcbc_memory_multi.c
[334/492] Compiling xcbc_file.c
[335/492] Compiling xcbc_test.c
[335/492] Compiling xcbc_done.c
[337/492] Compiling xcbc_process.c
[338/492] Compiling poly1305_test.c
[339/492] Compiling poly1305_memory.c
[340/492] Compiling poly1305_memory_multi.c
[341/492] Compiling pmac_process.c
[342/492] Compiling pmac_shift_xor.c
[343/492] Compiling pmac_test.c
[343/492] Compiling poly1305_file.c
[345/492] Compiling poly1305.c
[346/492] Compiling pmac_ntz.c
[346/492] Compiling pmac_memory_multi.c
[348/492] Compiling pmac_memory.c
[349/492] Compiling pmac_init.c
[350/492] Compiling pmac_done.c
[351/492] Compiling pmac_file.c
[352/492] Compiling pelican_test.c
[353/492] Compiling pelican_memory.c
[354/492] Compiling omac_test.c
[354/492] Compiling pelican.c
[356/492] Compiling omac_process.c
[357/492] Compiling omac_file.c
[358/492] Compiling omac_done.c
[359/492] Compiling omac_memory.c
[360/492] Compiling omac_memory_multi.c
[361/492] Compiling hmac_test.c
[362/492] Compiling omac_init.c
[363/492] Compiling hmac_memory.c
[364/492] Compiling hmac_memory_multi.c
[365/492] Compiling hmac_file.c
[366/492] Compiling hmac_process.c
[367/492] Compiling hmac_init.c
[368/492] Compiling hmac_done.c
[369/492] Compiling f9_test.c
[370/492] Compiling f9_init.c
[371/492] Compiling f9_done.c
[372/492] Compiling f9_memory.c
[373/492] Compiling f9_file.c
[374/492] Compiling f9_memory_multi.c
[375/492] Compiling blake2smac_test.c
[376/492] Compiling blake2smac_memory_multi.c
[377/492] Compiling f9_process.c
[378/492] Compiling blake2smac_memory.c
[379/492] Compiling blake2smac_file.c
[379/492] Compiling blake2smac.c
[381/492] Compiling whirltab.c
[382/492] Compiling blake2bmac_memory_multi.c
[383/492] Compiling blake2bmac_test.c
[384/492] Compiling blake2bmac_memory.c
[385/492] Compiling blake2bmac.c
[386/492] Compiling blake2bmac_file.c
[387/492] Compiling tiger.c
[388/492] Compiling sha3_test.c
[389/492] Compiling whirl.c
[389/492] Compiling sha3.c
[391/492] Compiling sha512_256.c
[392/492] Compiling sha384.c
[393/492] Compiling sha224.c
[394/492] Compiling sha512_224.c
[395/492] Compiling sha512.c
[396/492] Compiling sha1.c
[397/492] Compiling sha256.c
[398/492] Compiling rmd320.c
[399/492] Compiling rmd160.c
[400/492] Compiling md5.c
[401/492] Compiling rmd128.c
[402/492] Compiling md2.c
[403/492] Compiling md4.c
[404/492] Compiling rmd256.c
[405/492] Compiling hash_memory_multi.c
[406/492] Compiling hash_file.c
[407/492] Compiling hash_memory.c
[408/492] Compiling chc.c
[409/492] Compiling hash_filehandle.c
[410/492] Compiling ocb3_test.c
[411/492] Compiling ocb3_init.c
[411/492] Compiling ocb3_encrypt_last.c
[413/492] Compiling ocb3_int_xor_blocks.c
[414/492] Compiling blake2s.c
[415/492] Compiling blake2b.c
[416/492] Compiling ocb3_encrypt_authenticate_memory.c
[417/492] Compiling ocb3_encrypt.c
[418/492] Compiling ocb3_int_ntz.c
[419/492] Compiling ocb3_decrypt_verify_memory.c
[420/492] Compiling ocb3_done.c
[421/492] Compiling ocb3_decrypt_last.c
[422/492] Compiling ocb3_add_aad.c
[423/492] Compiling ocb3_decrypt.c
[424/492] Compiling ocb_shift_xor.c
[425/492] Compiling ocb_test.c
[426/492] Compiling s_ocb_done.c
[427/492] Compiling ocb_ntz.c
[428/492] Compiling ocb_done_encrypt.c
[428/492] Compiling ocb_encrypt.c
[428/492] Compiling ocb_encrypt_authenticate_memory.c
[431/492] Compiling ocb_done_decrypt.c
[432/492] Compiling ocb_init.c
[433/492] Compiling ocb_decrypt_verify_memory.c
[434/492] Compiling gcm_test.c
[435/492] Compiling ocb_decrypt.c
[436/492] Compiling gcm_reset.c
[437/492] Compiling gcm_mult_h.c
[438/492] Compiling gcm_process.c
[439/492] Compiling gcm_memory.c
[440/492] Compiling gcm_gf_mult.c
[441/492] Compiling gcm_init.c
[442/492] Compiling gcm_done.c
[443/492] Compiling gcm_add_aad.c
[444/492] Compiling eax_init.c
[444/492] Compiling gcm_add_iv.c
[446/492] Compiling eax_test.c
[447/492] Compiling eax_encrypt.c
[448/492] Compiling eax_encrypt_authenticate_memory.c
[449/492] Compiling eax_done.c
[450/492] Compiling eax_decrypt_verify_memory.c
[451/492] Compiling eax_addheader.c
[452/492] Compiling chacha20poly1305_test.c
[453/492] Compiling eax_decrypt.c
[454/492] Compiling chacha20poly1305_setiv.c
[455/492] Compiling chacha20poly1305_setiv_rfc7905.c
[456/492] Compiling chacha20poly1305_memory.c
[457/492] Compiling chacha20poly1305_init.c
[458/492] Compiling chacha20poly1305_encrypt.c
[459/492] Compiling chacha20poly1305_decrypt.c
[460/492] Compiling chacha20poly1305_done.c
[460/492] Compiling chacha20poly1305_add_aad.c
[462/492] Compiling ccm_test.c
[463/492] Compiling ccm_reset.c
[464/492] Compiling ccm_process.c
[465/492] Compiling ccm_init.c
[465/492] Compiling ccm_memory.c
[467/492] Compiling twofish_tab.c
[467/492] Compiling ccm_done.c
[469/492] Compiling ccm_add_nonce.c
[470/492] Compiling ccm_add_aad.c
[471/492] Compiling xtea.c
[471/492] Compiling tea.c
[473/492] Compiling serpent.c
[474/492] Compiling skipjack.c
[475/492] Compiling twofish.c
[476/492] Compiling rc6.c
[477/492] Compiling safer.c
[478/492] Compiling rc5.c
[479/492] Compiling rc2.c
[480/492] Compiling noekeon.c
[481/492] Compiling multi2.c
[482/492] Compiling khazad.c
[483/492] Compiling kseed.c
[484/492] Compiling kasumi.c
[485/492] Compiling idea.c
[486/492] Compiling cast5.c
[487/492] Compiling aes_desc.c
[488/492] Compiling camellia.c
[489/492] Compiling des.c
[490/492] Compiling aes.c
[491/492] Compiling sqlite3.c
[493/525] Emitting module SQLiteDB
[494/529] Compiling SQLiteDB Query.swift
[495/529] Compiling SQLiteDB Schema.swift
[496/529] Compiling SQLiteDB Setter.swift
[497/529] Compiling SQLiteDB WindowFunctions.swift
[498/529] Compiling SQLiteDB Connection.swift
[499/529] Compiling SQLiteDB Errors.swift
[500/529] Compiling SQLiteDB Result.swift
[501/529] Compiling SQLiteDB SQLiteFeature.swift
[502/529] Compiling SQLiteDB SQLiteVersion.swift
[503/529] Compiling SQLiteDB SchemaChanger.swift
[504/529] Compiling SQLiteDB SchemaDefinitions.swift
[505/529] Compiling SQLiteDB SchemaReader.swift
[506/529] Compiling SQLiteDB AggregateFunctions.swift
[507/529] Compiling SQLiteDB Backup.swift
[508/529] Compiling SQLiteDB Blob.swift
[509/529] Compiling SQLiteDB Connection+Aggregation.swift
[510/529] Compiling SQLiteDB Connection+Attach.swift
[511/529] Compiling SQLiteDB Connection+Pragmas.swift
[512/529] Compiling SQLiteDB Statement.swift
[513/529] Compiling SQLiteDB URIQueryParameter.swift
[514/529] Compiling SQLiteDB Value.swift
[515/529] Compiling SQLiteDB Cipher.swift
[516/529] Compiling SQLiteDB FTS4.swift
[517/529] Compiling SQLiteDB Coding.swift
[518/529] Compiling SQLiteDB Collation.swift
[519/529] Compiling SQLiteDB CoreFunctions.swift
[520/529] Compiling SQLiteDB CustomFunctions.swift
[521/529] Compiling SQLiteDB DateAndTimeFunctions.swift
[522/529] Compiling SQLiteDB Expression.swift
[523/529] Compiling SQLiteDB Operators.swift
[524/529] Compiling SQLiteDB Query+with.swift
[525/529] Compiling SQLiteDB FTS5.swift
[526/529] Compiling SQLiteDB RTree.swift
[527/529] Compiling SQLiteDB Foundation.swift
[528/529] Compiling SQLiteDB Helpers.swift
[529/529] Compiling SQLiteDB Connection+Schema.swift
Build complete! (27.76s)
Build complete.
{
  "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-4.x.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SQLiteDBTests/Resources/encrypted-3.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"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.