Build Information
Failed to build Bodega, reference 2.1.3 (bfd887
), with Swift 6.1 for Linux on 28 Apr 2025 23:13:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 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.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" : "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" : "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" : [
"SQLite"
],
"product_memberships" : [
"Bodega"
],
"sources" : [
"CacheKey.swift",
"DiskStorageEngine.swift",
"FileManager.Directory.swift",
"ObjectStorage.swift",
"SQLiteStorageEngine+Default.swift",
"SQLiteStorageEngine.swift",
"StorageEngine.swift",
"String+Formatting.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/stephencelis/SQLite.swift.git
[1/2049] Fetching swift-docc-plugin
[227/11656] Fetching swift-docc-plugin, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
[8359/9607] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.98s)
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.53s)
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 (2.71s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.58s)
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.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.12s)
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/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/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.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
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/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/38] Compiling SQLite Coding.swift
[7/38] Compiling SQLite Collation.swift
[8/38] Compiling SQLite CoreFunctions.swift
[9/38] Compiling SQLite CustomFunctions.swift
[10/42] Compiling SQLite DateAndTimeFunctions.swift
[11/42] Compiling SQLite Expression.swift
[12/42] Compiling SQLite Operators.swift
[13/42] Compiling SQLite Query+with.swift
[14/42] Compiling SQLite FTS5.swift
[15/42] Compiling SQLite RTree.swift
[16/42] Compiling SQLite Foundation.swift
[17/42] Compiling SQLite Helpers.swift
[18/42] Compiling SQLite Connection+Schema.swift
[19/42] Compiling SQLite SchemaChanger.swift
[20/42] Compiling SQLite SchemaDefinitions.swift
[21/42] Compiling SQLite SchemaReader.swift
[22/42] Compiling SQLite AggregateFunctions.swift
[23/42] Compiling SQLite Connection.swift
[24/42] Compiling SQLite Errors.swift
[25/42] Compiling SQLite Result.swift
[26/42] Compiling SQLite SQLiteFeature.swift
[27/42] Compiling SQLite SQLiteVersion.swift
[28/42] Compiling SQLite Statement.swift
[29/42] Compiling SQLite URIQueryParameter.swift
[30/42] Compiling SQLite Value.swift
[31/42] Compiling SQLite Cipher.swift
[32/42] Compiling SQLite FTS4.swift
[33/42] Compiling SQLite Backup.swift
[34/42] Compiling SQLite Blob.swift
[35/42] Compiling SQLite Connection+Aggregation.swift
[36/42] Compiling SQLite Connection+Attach.swift
[37/42] Compiling SQLite Connection+Pragmas.swift
[38/42] Emitting module SQLite
[39/42] Compiling SQLite Query.swift
[40/42] Compiling SQLite Schema.swift
[41/42] Compiling SQLite Setter.swift
[42/42] Compiling SQLite WindowFunctions.swift
[44/51] 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 |
[45/52] 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 |
[46/52] 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 |
[47/52] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/52] 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 |
[49/52] 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 |
[50/52] 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 |
[51/52] 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 |
[52/52] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/36] Compiling SQLite Backup.swift
[5/36] Compiling SQLite Blob.swift
[6/36] Compiling SQLite Connection+Aggregation.swift
[7/36] Compiling SQLite Connection+Attach.swift
[8/36] Compiling SQLite Connection+Pragmas.swift
[9/40] Emitting module SQLite
[10/40] Compiling SQLite Connection.swift
[11/40] Compiling SQLite Errors.swift
[12/40] Compiling SQLite Result.swift
[13/40] Compiling SQLite SQLiteFeature.swift
[14/40] Compiling SQLite SQLiteVersion.swift
[15/40] Compiling SQLite Coding.swift
[16/40] Compiling SQLite Collation.swift
[17/40] Compiling SQLite CoreFunctions.swift
[18/40] Compiling SQLite CustomFunctions.swift
[19/40] Compiling SQLite Statement.swift
[20/40] Compiling SQLite URIQueryParameter.swift
[21/40] Compiling SQLite Value.swift
[22/40] Compiling SQLite Cipher.swift
[23/40] Compiling SQLite FTS4.swift
[24/40] Compiling SQLite FTS5.swift
[25/40] Compiling SQLite RTree.swift
[26/40] Compiling SQLite Foundation.swift
[27/40] Compiling SQLite Helpers.swift
[28/40] Compiling SQLite Connection+Schema.swift
[29/40] Compiling SQLite SchemaChanger.swift
[30/40] Compiling SQLite SchemaDefinitions.swift
[31/40] Compiling SQLite SchemaReader.swift
[32/40] Compiling SQLite AggregateFunctions.swift
[33/40] Compiling SQLite DateAndTimeFunctions.swift
[34/40] Compiling SQLite Expression.swift
[35/40] Compiling SQLite Operators.swift
[36/40] Compiling SQLite Query+with.swift
[37/40] Compiling SQLite Query.swift
[38/40] Compiling SQLite Schema.swift
[39/40] Compiling SQLite Setter.swift
[40/40] Compiling SQLite WindowFunctions.swift
[42/49] 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 |
[43/50] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/50] 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 |
[45/50] 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 |
[46/50] 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 |
[47/50] 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 |
[48/50] 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 |
[49/50] 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 |
[50/50] 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 |
BUILD FAILURE 6.1 linux