The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ActionBuilderPlugin, reference main (23b747), with Swift 5.10 for Linux on 2 Sep 2024 14:28:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/ActionBuilderPlugin.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/elegantchaos/ActionBuilderPlugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23b7475 Updated to Swift 6
Cloned https://github.com/elegantchaos/ActionBuilderPlugin.git
Revision (git rev-parse @):
23b7475e21d93983aec0d32d20cc7cd08bd98d2f
SUCCESS checkout https://github.com/elegantchaos/ActionBuilderPlugin.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/elegantchaos/ActionBuilderPlugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/elegantchaos/ActionBuilderCore
Fetching https://github.com/elegantchaos/Runner.git
Fetching https://github.com/elegantchaos/ChaosByteStreams.git
Fetching https://github.com/elegantchaos/Versionator.git
Fetching https://github.com/elegantchaos/SemanticVersion
[1/43] Fetching chaosbytestreams
[44/494] Fetching chaosbytestreams, actionbuildercore
[495/646] Fetching chaosbytestreams, actionbuildercore, semanticversion
[647/870] Fetching chaosbytestreams, actionbuildercore, semanticversion, versionator
[836/1314] Fetching chaosbytestreams, actionbuildercore, semanticversion, versionator, runner
Fetched https://github.com/elegantchaos/SemanticVersion from cache (0.20s)
[768/1162] Fetching chaosbytestreams, actionbuildercore, versionator, runner
Fetched https://github.com/elegantchaos/ChaosByteStreams.git from cache (0.24s)
Fetched https://github.com/elegantchaos/ActionBuilderCore from cache (0.24s)
Fetched https://github.com/elegantchaos/Versionator.git from cache (0.24s)
Fetched https://github.com/elegantchaos/Runner.git from cache (0.24s)
Computing version for https://github.com/elegantchaos/ActionBuilderCore.git
error: Dependencies could not be resolved because root depends on 'actionbuildercore' 2.0.0..<3.0.0.
'actionbuildercore' >= 2.0.0 cannot be used because no versions of 'actionbuildercore' match the requirement 2.0.1..<3.0.0 and 'actionbuildercore' 2.0.0 contains incompatible tools version (6.0.0).
BUILD FAILURE 5.10 linux