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 with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.41.1
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 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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/mergesort/Bodega.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/1577] Fetching swift-docc-plugin
[1468/11101] Fetching swift-docc-plugin, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (1.04s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.04s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.45s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.13.3 (0.46s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.23s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.52s)
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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.13.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.0.0
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/27] Emitting module SQLite
[7/29] Compiling SQLite Schema.swift
[8/29] Compiling SQLite Setter.swift
[9/29] Compiling SQLite Statement.swift
[10/29] Compiling SQLite Value.swift
[11/29] Compiling SQLite Cipher.swift
[12/29] Compiling SQLite RTree.swift
[13/29] Compiling SQLite Foundation.swift
[14/29] Compiling SQLite Helpers.swift
[15/29] Compiling SQLite CoreFunctions.swift
[16/29] Compiling SQLite CustomFunctions.swift
[17/29] Compiling SQLite DateAndTimeFunctions.swift
[18/29] Compiling SQLite Backup.swift
[19/29] Compiling SQLite Blob.swift
[20/29] Compiling SQLite Connection+Aggregation.swift
[21/29] Compiling SQLite Connection.swift
[22/29] Compiling SQLite Errors.swift
[23/29] Compiling SQLite Result.swift
[24/29] Compiling SQLite AggregateFunctions.swift
[25/29] Compiling SQLite Coding.swift
[26/29] Compiling SQLite Collation.swift
[27/29] Compiling SQLite Expression.swift
[28/29] Compiling SQLite Operators.swift
[29/29] Compiling SQLite Query.swift
[31/38] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/39] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/39] Emitting module Bodega
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[34/39] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[35/39] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[36/39] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[37/39] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[38/39] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[39/39] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux