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 LocalLLMClient, reference 0.2.0 (45b10c), with Swift 6.0 for Linux on 15 Jun 2025 11:38:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tattn/LocalLLMClient.git
Reference: 0.2.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.2.0      -> FETCH_HEAD
HEAD is now at 45b10c4 Merge pull request #25 from tattn/update-llama-dependency-20250615070719
Submodule path 'Sources/LocalLLMClientLlamaC/exclude/llama.cpp': checked out 'b9912ac570de8945ae9383c9ca8291027bf287dd'
Submodule path 'Sources/LocalLLMClientLlamaC/exclude/llama.cpp/ggml/src/ggml-kompute/kompute': checked out '4565194ed7c32d1d2efa32ceab4d3c6cae006306'
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'...
Submodule 'kompute' (https://github.com/nomic-ai/kompute.git) registered for path 'Sources/LocalLLMClientLlamaC/exclude/llama.cpp/ggml/src/ggml-kompute/kompute'
Cloning into '/host/spi-builder-workspace/Sources/LocalLLMClientLlamaC/exclude/llama.cpp/ggml/src/ggml-kompute/kompute'...
Cloned https://github.com/tattn/LocalLLMClient.git
Revision (git rev-parse @):
45b10c42cf7a81ccf56dcf828b5871e6df11b100
SUCCESS checkout https://github.com/tattn/LocalLLMClient.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tattn/LocalLLMClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b6b5ca269897060a445977894eeda322d27576a88fe7ac1ad02aed9d137eb478
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.l02gBA/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "6", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "6.0.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.CX38Ov/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:89:5: error: unexpected ',' separator
 87 |             .product(name: "MLXVLM", package: "mlx-swift-examples"),
 88 |         ],
 89 |     ),
    |     `- error: unexpected ',' separator
 90 |     .testTarget(
 91 |         name: "LocalLLMClientMLXTests",
/host/spi-builder-workspace/Package.swift:112:5: error: unexpected ',' separator
110 |             .unsafeFlags(["-w"])
111 |         ],
112 |     ),
    |     `- error: unexpected ',' separator
113 |
114 |     .target(
/host/spi-builder-workspace/Package.swift:119:5: error: unexpected ',' separator
117 |             .product(name: "MLXLMCommon", package: "mlx-swift-examples"),
118 |         ],
119 |     ),
    |     `- error: unexpected ',' separator
120 |     .testTarget(
121 |         name: "LocalLLMClientUtilityTests",
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.DcebcZ/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "6", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "6.0.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.OTdrbm/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:89:5: error: unexpected ',' separator
 87 |             .product(name: "MLXVLM", package: "mlx-swift-examples"),
 88 |         ],
 89 |     ),
    |     `- error: unexpected ',' separator
 90 |     .testTarget(
 91 |         name: "LocalLLMClientMLXTests",
/host/spi-builder-workspace/Package.swift:112:5: error: unexpected ',' separator
110 |             .unsafeFlags(["-w"])
111 |         ],
112 |     ),
    |     `- error: unexpected ',' separator
113 |
114 |     .target(
/host/spi-builder-workspace/Package.swift:119:5: error: unexpected ',' separator
117 |             .product(name: "MLXLMCommon", package: "mlx-swift-examples"),
118 |         ],
119 |     ),
    |     `- error: unexpected ',' separator
120 |     .testTarget(
121 |         name: "LocalLLMClientUtilityTests",
BUILD FAILURE 6.0 linux