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 Assist, reference 0.10.0 (20abc1), with Swift 6.0 for macOS (SPM) on 15 Dec 2025 18:21:08 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/Blackjacx/Assist.git
Reference: 0.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/Assist
 * tag               0.10.0     -> FETCH_HEAD
HEAD is now at 20abc1f Merge branch 'release/0.10.0'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
20abc1f11c3d80f2044465b3b30dc1d51266647d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.10.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Blackjacx/Assist.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/apple/swift-argument-parser
[1/4867] Fetching swiftshell
[2/5649] Fetching swiftshell, asckit
[242/6447] Fetching swiftshell, asckit, engine
[2333/23409] Fetching swiftshell, asckit, engine, swift-argument-parser
Fetched https://github.com/blackjacx/ASCKit from cache (1.63s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.63s)
Fetched https://github.com/blackjacx/Engine from cache (1.63s)
Fetched https://github.com/kareman/SwiftShell from cache (1.63s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.19s)
Computing version for https://github.com/blackjacx/ASCKit
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.iqb2ED/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.10.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.e9bTlK/asckit-manifest"])
/Package.swift:34:1: error: unexpected ',' separator
32 |         ),
33 |     ],
34 | )
   | `- error: unexpected ',' separator in https://github.com/blackjacx/ASCKit
BUILD FAILURE 6.0 macosSpm