Build Information
Failed to build BuildDSL, reference main (32c102), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 21 Oct 2025 12:04:02 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ahmed-Ali/BuildDSL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ahmed-Ali/BuildDSL
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 32c102a ci: use swift 6.0
Cloned https://github.com/Ahmed-Ali/BuildDSL.git
Revision (git rev-parse @):
32c102afa78c61947d0e0d0f8b765865be36fdab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Ahmed-Ali/BuildDSL.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.0
Building package at path: $PWD
https://github.com/Ahmed-Ali/BuildDSL.git
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Package: spi-builder-workspace
Resolve Package Graph
Package: spi-builder-workspace
Resolved source packages:
spi-builder-workspace: (null)
2025-10-21 05:03:59.514 xcodebuild[509:2979] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-21-10_05-03-0059.xcresult
xcodebuild: error: Could not resolve package dependencies:
Unexpected ',' separator
Unexpected ',' separator
Unexpected ',' separator
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Users/admin/builder/spi-builder-workspace/Package.swift:35:9: error: unexpected ',' separator
33 | .product(name: "SwiftCompilerPlugin", package: "swift-syntax")
34 | ],
35 | ),
| `- error: unexpected ',' separator
36 | .target(
37 | name: "BuildDSL",
/Users/admin/builder/spi-builder-workspace/Package.swift:39:9: error: unexpected ',' separator
37 | name: "BuildDSL",
38 | dependencies: ["BuildDSLMacros"],
39 | ),
| `- error: unexpected ',' separator
40 | .executableTarget(
41 | name: "BuildDSLClient",
/Users/admin/builder/spi-builder-workspace/Package.swift:43:9: error: unexpected ',' separator
41 | name: "BuildDSLClient",
42 | dependencies: ["BuildDSL"],
43 | ),
| `- error: unexpected ',' separator
44 | .testTarget(
45 | name: "BuildDSLTests",
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Package: spi-builder-workspace
Resolved source packages:
spi-builder-workspace: (null)
2025-10-21 05:04:01.571 xcodebuild[603:3680] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-21-10_05-04-0001.xcresult
xcodebuild: error: Could not resolve package dependencies:
Unexpected ',' separator
Unexpected ',' separator
Unexpected ',' separator
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Users/admin/builder/spi-builder-workspace/Package.swift:35:9: error: unexpected ',' separator
33 | .product(name: "SwiftCompilerPlugin", package: "swift-syntax")
34 | ],
35 | ),
| `- error: unexpected ',' separator
36 | .target(
37 | name: "BuildDSL",
/Users/admin/builder/spi-builder-workspace/Package.swift:39:9: error: unexpected ',' separator
37 | name: "BuildDSL",
38 | dependencies: ["BuildDSLMacros"],
39 | ),
| `- error: unexpected ',' separator
40 | .executableTarget(
41 | name: "BuildDSLClient",
/Users/admin/builder/spi-builder-workspace/Package.swift:43:9: error: unexpected ',' separator
41 | name: "BuildDSLClient",
42 | dependencies: ["BuildDSL"],
43 | ),
| `- error: unexpected ',' separator
44 | .testTarget(
45 | name: "BuildDSLTests",
BUILD FAILURE 6.0 macosXcodebuild