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 Catena, reference master (0b3952), with Swift 6.0 for Linux on 26 Nov 2024 13:44:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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.0
Building package at path:  $PWD
https://github.com/pixelspark/catena.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pixelspark/base58.git
Fetching https://github.com/vzsg/ed25519.git
Fetching https://github.com/Bouke/NetService.git
Fetching https://github.com/IBM-Swift/HeliumLogger.git
Fetching https://github.com/pixelspark/swift-parser-generator.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket
[1/868] Fetching netservice
[869/1047] Fetching netservice, ed25519
[1048/1380] Fetching netservice, ed25519, swift-parser-generator
[1381/2647] Fetching netservice, ed25519, swift-parser-generator, heliumlogger
[1850/4483] Fetching netservice, ed25519, swift-parser-generator, heliumlogger, kitura-websocket
[4484/4532] Fetching netservice, ed25519, swift-parser-generator, heliumlogger, kitura-websocket, base58
Fetched https://github.com/Bouke/NetService.git from cache (0.34s)
Fetching https://github.com/jatoben/CommandLine.git
Fetched https://github.com/vzsg/ed25519.git from cache (0.35s)
Fetching https://github.com/IBM-Swift/Kitura.git
Fetched https://github.com/pixelspark/base58.git from cache (0.36s)
Fetched https://github.com/pixelspark/swift-parser-generator.git from cache (0.36s)
Fetched https://github.com/IBM-Swift/Kitura-WebSocket from cache (0.36s)
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (0.36s)
Fetching https://github.com/pixelspark/postgres-wire-server.git
Fetching https://github.com/pixelspark/sqlite.git
[1/1176] Fetching commandline
[942/1197] Fetching commandline, sqlite
[1195/18106] Fetching commandline, sqlite, kitura
Fetched https://github.com/jatoben/CommandLine.git from cache (0.28s)
[1713/16952] Fetching sqlite, kitura, postgres-wire-server
Fetched https://github.com/pixelspark/postgres-wire-server.git from cache (0.85s)
Fetched https://github.com/pixelspark/sqlite.git from cache (0.85s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.08s)
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.0 linux