Build Information
Failed to build Catena, reference master (0b3952
), with Swift 6.1 for Wasm on 27 May 2025 08:49:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: wasm
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vzsg/ed25519.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket
Fetching https://github.com/IBM-Swift/HeliumLogger.git
Fetching https://github.com/pixelspark/base58.git
Fetching https://github.com/Bouke/NetService.git
Fetching https://github.com/pixelspark/swift-parser-generator.git
[1/179] Fetching ed25519
[180/512] Fetching ed25519, swift-parser-generator
[513/2348] Fetching ed25519, swift-parser-generator, kitura-websocket
[807/2397] Fetching ed25519, swift-parser-generator, kitura-websocket, base58
[1554/3265] Fetching ed25519, swift-parser-generator, kitura-websocket, base58, netservice
[2277/4532] Fetching ed25519, swift-parser-generator, kitura-websocket, base58, netservice, heliumlogger
Fetched https://github.com/pixelspark/base58.git from cache (0.28s)
[3015/4483] Fetching ed25519, swift-parser-generator, kitura-websocket, netservice, heliumlogger
Fetched https://github.com/pixelspark/swift-parser-generator.git from cache (0.28s)
[2946/4150] Fetching ed25519, kitura-websocket, netservice, heliumlogger
Fetching https://github.com/jatoben/CommandLine.git
Fetching https://github.com/IBM-Swift/Kitura.git
Fetched https://github.com/IBM-Swift/Kitura-WebSocket from cache (0.38s)
Fetched https://github.com/Bouke/NetService.git from cache (0.38s)
Fetching https://github.com/pixelspark/postgres-wire-server.git
Fetching https://github.com/pixelspark/sqlite.git
Fetched https://github.com/vzsg/ed25519.git from cache (0.39s)
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (0.39s)
[1/1176] Fetching commandline
[1177/1198] Fetching commandline, postgres-wire-server
[1199/1219] Fetching commandline, postgres-wire-server, sqlite
[1217/18128] Fetching commandline, postgres-wire-server, sqlite, kitura
Fetched https://github.com/pixelspark/postgres-wire-server.git from cache (0.38s)
[5763/18106] Fetching commandline, sqlite, kitura
Fetched https://github.com/pixelspark/sqlite.git from cache (0.38s)
[5911/18085] Fetching commandline, kitura
Fetched https://github.com/jatoben/CommandLine.git from cache (2.01s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (2.02s)
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/IBM-Swift/HeliumLogger.git
Updating https://github.com/IBM-Swift/Kitura-WebSocket
Updating https://github.com/Bouke/NetService.git
Updating https://github.com/pixelspark/swift-parser-generator.git
Updating https://github.com/pixelspark/base58.git
Updating https://github.com/vzsg/ed25519.git
Updated https://github.com/vzsg/ed25519.git (0.16s)
Updating https://github.com/jatoben/CommandLine.git
Updated https://github.com/IBM-Swift/HeliumLogger.git (0.21s)
Updating https://github.com/IBM-Swift/Kitura.git
Updated https://github.com/IBM-Swift/Kitura-WebSocket (0.22s)
Updated https://github.com/pixelspark/swift-parser-generator.git (0.22s)
Updated https://github.com/Bouke/NetService.git (0.22s)
Updated https://github.com/pixelspark/base58.git (0.22s)
Updating https://github.com/pixelspark/postgres-wire-server.git
Updating https://github.com/pixelspark/sqlite.git
Updated https://github.com/jatoben/CommandLine.git (0.12s)
Updated https://github.com/IBM-Swift/Kitura.git (0.19s)
Updated https://github.com/pixelspark/sqlite.git (0.18s)
Updated https://github.com/pixelspark/postgres-wire-server.git (0.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.
BUILD FAILURE 6.1 wasm