Build Information
Failed to build Bodega, reference main (7db80b
), with Swift 5.10 for Linux on 29 Oct 2024 00:19:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.55.3
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 7db80b2 Adding Swift 6 support for Bodega
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
7db80b28fcd26ece28beea30452cfaafaace44b6
SUCCESS checkout https://github.com/mergesort/Bodega.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/mergesort/Bodega.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9576] Fetching sqlite.swift
[193/11614] Fetching sqlite.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.66s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.88s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.13.3 (0.36s)
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 (0.88s)
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 Backup.swift
[16/29] Compiling SQLite Blob.swift
[17/29] Compiling SQLite Connection+Aggregation.swift
[18/29] Compiling SQLite Connection.swift
[19/29] Compiling SQLite Errors.swift
[20/29] Compiling SQLite Result.swift
[21/29] Compiling SQLite CoreFunctions.swift
[22/29] Compiling SQLite CustomFunctions.swift
[23/29] Compiling SQLite DateAndTimeFunctions.swift
[24/29] Compiling SQLite Expression.swift
[25/29] Compiling SQLite Operators.swift
[26/29] Compiling SQLite Query.swift
[27/29] Compiling SQLite AggregateFunctions.swift
[28/29] Compiling SQLite Coding.swift
[29/29] Compiling SQLite Collation.swift
[31/38] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/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)
[32/39] Emitting module Bodega
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[33/39] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[34/39] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[35/39] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[36/39] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[37/39] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[38/39] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
[39/39] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/Sources/Bodega/Internal/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
^
error: fatalError
BUILD FAILURE 5.10 linux