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 2.1.3 (bfd887), with Swift 6.2 (beta) for Linux on 21 Jun 2025 17:00:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Bodega.git
Reference: 2.1.3
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
 * tag               2.1.3      -> FETCH_HEAD
HEAD is now at bfd8871 Merge pull request #33 from samalone/main
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
bfd8871e9c2590d31b200e54c75428a71483afdf
SUCCESS checkout https://github.com/mergesort/Bodega.git at 2.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mergesort/Bodega.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9851] Fetching sqlite.swift
[100/11933] Fetching sqlite.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.83s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.84s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (1.19s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/136] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (2.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.70s)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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.4
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/6] Write sources
[4/6] Compiling SwiftToolchainCSQLite sqlite3.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/39] Compiling SQLite Coding.swift
[8/39] Compiling SQLite Collation.swift
[9/39] Compiling SQLite CoreFunctions.swift
[10/39] Compiling SQLite CustomFunctions.swift
[11/39] Compiling SQLite DateAndTimeFunctions.swift
[12/39] Compiling SQLite Expression.swift
[13/39] Compiling SQLite Operators.swift
[14/39] Compiling SQLite Query+with.swift
[15/39] Emitting module SQLite
[16/39] Compiling SQLite Backup.swift
[17/39] Compiling SQLite Blob.swift
[18/39] Compiling SQLite Connection+Aggregation.swift
[19/39] Compiling SQLite Connection+Attach.swift
[20/39] Compiling SQLite Connection+Pragmas.swift
[21/39] Compiling SQLite SchemaChanger.swift
[22/39] Compiling SQLite SchemaDefinitions.swift
[23/39] Compiling SQLite SchemaReader.swift
[24/39] Compiling SQLite AggregateFunctions.swift
[25/43] Compiling SQLite Statement.swift
[26/43] Compiling SQLite URIQueryParameter.swift
[27/43] Compiling SQLite Value.swift
[28/43] Compiling SQLite Cipher.swift
[29/43] Compiling SQLite FTS4.swift
[30/43] Compiling SQLite Connection.swift
[31/43] Compiling SQLite Errors.swift
[32/43] Compiling SQLite Result.swift
[33/43] Compiling SQLite SQLiteFeature.swift
[34/43] Compiling SQLite SQLiteVersion.swift
[35/43] Compiling SQLite FTS5.swift
[36/43] Compiling SQLite RTree.swift
[37/43] Compiling SQLite Foundation.swift
[38/43] Compiling SQLite Helpers.swift
[39/43] Compiling SQLite Connection+Schema.swift
[40/43] Compiling SQLite Query.swift
[41/43] Compiling SQLite Schema.swift
[42/43] Compiling SQLite Setter.swift
[43/43] Compiling SQLite WindowFunctions.swift
[45/52] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[46/53] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/53] Emitting module Bodega
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[48/53] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[49/53] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[50/53] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[51/53] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[52/53] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
[53/53] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 | import Foundation
 3 |
BUILD FAILURE 6.2 linux