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 snap-style, reference 0.1.0 (28b223), with Swift 6.0 for Linux on 3 Sep 2025 19:23:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-style.git
Reference: 0.1.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/simonnickel/snap-style
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 28b223a Update readme
Cloned https://github.com/simonnickel/snap-style.git
Revision (git rev-parse @):
28b223aadb97c50205d57cd5cc287c9bd250e2b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-style.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/simonnickel/snap-style.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
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.XY1igO/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.othUAf/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:35:9: error: unexpected ',' separator
 33 |             ],
 34 |             path: "Sources/X-SnapStyle",
 35 |         ),
    |         `- error: unexpected ',' separator
 36 |         // Views
 37 |         .target(
/host/spi-builder-workspace/Package.swift:48:9: error: unexpected ',' separator
 46 |             ],
 47 |             path: "Sources/Views",
 48 |         ),
    |         `- error: unexpected ',' separator
 49 |         // Layout
 50 |         .target(
/host/spi-builder-workspace/Package.swift:60:9: error: unexpected ',' separator
 58 |             ],
 59 |             path: "Sources/Layout",
 60 |         ),
    |         `- error: unexpected ',' separator
 61 |         // Modifier
 62 |         .target(
/host/spi-builder-workspace/Package.swift:71:9: error: unexpected ',' separator
 69 |             ],
 70 |             path: "Sources/KeyModifier",
 71 |         ),
    |         `- error: unexpected ',' separator
 72 |         // Values
 73 |         .target(
/host/spi-builder-workspace/Package.swift:81:9: error: unexpected ',' separator
 79 |             ],
 80 |             path: "Sources/Definitions",
 81 |         ),
    |         `- error: unexpected ',' separator
 82 |         // Components and Elements
 83 |         .target(
/host/spi-builder-workspace/Package.swift:90:9: error: unexpected ',' separator
 88 |             ],
 89 |             path: "Sources/Components",
 90 |         ),
    |         `- error: unexpected ',' separator
 91 |         // Implementation of core features.
 92 |         .target(
/host/spi-builder-workspace/Package.swift:98:9: error: unexpected ',' separator
 96 |             ],
 97 |             path: "Sources/Base",
 98 |         ),
    |         `- error: unexpected ',' separator
 99 |         // A separate target for Debugging related helper.
100 |         .target(
/host/spi-builder-workspace/Package.swift:106:9: error: unexpected ',' separator
104 |             ],
105 |             path: "Sources/X-Debug",
106 |         ),
    |         `- error: unexpected ',' separator
107 |     ],
108 |     swiftLanguageModes: [.version("6")]
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.NlcWKc/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.LYEPYt/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:35:9: error: unexpected ',' separator
 33 |             ],
 34 |             path: "Sources/X-SnapStyle",
 35 |         ),
    |         `- error: unexpected ',' separator
 36 |         // Views
 37 |         .target(
/host/spi-builder-workspace/Package.swift:48:9: error: unexpected ',' separator
 46 |             ],
 47 |             path: "Sources/Views",
 48 |         ),
    |         `- error: unexpected ',' separator
 49 |         // Layout
 50 |         .target(
/host/spi-builder-workspace/Package.swift:60:9: error: unexpected ',' separator
 58 |             ],
 59 |             path: "Sources/Layout",
 60 |         ),
    |         `- error: unexpected ',' separator
 61 |         // Modifier
 62 |         .target(
/host/spi-builder-workspace/Package.swift:71:9: error: unexpected ',' separator
 69 |             ],
 70 |             path: "Sources/KeyModifier",
 71 |         ),
    |         `- error: unexpected ',' separator
 72 |         // Values
 73 |         .target(
/host/spi-builder-workspace/Package.swift:81:9: error: unexpected ',' separator
 79 |             ],
 80 |             path: "Sources/Definitions",
 81 |         ),
    |         `- error: unexpected ',' separator
 82 |         // Components and Elements
 83 |         .target(
/host/spi-builder-workspace/Package.swift:90:9: error: unexpected ',' separator
 88 |             ],
 89 |             path: "Sources/Components",
 90 |         ),
    |         `- error: unexpected ',' separator
 91 |         // Implementation of core features.
 92 |         .target(
/host/spi-builder-workspace/Package.swift:98:9: error: unexpected ',' separator
 96 |             ],
 97 |             path: "Sources/Base",
 98 |         ),
    |         `- error: unexpected ',' separator
 99 |         // A separate target for Debugging related helper.
100 |         .target(
/host/spi-builder-workspace/Package.swift:106:9: error: unexpected ',' separator
104 |             ],
105 |             path: "Sources/X-Debug",
106 |         ),
    |         `- error: unexpected ',' separator
107 |     ],
108 |     swiftLanguageModes: [.version("6")]
BUILD FAILURE 6.0 linux