Build Information
Failed to build Chat2App, reference main (c3dca5), with Swift 6.0 for macOS (SPM) on 11 Apr 2026 11:53:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrei200287/Chat2App.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrei200287/Chat2App
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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/SwiftKickMobile/SwiftMessages
Fetching https://github.com/vpeschenkov/LetterAvatarKit
Fetching https://github.com/onevcat/Kingfisher
Fetching https://github.com/MessageKit/MessageKit
Fetching https://github.com/devicekit/DeviceKit
[1/4550] Fetching swiftmessages
[229/5774] Fetching swiftmessages, letteravatarkit
[640/10173] Fetching swiftmessages, letteravatarkit, devicekit
[5906/42693] Fetching swiftmessages, letteravatarkit, devicekit, kingfisher
[31205/108433] Fetching swiftmessages, letteravatarkit, devicekit, kingfisher, messagekit
Fetched https://github.com/SwiftKickMobile/SwiftMessages from cache (3.48s)
Fetched https://github.com/vpeschenkov/LetterAvatarKit from cache (3.48s)
[43232/102659] Fetching devicekit, kingfisher, messagekit
Fetched https://github.com/MessageKit/MessageKit from cache (6.42s)
Fetched https://github.com/devicekit/DeviceKit from cache (6.42s)
Fetched https://github.com/onevcat/Kingfisher from cache (6.42s)
Computing version for https://github.com/vpeschenkov/LetterAvatarKit
Computed https://github.com/vpeschenkov/LetterAvatarKit at 1.2.5 (0.57s)
Computing version for https://github.com/SwiftKickMobile/SwiftMessages
Computed https://github.com/SwiftKickMobile/SwiftMessages at 10.0.2 (0.57s)
Computing version for https://github.com/MessageKit/MessageKit
Computed https://github.com/MessageKit/MessageKit at 4.3.0 (0.45s)
Fetching https://github.com/nathantannar4/InputBarAccessoryView
[1/4170] Fetching inputbaraccessoryview
Fetched https://github.com/nathantannar4/InputBarAccessoryView from cache (1.19s)
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.46s)
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.d7YAhW/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.LYPwJq/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