The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TermKit, reference main (2cdfc9), with Swift 6.0 for Linux on 1 Feb 2026 06:30:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/TermKit.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/migueldeicaza/TermKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2cdfc96 Fix scrolling on the list by using the actual height
Cloned https://github.com/migueldeicaza/TermKit.git
Revision (git rev-parse @):
2cdfc96f9c524251ae1f517a440f28150182b7c2
SUCCESS checkout https://github.com/migueldeicaza/TermKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/migueldeicaza/TermKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/migueldeicaza/SwiftTerm.git
[1/240] Fetching textbufferkit
[241/531] Fetching textbufferkit, swiftlintplugins
[532/2698] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin
[771/8586] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin, swift-log
[1066/15655] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin, swift-log, swift-markdown
[13242/23884] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin, swift-log, swift-markdown, swiftterm
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.63s)
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (0.88s)
Fetched https://github.com/apple/swift-log.git from cache (0.88s)
Fetched https://github.com/apple/swift-markdown from cache (0.89s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.89s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (0.89s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (2.48s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.m9G3Lu/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.9.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.NQwPd2/swiftterm-manifest"])
/Package.swift:29:5: error: unexpected ',' separator
27 | //            .unsafeFlags(["-enforce-exclusivity=none"])
28 | //        ]
29 |     ),
   |     `- error: unexpected ',' separator
30 |     .executableTarget (
31 |         name: "SwiftTermFuzz",
/Package.swift:62:5: error: unexpected ',' separator
60 | //            .unsafeFlags(["-enforce-exclusivity=none"])
61 | //        ]
62 |     ),
   |     `- error: unexpected ',' separator
63 |     .executableTarget (
64 |         name: "SwiftTermFuzz", in https://github.com/migueldeicaza/SwiftTerm.git
BUILD FAILURE 6.0 linux