The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TermKit, reference main (2cdfc9), with Swift 6.0 for macOS (SPM) on 1 Feb 2026 06:31:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/migueldeicaza/TermKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/migueldeicaza/SwiftTerm.git
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/apple/swift-docc-plugin
[1/240] Fetching textbufferkit
[57/531] Fetching textbufferkit, swiftlintplugins
[296/2698] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin
[416/8586] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin, swift-log
[614/16815] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin, swift-log, swiftterm
[1478/23884] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin, swift-log, swiftterm, swift-markdown
Fetched https://github.com/apple/swift-markdown from cache (1.34s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.34s)
[14400/14648] Fetching textbufferkit, swiftlintplugins, swift-log, swiftterm
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.34s)
[14275/14357] Fetching textbufferkit, swift-log, swiftterm
Fetched https://github.com/apple/swift-log.git from cache (1.43s)
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (1.43s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (1.43s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (3.12s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.Pue9cT/vfs.yaml", "-L", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk", "-F", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk", "-package-description-version", "5.9.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.YqGQeU/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 macosSpm