The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Chat2App, reference 1.4.3 (c3dca5), with Swift 6.0 for macOS (SPM) on 11 Apr 2026 10:37:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrei200287/Chat2App.git
Reference: 1.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrei200287/Chat2App
 * tag               1.4.3      -> FETCH_HEAD
HEAD is now at c3dca5b Delete Package.resolved
Cloned https://github.com/andrei200287/Chat2App.git
Revision (git rev-parse @):
c3dca5b6f318a155af34739582f3f62a010fd022
SUCCESS checkout https://github.com/andrei200287/Chat2App.git at 1.4.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/andrei200287/Chat2App.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/SwiftKickMobile/SwiftMessages
Fetching https://github.com/onevcat/Kingfisher
Fetching https://github.com/MessageKit/MessageKit
Fetching https://github.com/vpeschenkov/LetterAvatarKit
[1/4550] Fetching swiftmessages
[183/8949] Fetching swiftmessages, devicekit
[625/10173] Fetching swiftmessages, devicekit, letteravatarkit
[793/42693] Fetching swiftmessages, devicekit, letteravatarkit, kingfisher
[34024/108433] Fetching swiftmessages, devicekit, letteravatarkit, kingfisher, messagekit
Fetched https://github.com/SwiftKickMobile/SwiftMessages from cache (4.91s)
Fetched https://github.com/onevcat/Kingfisher from cache (4.91s)
Fetched https://github.com/vpeschenkov/LetterAvatarKit from cache (4.91s)
[11631/70139] Fetching devicekit, messagekit
Fetched https://github.com/MessageKit/MessageKit from cache (23.22s)
Fetched https://github.com/devicekit/DeviceKit from cache (23.22s)
Computing version for https://github.com/vpeschenkov/LetterAvatarKit
Computed https://github.com/vpeschenkov/LetterAvatarKit at 1.2.5 (0.56s)
Computing version for https://github.com/SwiftKickMobile/SwiftMessages
Computed https://github.com/SwiftKickMobile/SwiftMessages at 10.0.2 (0.58s)
Computing version for https://github.com/MessageKit/MessageKit
Computed https://github.com/MessageKit/MessageKit at 4.3.0 (0.48s)
Fetching https://github.com/nathantannar4/InputBarAccessoryView
[1/4170] Fetching inputbaraccessoryview
Fetched https://github.com/nathantannar4/InputBarAccessoryView from cache (1.32s)
Computing version for https://github.com/nathantannar4/InputBarAccessoryView
Computed https://github.com/nathantannar4/InputBarAccessoryView at 6.5.1 (0.45s)
Computing version for https://github.com/onevcat/Kingfisher
Computed https://github.com/onevcat/Kingfisher at 8.8.1 (0.48s)
Computing version for https://github.com/devicekit/DeviceKit
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.F2g1pK/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.3.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.Dy2FIF/devicekit-manifest"])
/Package.swift:39:9: error: unexpected ',' separator
37 |             exclude: ["Info.plist", "Device.swift.gyb"],
38 |             resources: [.process("PrivacyInfo.xcprivacy")],
39 |         ),
   |         `- error: unexpected ',' separator
40 |         .testTarget(
41 |             name: "DeviceKitTests", in https://github.com/devicekit/DeviceKit
BUILD FAILURE 6.0 macosSpm