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

Failed to build Bodega, reference main (4d337e), with Swift 6.1 for Linux on 28 Apr 2025 23:13:31 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

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