Build Information
Failed to build LocalLLMClient, reference 0.5.0 (edc39e), with Swift 6.1 for Linux on 25 Apr 2026 11:28:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tattn/LocalLLMClient.git
Reference: 0.5.0
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/tattn/LocalLLMClient
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at edc39ef Update tested models to include Gemma 4
Submodule path 'Sources/LocalLLMClientLlamaC/exclude/llama.cpp': checked out 'e365e658f07b63371489570dfde597f199b26c23'
Submodule 'Sources/LlamaClientExperimentalC/exclude/llama.cpp' (https://github.com/ggml-org/llama.cpp.git) registered for path 'Sources/LocalLLMClientLlamaC/exclude/llama.cpp'
Cloning into '/host/spi-builder-workspace/Sources/LocalLLMClientLlamaC/exclude/llama.cpp'...
Cloned https://github.com/tattn/LocalLLMClient.git
Revision (git rev-parse @):
edc39ef2ffc1cef9cf856b0788de8d331f776c2e
SUCCESS checkout https://github.com/tattn/LocalLLMClient.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tattn/LocalLLMClient.git
https://github.com/tattn/LocalLLMClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/huggingface/swift-jinja
[1/17464] Fetching swift-argument-parser
[2/18515] Fetching swift-argument-parser, swift-jinja
[5942/93553] Fetching swift-argument-parser, swift-jinja, swift-syntax
Fetched https://github.com/huggingface/swift-jinja from cache (10.68s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (10.70s)
Fetched https://github.com/swiftlang/swift-syntax from cache (10.75s)
Computing version for https://github.com/huggingface/swift-jinja
Computed https://github.com/huggingface/swift-jinja at 2.3.5 (11.58s)
Fetching https://github.com/apple/swift-collections.git
[1/23680] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (2.45s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.97s)
Creating working copy for https://github.com/huggingface/swift-jinja
Working copy of https://github.com/huggingface/swift-jinja resolved at 2.3.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.4.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/173] Compiling build-info.cpp
[2/173] Compiling _SwiftSyntaxCShims dummy.c
[2/173] Write sources
[17/173] Copying json.gbnf
[17/173] Write sources
[28/173] Compiling qwen2vl.cpp
[29/173] Compiling pixtral.cpp
[30/173] Compiling paddleocr.cpp
[31/173] Compiling LocalLLMClientLlamaC utils.cpp
[32/173] Compiling LocalLLMClientLlamaC mtmd-image.cpp
[33/173] Write swift-version-24593BA9C3E375BF.txt
[33/173] Compiling LocalLLMClientLlamaC clip.cpp
[35/173] Compiling LocalLLMClientLlamaC mtmd.cpp
[36/175] Compiling chat-auto-parser-helpers.cpp
/host/spi-builder-workspace/Sources/LocalLLMClientLlamaC/mtmd-audio.cpp:15:16: error: expected unqualified-id
15 | constexpr bool DEBUG = false;
| ^
<command line>:2:15: note: expanded from macro 'DEBUG'
2 | #define DEBUG 1
| ^
1 error generated.
[37/175] Compiling LocalLLMClientLlamaC mtmd-audio.cpp
[37/175] Compiling step3vl.cpp
[37/175] Compiling chat-auto-parser-generator.cpp
[37/175] Compiling youtuvl.cpp
[38/175] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/175] Compiling LocalLLMClientLlamaC mtmd-helper.cpp
[38/175] Compiling whisper-enc.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/137] Write sources
[4/138] Compiling qwen3vl.cpp
[5/138] Compiling siglip.cpp
[6/138] Compiling step3vl.cpp
[7/138] Compiling whisper-enc.cpp
[8/138] Compiling youtuvl.cpp
[9/138] Compiling qwen3a.cpp
[10/138] Write swift-version-24593BA9C3E375BF.txt
/host/spi-builder-workspace/Sources/LocalLLMClientLlamaC/mtmd-audio.cpp:15:16: error: expected unqualified-id
15 | constexpr bool DEBUG = false;
| ^
<command line>:2:15: note: expanded from macro 'DEBUG'
2 | #define DEBUG 1
| ^
1 error generated.
[11/138] Compiling LocalLLMClientLlamaC mtmd-audio.cpp
[11/138] Compiling kimivl.cpp
[11/138] Compiling llama4.cpp
[11/138] Compiling mobilenetv5.cpp
[11/138] Compiling nemotron-v2-vl.cpp
[11/138] Compiling minicpmv.cpp
[11/138] Compiling llava.cpp
[11/138] Compiling LocalLLMClientLlamaC mtmd-helper.cpp
BUILD FAILURE 6.1 linux