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 Bodega, reference main (4d337e), with Swift 6.0 for Linux on 3 Dec 2024 13:15:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Bodega.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/mergesort/Bodega
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d337e8 Switching from CryptoKit to Crypto to support Linux
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
4d337e8b0a189bba7e832aa21e012538680ba89e
SUCCESS checkout https://github.com/mergesort/Bodega.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mergesort/Bodega.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Bodega",
  "name" : "Bodega",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Bodega",
      "targets" : [
        "Bodega"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BodegaTests",
      "module_type" : "SwiftTarget",
      "name" : "BodegaTests",
      "path" : "Tests/BodegaTests",
      "sources" : [
        "CacheKeyTests.swift",
        "DiskStorageEngineTests.swift",
        "ObjectStorageTests.swift",
        "SQLiteStorageEngineTests.swift",
        "String+FormattingTests.swift"
      ],
      "target_dependencies" : [
        "Bodega"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bodega",
      "module_type" : "SwiftTarget",
      "name" : "Bodega",
      "path" : "Sources/Bodega",
      "product_dependencies" : [
        "Crypto",
        "SQLite"
      ],
      "product_memberships" : [
        "Bodega"
      ],
      "sources" : [
        "CacheKey.swift",
        "DiskStorageEngine.swift",
        "FileManager.Directory.swift",
        "Internal/String+Formatting.swift",
        "ObjectStorage.swift",
        "SQLiteStorageEngine+Default.swift",
        "SQLiteStorageEngine.swift",
        "StorageEngine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9583] Fetching sqlite.swift
[672/11627] Fetching sqlite.swift, swift-docc-plugin
[5975/22857] Fetching sqlite.swift, swift-docc-plugin, swift-crypto
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.22s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.45s)
Fetched https://github.com/apple/swift-crypto from cache (1.47s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.10.0 (1.72s)
Fetching https://github.com/apple/swift-asn1.git
[1/1418] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (2.18s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.49s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (2.68s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.98s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3199] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.79s)
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.10.0
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/373] Write sources
[5/373] Compiling a_octet.c
[6/373] Compiling fiat_p256_adx_sqr.S
[7/373] Compiling a_int.c
[8/373] Compiling a_mbstr.c
[9/373] Compiling a_i2d_fp.c
[9/373] Write swift-version-24593BA9C3E375BF.txt
[9/373] Compiling a_object.c
[12/373] Compiling fiat_p256_adx_mul.S
[13/373] Compiling fiat_curve25519_adx_square.S
[14/373] Compiling fiat_curve25519_adx_mul.S
[15/373] Compiling md5-x86_64-linux.S
[16/373] Compiling CCryptoBoringSSLShims shims.c
[17/373] Compiling chacha20_poly1305_x86_64-apple.S
[18/373] Compiling md5-x86_64-apple.S
[19/373] Compiling md5-586-linux.S
[20/373] Compiling md5-586-apple.S
[21/373] Compiling err_data.c
[22/373] Compiling chacha20_poly1305_armv8-apple.S
[22/373] Compiling chacha20_poly1305_armv8-win.S
[24/373] Compiling chacha20_poly1305_x86_64-linux.S
[25/373] Compiling chacha-x86_64-linux.S
[25/373] Compiling chacha20_poly1305_armv8-linux.S
[27/373] Compiling chacha-x86-linux.S
[27/373] Compiling chacha-x86_64-apple.S
[29/391] Compiling chacha-x86-apple.S
[30/406] Compiling chacha-armv8-linux.S
[31/406] Compiling chacha-armv8-win.S
[32/406] Compiling chacha-armv8-apple.S
[33/406] Compiling aes128gcmsiv-x86_64-apple.S
[34/406] Compiling chacha-armv4-linux.S
[35/406] Compiling aes128gcmsiv-x86_64-linux.S
[36/406] Compiling x86_64-mont5-apple.S
[37/406] Compiling x86_64-mont5-linux.S
[38/406] Compiling x86_64-mont-linux.S
[39/406] Compiling x86-mont-linux.S
[40/406] Compiling x86-mont-apple.S
[41/406] Compiling x86_64-mont-apple.S
[42/406] Compiling vpaes-x86_64-apple.S
[43/406] Compiling vpaes-x86_64-linux.S
[44/406] Compiling vpaes-x86-linux.S
[45/406] Compiling vpaes-x86-apple.S
[46/406] Compiling vpaes-armv8-win.S
[46/406] Compiling vpaes-armv8-linux.S
[48/406] Compiling vpaes-armv8-apple.S
[49/406] Compiling vpaes-armv7-linux.S
[50/406] Compiling sha512-x86_64-linux.S
[51/406] Compiling sha512-x86_64-apple.S
[51/406] Compiling sha512-armv4-linux.S
[53/406] Compiling sha512-armv8-win.S
[54/406] Compiling sha512-armv8-apple.S
[55/406] Compiling sha512-armv8-linux.S
[56/406] Compiling sha512-586-linux.S
[57/406] Compiling sha256-armv8-win.S
[58/406] Compiling sha256-x86_64-linux.S
[59/406] Compiling sha512-586-apple.S
[60/406] Compiling sha256-x86_64-apple.S
[61/406] Compiling sha256-armv8-linux.S
[62/406] Compiling sha256-armv4-linux.S
[63/406] Compiling sha256-586-apple.S
[63/406] Compiling sha256-armv8-apple.S
[65/406] Compiling sha256-586-linux.S
[66/406] Compiling sha1-armv8-win.S
[67/406] Compiling sha1-x86_64-apple.S
[68/406] Compiling sha1-armv8-linux.S
[69/406] Compiling sha1-586-linux.S
[70/406] Compiling sha1-armv8-apple.S
[71/406] Compiling sha1-x86_64-linux.S
[72/406] Compiling sha1-armv4-large-linux.S
[73/406] Compiling sha1-586-apple.S
[74/406] Compiling rsaz-avx2-apple.S
[75/406] Compiling rdrand-x86_64-linux.S
[76/406] Compiling rdrand-x86_64-apple.S
[77/406] Compiling rsaz-avx2-linux.S
[78/406] Compiling p256_beeu-armv8-asm-win.S
[79/406] Compiling p256_beeu-x86_64-asm-apple.S
[80/406] Compiling p256_beeu-x86_64-asm-linux.S
[81/406] Compiling p256_beeu-armv8-asm-apple.S
[82/406] Compiling p256_beeu-armv8-asm-linux.S
[83/406] Compiling p256-armv8-asm-win.S
[84/406] Compiling p256-x86_64-asm-linux.S
[85/406] Compiling p256-x86_64-asm-apple.S
[86/406] Compiling p256-armv8-asm-linux.S
[87/406] Compiling p256-armv8-asm-apple.S
[88/406] Compiling ghashv8-armv8-win.S
[89/406] Compiling ghashv8-armv8-linux.S
[90/406] Compiling ghashv8-armv8-apple.S
[91/406] Compiling ghash-x86_64-apple.S
[92/406] Compiling ghash-x86_64-linux.S
[93/406] Compiling ghash-x86-apple.S
[94/406] Compiling ghashv8-armv7-linux.S
[95/406] Compiling ghash-ssse3-x86_64-linux.S
[96/406] Compiling ghash-ssse3-x86_64-apple.S
[97/406] Compiling ghash-x86-linux.S
[98/406] Compiling ghash-ssse3-x86-linux.S
[99/406] Compiling ghash-ssse3-x86-apple.S
[100/406] Compiling ghash-neon-armv8-linux.S
[101/406] Compiling ghash-neon-armv8-win.S
[101/406] Compiling ghash-neon-armv8-apple.S
[103/406] Compiling ghash-armv4-linux.S
[104/406] Compiling co-586-apple.S
[105/406] Compiling co-586-linux.S
[106/406] Compiling bn-armv8-win.S
[107/406] Compiling bsaes-armv7-linux.S
[108/406] Compiling bn-586-linux.S
[109/406] Compiling bn-armv8-linux.S
[110/406] Compiling bn-armv8-apple.S
[111/406] Compiling bn-586-apple.S
[112/406] Compiling armv8-mont-linux.S
[113/406] Compiling armv8-mont-win.S
[114/406] Compiling armv8-mont-apple.S
[115/406] Compiling aesv8-gcm-armv8-win.S
[116/406] Compiling armv4-mont-linux.S
[117/406] Compiling aesv8-armv8-win.S
[118/406] Compiling aesv8-gcm-armv8-linux.S
[119/406] Compiling aesv8-gcm-armv8-apple.S
[120/406] Compiling aesv8-armv8-linux.S
[121/406] Compiling aesv8-armv8-apple.S
[122/406] Compiling aesv8-armv7-linux.S
[123/406] Compiling aesni-x86_64-linux.S
[124/406] Compiling aesni-x86_64-apple.S
[125/406] Compiling aesni-x86-linux.S
[126/406] Compiling aesni-x86-apple.S
[127/406] Compiling aesni-gcm-x86_64-linux.S
[128/406] Compiling aesni-gcm-x86_64-apple.S
[129/406] Compiling x_sig.c
[129/406] Compiling x_val.c
[131/406] Compiling x_x509.c
[132/406] Compiling x_req.c
[133/406] Compiling x_x509a.c
[134/406] Compiling x_spki.c
[134/406] Compiling x_pubkey.c
[136/406] Compiling x_name.c
[137/406] Compiling x_algor.c
[138/406] Compiling x509spki.c
[139/406] Compiling x_crl.c
[140/406] Compiling x_exten.c
[141/406] Compiling x_all.c
[142/406] Compiling x_attrib.c
[143/406] Compiling x509rset.c
[144/406] Compiling x509_txt.c
[145/406] Compiling x509cset.c
[146/406] Compiling x509_vpm.c
[147/406] Compiling x509name.c
[148/406] Compiling x509_v3.c
[149/406] Compiling x509_trs.c
[150/406] Compiling x509_vfy.c
[151/406] Compiling x509_set.c
[152/406] Compiling x509_obj.c
[153/406] Compiling x509_req.c
[154/406] Compiling x509_ext.c
[155/406] Compiling x509_lu.c
[156/406] Compiling x509_def.c
[157/406] Compiling x509_d2.c
[158/406] Compiling x509_cmp.c
[159/406] Compiling x509_att.c
[160/406] Compiling x509.c
[161/406] Compiling v3_ocsp.c
[162/406] Compiling v3_purp.c
[163/406] Compiling v3_utl.c
[164/406] Compiling v3_skey.c
[165/406] Compiling v3_prn.c
[166/406] Compiling v3_ncons.c
[167/406] Compiling v3_pcons.c
[168/406] Compiling v3_pmaps.c
[169/406] Compiling v3_int.c
[170/406] Compiling v3_lib.c
[171/406] Compiling v3_info.c
[172/406] Compiling v3_genn.c
[173/406] Compiling v3_ia5.c
[174/406] Compiling v3_extku.c
[175/406] Compiling v3_enum.c
[176/406] Compiling v3_cpols.c
[177/406] Compiling v3_crld.c
[178/406] Compiling v3_alt.c
[179/406] Compiling v3_bitst.c
[180/406] Compiling v3_conf.c
[181/406] Compiling v3_bcons.c
[182/406] Compiling v3_akeya.c
[183/406] Compiling v3_akey.c
[184/406] Compiling t_x509a.c
[185/406] Compiling policy.c
[186/406] Compiling t_req.c
[187/406] Compiling t_crl.c
[188/406] Compiling t_x509.c
[189/406] Compiling i2d_pr.c
[190/406] Compiling asn1_gen.c
[191/406] Compiling rsa_pss.c
[192/406] Compiling by_dir.c
[193/406] Compiling name_print.c
[194/406] Compiling algorithm.c
[195/406] Compiling trust_token.c
[196/406] Compiling a_sign.c
[197/406] Compiling by_file.c
[198/406] Compiling a_verify.c
[199/406] Compiling thread_win.c
[200/406] Compiling a_digest.c
[201/406] Compiling voprf.c
[202/406] Compiling thread.c
[203/406] Compiling thread_pthread.c
[204/406] Compiling thread_none.c
[205/406] Compiling spx_wots.c
[206/406] Compiling spx_util.c
[207/406] Compiling spx_thash.c
[208/406] Compiling spx_merkle.c
[209/406] Compiling spx_fors.c
[210/406] Compiling stack.c
[211/406] Compiling pmbtoken.c
[212/406] Compiling spx.c
[213/406] Compiling spx_address.c
[214/406] Compiling wots.c
[215/406] Compiling slhdsa.c
[216/406] Compiling fors.c
[217/406] Compiling siphash.c
[218/406] Compiling sha512.c
[219/406] Compiling merkle.c
[220/406] Compiling thash.c
[221/406] Compiling sha256.c
[222/406] Compiling rsa_extra.c
[223/406] Compiling rsa_print.c
[224/406] Compiling refcount.c
[225/406] Compiling sha1.c
[226/406] Compiling windows.c
[227/406] Compiling rc4.c
[228/406] Compiling trusty.c
[229/406] Compiling rand_extra.c
[230/406] Compiling getentropy.c
[230/406] Compiling passive.c
[232/406] Compiling rsa_asn1.c
[233/406] Compiling ios.c
[234/406] Compiling rsa_crypt.c
[235/406] Compiling forkunsafe.c
[236/406] Compiling urandom.c
[237/406] Compiling deterministic.c
[238/406] Compiling fork_detect.c
[239/406] Compiling poly1305_arm.c
[240/406] Compiling poly1305_arm_asm.S
[241/406] Compiling pool.c
[242/406] Compiling poly1305.c
[243/406] Compiling pkcs7.c
[244/406] Compiling poly1305_vec.c
[245/406] Compiling pkcs8.c
[246/406] Compiling pem_xaux.c
[247/406] Compiling pkcs7_x509.c
[247/406] Compiling pem_x509.c
[249/406] Compiling p5_pbev2.c
[250/406] Compiling pkcs8_x509.c
[251/406] Compiling pem_pk8.c
[252/406] Compiling pem_pkey.c
[253/406] Compiling pem_info.c
[254/406] Compiling pem_all.c
[255/406] Compiling obj_xref.c
[256/406] Compiling mldsa.c
[257/406] Compiling pem_oth.c
[258/406] Compiling md5.c
[258/406] Compiling pem_lib.c
[260/406] Compiling md4.c
[261/406] Compiling mem.c
[262/406] Compiling lhash.c
[263/406] Compiling kyber.c
[264/406] Compiling obj.c
[265/406] Compiling fips_shared_support.c
[266/406] Compiling keccak.c
[267/406] Compiling poly_rq_mul.S
[268/406] Compiling hpke.c
[269/406] Compiling ex_data.c
[270/406] Compiling sign.c
[271/406] Compiling scrypt.c
[272/406] Compiling hrss.c
[273/406] Compiling p_x25519_asn1.c
[274/406] Compiling p_rsa_asn1.c
[275/406] Compiling print.c
[276/406] Compiling pbkdf.c
[277/406] Compiling p_x25519.c
[278/406] Compiling p_ed25519_asn1.c
[279/406] Compiling p_ed25519.c
[279/406] Compiling p_hkdf.c
[281/406] Compiling p_rsa.c
[282/406] Compiling p_ec_asn1.c
[283/406] Compiling p_ec.c
[284/406] Compiling p_dh.c
[285/406] Compiling p_dsa_asn1.c
[286/406] Compiling p_dh_asn1.c
[287/406] Compiling evp_asn1.c
[288/406] Compiling evp_ctx.c
[289/406] Compiling ecdh_extra.c
[290/406] Compiling engine.c
[291/406] Compiling err.c
[292/406] Compiling evp.c
[293/406] Compiling ecdsa_asn1.c
[294/406] Compiling ec_asn1.c
[295/406] Compiling hash_to_curve.c
[296/406] Compiling ec_derive.c
[297/406] Compiling dsa_asn1.c
[298/406] Compiling dilithium.c
[299/406] Compiling dsa.c
[300/406] Compiling params.c
[301/406] Compiling dh_asn1.c
[302/406] Compiling digest_extra.c
[303/406] Compiling spake25519.c
[304/406] Compiling x25519-asm-arm.S
[305/406] Compiling des.c
[306/406] Compiling crypto.c
[307/406] Compiling cpu_arm_linux.c
[308/406] Compiling cpu_intel.c
[308/406] Compiling cpu_arm_freebsd.c
[310/406] Compiling cpu_aarch64_win.c
[311/406] Compiling curve25519.c
[312/406] Compiling cpu_aarch64_openbsd.c
[313/406] Compiling cpu_aarch64_linux.c
[314/406] Compiling cpu_aarch64_sysreg.c
[315/406] Compiling cpu_aarch64_fuchsia.c
[316/406] Compiling cpu_aarch64_apple.c
[317/406] Compiling curve25519_64_adx.c
[318/406] Compiling e_rc4.c
[319/406] Compiling e_tls.c
[320/406] Compiling conf.c
[321/406] Compiling e_null.c
[322/406] Compiling tls_cbc.c
[323/406] Compiling e_rc2.c
[324/406] Compiling e_des.c
[325/406] Compiling e_chacha20poly1305.c
[326/406] Compiling derive_key.c
[327/406] Compiling unicode.c
[328/406] Compiling chacha.c
[329/406] Compiling bcm.c
[330/406] Compiling e_aesgcmsiv.c
[331/406] Compiling e_aesctrhmac.c
[332/406] Compiling cbs.c
[333/406] Compiling cipher_extra.c
[334/406] Compiling ber.c
[335/406] Compiling asn1_compat.c
[336/406] Compiling buf.c
[337/406] Compiling cbb.c
[338/406] Compiling bn_asn1.c
[339/406] Compiling printf.c
[339/406] Compiling blake2.c
[341/406] Compiling convert.c
[342/406] Compiling hexdump.c
[343/406] Compiling pair.c
[344/406] Compiling errno.c
[345/406] Compiling fd.c
[346/406] Compiling file.c
[347/406] Compiling bio.c
[348/406] Compiling bio_mem.c
[349/406] Compiling base64.c
[350/406] Compiling tasn_new.c
[351/406] Compiling tasn_typ.c
[352/406] Compiling tasn_dec.c
[353/406] Compiling tasn_fre.c
[354/406] Compiling f_string.c
[355/406] Compiling posix_time.c
[356/406] Compiling tasn_utl.c
[357/406] Compiling tasn_enc.c
[358/406] Compiling f_int.c
[359/406] Compiling asn1_par.c
[360/406] Compiling a_utctm.c
[361/406] Compiling asn_pack.c
[362/406] Compiling a_type.c
[363/406] Compiling a_dup.c
[364/406] Compiling a_time.c
[365/406] Compiling asn1_lib.c
[366/406] Write sources
[367/406] Compiling a_strnid.c
[368/406] Compiling a_gentm.c
[369/406] Compiling a_d2i_fp.c
[370/406] Compiling a_strex.c
[371/406] Compiling a_bool.c
[372/406] Compiling a_bitstr.c
[374/414] Compiling CryptoBoringWrapper RandomBytes.swift
[375/414] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[376/414] Emitting module SQLite
[377/418] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[378/418] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[379/418] Compiling SQLite Statement.swift
[380/418] Compiling SQLite URIQueryParameter.swift
[381/418] Compiling SQLite Value.swift
[382/418] Compiling SQLite Cipher.swift
[383/418] Compiling SQLite FTS4.swift
[384/418] Compiling SQLite DateAndTimeFunctions.swift
[385/418] Compiling SQLite Expression.swift
[386/418] Compiling SQLite Operators.swift
[387/418] Compiling SQLite Query+with.swift
[388/418] Compiling SQLite Connection.swift
[389/418] Compiling SQLite Errors.swift
[390/418] Compiling SQLite Result.swift
[391/418] Compiling SQLite SQLiteFeature.swift
[392/418] Compiling SQLite SQLiteVersion.swift
[393/418] Compiling SQLite Backup.swift
[394/418] Compiling SQLite Blob.swift
[395/418] Compiling SQLite Connection+Aggregation.swift
[396/418] Compiling SQLite Connection+Attach.swift
[397/418] Compiling SQLite Connection+Pragmas.swift
[398/418] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[399/418] Compiling CryptoBoringWrapper EllipticCurve.swift
[400/418] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[401/418] Emitting module CryptoBoringWrapper
[402/418] Compiling SQLite SchemaChanger.swift
[403/418] Compiling SQLite SchemaDefinitions.swift
[404/418] Compiling SQLite SchemaReader.swift
[405/418] Compiling SQLite AggregateFunctions.swift
[406/418] Compiling SQLite FTS5.swift
[407/418] Compiling SQLite RTree.swift
[408/418] Compiling SQLite Foundation.swift
[409/418] Compiling SQLite Helpers.swift
[410/418] Compiling SQLite Connection+Schema.swift
[411/418] Compiling SQLite Coding.swift
[412/418] Compiling SQLite Collation.swift
[413/418] Compiling SQLite CoreFunctions.swift
[414/418] Compiling SQLite CustomFunctions.swift
[416/490] Compiling Crypto HKDF.swift
[417/490] Compiling Crypto AESWrap.swift
[418/490] Compiling Crypto AESWrap_boring.swift
[419/490] Compiling Crypto Ed25519_boring.swift
[420/490] Compiling Crypto NISTCurvesKeys_boring.swift
[421/490] Compiling Crypto X25519Keys_boring.swift
[422/490] Compiling Crypto Curve25519.swift
[423/490] Compiling Crypto Ed25519Keys.swift
[424/490] Compiling Crypto NISTCurvesKeys.swift
[425/490] Compiling Crypto X25519Keys.swift
[426/499] Compiling Crypto SymmetricKeys.swift
[427/499] Compiling Crypto HMAC.swift
[428/499] Compiling Crypto MACFunctions.swift
[429/499] Compiling Crypto MessageAuthenticationCode.swift
[430/499] Compiling Crypto AES.swift
[431/499] Compiling Crypto ECDSASignature_boring.swift
[432/499] Compiling Crypto ECDSA_boring.swift
[433/499] Compiling Crypto EdDSA_boring.swift
[434/499] Compiling Crypto ECDSA.swift
[435/499] Compiling Crypto Ed25519.swift
[436/499] Compiling Crypto HPKE.swift
[437/499] Compiling Crypto HPKE-Context.swift
[438/499] Compiling Crypto HPKE-KeySchedule.swift
[439/499] Compiling Crypto HPKE-Modes.swift
[440/499] Compiling Crypto Insecure.swift
[441/499] Compiling Crypto Insecure_HashFunctions.swift
[442/499] Compiling Crypto KEM.swift
[443/499] Compiling Crypto ECDH_boring.swift
[444/499] Compiling Crypto DH.swift
[445/499] Compiling Crypto ECDH.swift
[446/499] Emitting module Crypto
[447/499] Compiling Crypto AES-GCM.swift
[448/499] Compiling Crypto AES-GCM_boring.swift
[449/499] Compiling Crypto ChaChaPoly_boring.swift
[450/499] Compiling Crypto ChaChaPoly.swift
[451/499] Compiling Crypto Cipher.swift
[452/499] Compiling Crypto Nonces.swift
[453/499] Compiling Crypto ASN1.swift
[454/499] Compiling Crypto ASN1Any.swift
[455/499] Compiling Crypto ASN1BitString.swift
[456/499] Compiling Crypto ASN1Boolean.swift
[457/499] Compiling Crypto HPKE-KexKeyDerivation.swift
[458/499] Compiling Crypto HPKE-LabeledExtract.swift
[459/499] Compiling Crypto HPKE-Utils.swift
[460/499] Compiling Crypto DHKEM.swift
[461/500] Compiling Crypto PKCS8PrivateKey.swift
[462/500] Compiling Crypto SEC1PrivateKey.swift
[463/500] Compiling Crypto SubjectPublicKeyInfo.swift
[464/500] Compiling Crypto CryptoKitErrors.swift
[465/500] Compiling Crypto Digest_boring.swift
[466/500] Compiling Crypto Digest.swift
[467/500] Compiling Crypto Digests.swift
[468/500] Compiling Crypto HashFunctions.swift
[469/500] Compiling Crypto HashFunctions_SHA2.swift
[470/500] Compiling Crypto HPKE-AEAD.swift
[471/500] Compiling Crypto HPKE-Ciphersuite.swift
[472/500] Compiling Crypto HPKE-KDF.swift
[477/500] Compiling Crypto HPKE-KEM-Curve25519.swift
[478/500] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[479/500] Compiling Crypto HPKE-KEM.swift
[480/500] Compiling Crypto HPKE-Errors.swift
[481/500] Compiling Crypto ASN1Identifier.swift
[482/500] Compiling Crypto ASN1Integer.swift
[483/500] Compiling Crypto ASN1Null.swift
[484/500] Compiling Crypto ASN1OctetString.swift
[485/500] Compiling Crypto ASN1Strings.swift
[486/500] Compiling Crypto ArraySliceBigint.swift
[487/500] Compiling Crypto GeneralizedTime.swift
[488/500] Compiling Crypto ObjectIdentifier.swift
[489/500] Compiling Crypto ECDSASignature.swift
[490/500] Compiling Crypto PEMDocument.swift
[492/500] Compiling Crypto Signature.swift
[493/500] Compiling Crypto CryptoKitErrors_boring.swift
[494/500] Compiling Crypto RNG_boring.swift
[495/500] Compiling Crypto SafeCompare_boring.swift
[496/500] Compiling Crypto Zeroization_boring.swift
[497/500] Compiling Crypto PrettyBytes.swift
[498/500] Compiling Crypto SafeCompare.swift
[499/500] Compiling Crypto SecureBytes.swift
[500/500] Compiling Crypto Zeroization.swift
[502/509] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/Sources/Bodega/FileManager.Directory.swift:32:23: error: type 'URL' has no member 'documentsDirectory'
30 |         let url: URL
31 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, *) {
32 |             url = URL.documentsDirectory.appending(path: pathComponent)
   |                       `- error: type 'URL' has no member 'documentsDirectory'
33 |         } else {
34 |             url = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first!.appendingPathComponent(pathComponent)
/host/spi-builder-workspace/Sources/Bodega/FileManager.Directory.swift:45:23: error: type 'URL' has no member 'cachesDirectory'
43 |         let url: URL
44 |         if #available(iOS 16.0, macOS 13.0, tvOS 16.0, *) {
45 |             url = URL.cachesDirectory.appending(path: pathComponent)
   |                       `- error: type 'URL' has no member 'cachesDirectory'
46 |         } else {
47 |             url = FileManager.default.urls(for: .cachesDirectory, in: .userDomainMask).first!.appendingPathComponent(pathComponent)
/host/spi-builder-workspace/Sources/Bodega/FileManager.Directory.swift:75:38: error: value of type 'FileManager' has no member 'containerURL'
73 |     static func sharedContainer(forAppGroupIdentifier identifier: String, appendingPath pathComponent: String) -> Self {
74 |         self.init(
75 |             url: FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: identifier)!.appendingPathComponent(pathComponent)
   |                                      `- error: value of type 'FileManager' has no member 'containerURL'
76 |         )
77 |     }
[503/510] Compiling Bodega CacheKey.swift
[504/510] Emitting module Bodega
[505/510] Compiling Bodega DiskStorageEngine.swift
[506/510] Compiling Bodega String+Formatting.swift
[507/510] Compiling Bodega StorageEngine.swift
[508/510] Compiling Bodega ObjectStorage.swift
[509/510] Compiling Bodega SQLiteStorageEngine.swift
[510/510] Compiling Bodega SQLiteStorageEngine+Default.swift
BUILD FAILURE 6.0 linux