Build Information
Failed to build Catena, reference master (0b3952
), with Swift 6.1 for Linux on 25 Apr 2025 11:19:18 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.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/pixelspark/catena.git
Reference: master
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/pixelspark/catena
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0b3952e Fix build and upgrade to Swift 4.1.2
Cloned https://github.com/pixelspark/catena.git
Revision (git rev-parse @):
0b3952ebba5c0a37e775f6c1f690f40999e9d8d8
SUCCESS checkout https://github.com/pixelspark/catena.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pixelspark/catena.git
https://github.com/pixelspark/catena.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sqlite",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pixelspark/sqlite.git"
},
{
"identity" : "postgres-wire-server",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pixelspark/postgres-wire-server.git"
},
{
"identity" : "kitura",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura.git"
},
{
"identity" : "commandline",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-pre1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jatoben/CommandLine.git"
},
{
"identity" : "swift-parser-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pixelspark/swift-parser-generator.git"
},
{
"identity" : "heliumlogger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/HeliumLogger.git"
},
{
"identity" : "ed25519",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vzsg/ed25519.git"
},
{
"identity" : "base58",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pixelspark/base58.git"
},
{
"identity" : "netservice",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Bouke/NetService.git"
},
{
"identity" : "kitura-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura-WebSocket"
}
],
"manifest_display_name" : "Catena",
"name" : "Catena",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CatenaCore",
"targets" : [
"CatenaCore"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CatenaSQL",
"targets" : [
"CatenaSQL"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "Catena",
"targets" : [
"Catena"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CatenaTests",
"module_type" : "SwiftTarget",
"name" : "CatenaTests",
"path" : "Tests/CatenaTests",
"sources" : [
"CatenaTests.swift"
],
"target_dependencies" : [
"CatenaCore"
],
"type" : "test"
},
{
"c99name" : "CatenaSQLTests",
"module_type" : "SwiftTarget",
"name" : "CatenaSQLTests",
"path" : "Tests/CatenaSQLTests",
"sources" : [
"CatenaSQLTests.swift"
],
"target_dependencies" : [
"CatenaSQL"
],
"type" : "test"
},
{
"c99name" : "CatenaSQL",
"module_type" : "SwiftTarget",
"name" : "CatenaSQL",
"path" : "Sources/CatenaSQL",
"product_dependencies" : [
"SwiftParser",
"PostgresWireServer"
],
"product_memberships" : [
"CatenaSQL",
"Catena"
],
"sources" : [
"SQLAgent.swift",
"SQLBlock.swift",
"SQLBlockchain.swift",
"SQLDatabase.swift",
"SQLGrants.swift",
"SQLParser.swift",
"SQLQueryServer.swift",
"SQLTransaction.swift",
"SQLiteDatabase.swift"
],
"target_dependencies" : [
"CatenaCore"
],
"type" : "library"
},
{
"c99name" : "CatenaCore",
"module_type" : "SwiftTarget",
"name" : "CatenaCore",
"path" : "Sources/CatenaCore",
"product_dependencies" : [
"SQLite",
"Ed25519",
"Base58",
"HeliumLogger",
"Kitura",
"Kitura-WebSocket",
"NetService"
],
"product_memberships" : [
"CatenaCore",
"CatenaSQL",
"Catena"
],
"sources" : [
"Authentication.swift",
"Blockchain.swift",
"Collections.swift",
"Gossip.swift",
"Miner.swift",
"Node.swift",
"Platform.swift"
],
"type" : "library"
},
{
"c99name" : "Catena",
"module_type" : "SwiftTarget",
"name" : "Catena",
"path" : "Sources/Catena",
"product_dependencies" : [
"CommandLine"
],
"product_memberships" : [
"Catena"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CatenaCore",
"CatenaSQL"
],
"type" : "executable"
}
],
"tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/pixelspark/base58.git
Fetching https://github.com/pixelspark/swift-parser-generator.git
Fetching https://github.com/IBM-Swift/HeliumLogger.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket
Fetching https://github.com/Bouke/NetService.git
Fetching https://github.com/vzsg/ed25519.git
[1/333] Fetching swift-parser-generator
[321/512] Fetching swift-parser-generator, ed25519
[513/1380] Fetching swift-parser-generator, ed25519, netservice
[522/1429] Fetching swift-parser-generator, ed25519, netservice, base58
[1430/2696] Fetching swift-parser-generator, ed25519, netservice, base58, heliumlogger
[1722/4532] Fetching swift-parser-generator, ed25519, netservice, base58, heliumlogger, kitura-websocket
Fetched https://github.com/pixelspark/swift-parser-generator.git from cache (0.28s)
Fetching https://github.com/jatoben/CommandLine.git
Fetched https://github.com/vzsg/ed25519.git from cache (0.29s)
Fetched https://github.com/Bouke/NetService.git from cache (0.29s)
Fetching https://github.com/IBM-Swift/Kitura.git
Fetched https://github.com/IBM-Swift/Kitura-WebSocket from cache (0.30s)
Fetching https://github.com/pixelspark/postgres-wire-server.git
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (0.30s)
Fetched https://github.com/pixelspark/base58.git from cache (0.30s)
Fetching https://github.com/pixelspark/sqlite.git
[1/21] Fetching sqlite
[8/1197] Fetching sqlite, commandline
[1195/1219] Fetching sqlite, commandline, postgres-wire-server
[1220/18128] Fetching sqlite, commandline, postgres-wire-server, kitura
Fetched https://github.com/jatoben/CommandLine.git from cache (0.30s)
Fetched https://github.com/pixelspark/postgres-wire-server.git from cache (0.28s)
[1881/16930] Fetching sqlite, kitura
Fetched https://github.com/pixelspark/sqlite.git from cache (0.32s)
[2875/16909] Fetching kitura
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.18s)
Computing version for https://github.com/vzsg/ed25519.git
error: Dependencies could not be resolved because 'ed25519' contains incompatible tools version (3.1.0) and root depends on 'ed25519' 0.2.0..<1.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Updating https://github.com/Bouke/NetService.git
Updating https://github.com/IBM-Swift/Kitura-WebSocket
Updating https://github.com/vzsg/ed25519.git
Updating https://github.com/pixelspark/swift-parser-generator.git
Updating https://github.com/IBM-Swift/HeliumLogger.git
Updated https://github.com/Bouke/NetService.git (0.15s)
Updating https://github.com/jatoben/CommandLine.git
Updated https://github.com/IBM-Swift/Kitura-WebSocket (0.20s)
Updating https://github.com/pixelspark/base58.git
Updating https://github.com/IBM-Swift/Kitura.git
Updated https://github.com/vzsg/ed25519.git (0.16s)
Updated https://github.com/jatoben/CommandLine.git (0.15s)
Updating https://github.com/pixelspark/sqlite.git
Updating https://github.com/pixelspark/postgres-wire-server.git
Updated https://github.com/pixelspark/swift-parser-generator.git (0.19s)
Updated https://github.com/IBM-Swift/HeliumLogger.git (0.19s)
Updated https://github.com/pixelspark/base58.git (0.42s)
Updated https://github.com/pixelspark/sqlite.git (0.31s)
Updated https://github.com/pixelspark/postgres-wire-server.git (0.31s)
Updated https://github.com/IBM-Swift/Kitura.git (0.41s)
Computing version for https://github.com/vzsg/ed25519.git
error: Dependencies could not be resolved because 'ed25519' contains incompatible tools version (3.1.0) and root depends on 'ed25519' 0.2.0..<1.0.0.
BUILD FAILURE 6.1 linux