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 lua4swift, reference v1.1.3 (a7a2a0), with Swift 5.10 for Linux on 17 Mar 2025 09:15:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLua/lua4swift.git
Reference: v1.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/SwiftyLua/lua4swift
 * tag               v1.1.3     -> FETCH_HEAD
HEAD is now at a7a2a0d Fixed warning
Cloned https://github.com/SwiftyLua/lua4swift.git
Revision (git rev-parse @):
a7a2a0dae6a7bcee3c03cf794bb90050033552ff
SUCCESS checkout https://github.com/SwiftyLua/lua4swift.git at v1.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/SwiftyLua/lua4swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
Fetching https://github.com/SwiftyLua/CLua
[1/188] Fetching clua
[189/14935] Fetching clua, quick
[10660/34486] Fetching clua, quick, nimble
Fetched https://github.com/SwiftyLua/CLua from cache (1.17s)
Fetched https://github.com/Quick/Quick from cache (1.18s)
Fetched https://github.com/Quick/Nimble from cache (1.20s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 13.7.1 (0.37s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 7.6.2 (0.39s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/5863] Fetching swift-algorithms
[5864/20569] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
[148/14706] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.79s)
Computing version for https://github.com/SwiftyLua/CLua
error: Dependencies could not be resolved because root depends on 'clua' 5.4.7..<6.0.0.
'clua' >= 5.4.7 cannot be used because 'clua' 5.4.7 contains incompatible tools version (6.0.0) and no versions of 'clua' match the requirement 5.4.8..<6.0.0.
BUILD FAILURE 5.10 linux