The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BuildDSL, reference v1.0.1 (b52dc7), with Swift 6.0 for watchOS using Xcode 16.2 on 20 Oct 2025 19:41:44 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: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ahmed-Ali/BuildDSL
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at b52dc72 chore: Formatting, REAME links and use Swift 6.0
Cloned https://github.com/Ahmed-Ali/BuildDSL.git
Revision (git rev-parse @):
b52dc72ed135e4585f485f5b48bd091dae7c1c38
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Ahmed-Ali/BuildDSL.git at v1.0.1
========================================
Build
========================================
Selected platform:         watchOS
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-20 12:41:40.965 xcodebuild[510:2920] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-20-10_12-41-0040.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-20 12:41:43.013 xcodebuild[605:3594] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-20-10_12-41-0043.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 watchOS