The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Dollup, reference 1.0.7 (05313b), with Swift 6.3 for watchOS using Xcode 26.4 on 1 May 2026 00:06:26 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dollup-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/dollup.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/dollup
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 05313b8 [release]: 1.0.7
Cloned https://github.com/tayloraswift/dollup.git
Revision (git rev-parse @):
05313b86aad73a7b01b6193eabd146a13936d789
SUCCESS checkout https://github.com/tayloraswift/dollup.git at 1.0.7
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tayloraswift/dollup.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/rarestype/swift-io
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/apple/swift-system
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-io’
Checking out 2.0.0 of package ‘swift-io’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.1 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  Dollup: /Users/admin/builder/spi-builder-workspace
  swift-io: https://github.com/rarestype/swift-io @ 2.0.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.1
resolved source packages: swift-argument-parser, Dollup, swift-io, swift-system, swift-syntax
2026-04-30 20:05:59.936 xcodebuild[536:3148] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-io",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rarestype/swift-io"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "603.0.0",
            "upper_bound" : "604.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Dollup",
  "name" : "Dollup",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "dollup",
      "targets" : [
        "DollupTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Dollup",
      "targets" : [
        "Dollup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DollupConfig",
      "targets" : [
        "DollupConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WhitespaceFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "WhitespaceFormatterTests",
      "path" : "Tests",
      "sources" : [
        "WhitespaceFormatter/ArgumentFoldingTests.swift",
        "WhitespaceFormatter/BraceStyleTests.swift",
        "WhitespaceFormatter/ColonSpacingTests.swift",
        "WhitespaceFormatter/LineWrappingTests.swift",
        "WhitespaceFormatter/ModifierFoldingTests.swift",
        "WhitespaceFormatter/ReindentationTests.swift",
        "WhitespaceFormatter/WhitespaceFormatter (ext).swift"
      ],
      "target_dependencies" : [
        "WhitespaceFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WhitespaceFormatter",
      "module_type" : "SwiftTarget",
      "name" : "WhitespaceFormatter",
      "path" : "Sources/WhitespaceFormatter",
      "product_dependencies" : [
        "SwiftOperators",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "dollup",
        "Dollup",
        "DollupConfig"
      ],
      "sources" : [
        "ArgumentCalculator.swift",
        "Array (ext).swift",
        "BlockCommentCalculator.swift",
        "BlockCommentRegion.swift",
        "BraceStyle.swift",
        "BracketAligner.swift",
        "BracketCalculator.Scope.swift",
        "BracketCalculator.swift",
        "BracketSide.swift",
        "BracketType.swift",
        "ColonAlignment.swift",
        "ColonCalculator.swift",
        "FoldAttributesOptions.DefaultBehavior.swift",
        "FoldAttributesOptions.swift",
        "IndentCalculator.swift",
        "IndentOptions.swift",
        "IndentRegion.swift",
        "Line.swift",
        "LineExpander.swift",
        "LineWrapper.swift",
        "Linebreak.swift",
        "LinebreakContext.swift",
        "LinebreakTier.Direction.swift",
        "LinebreakTier.swift",
        "LinebreakType.swift",
        "MemberChain.Link.swift",
        "MemberChain.Links.swift",
        "MemberChain.swift",
        "ModifierCalculator.swift",
        "ModifierFolder.swift",
        "Source.swift",
        "String (ext).swift",
        "SyntaxProtocol (ext).swift",
        "TokenFolder.swift",
        "Trivia (ext).swift",
        "VerticalFolder.swift",
        "WhitespaceFormatter.swift",
        "WhitespaceOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DollupTool",
      "module_type" : "SwiftTarget",
      "name" : "DollupTool",
      "path" : "Sources/DollupTool",
      "product_memberships" : [
        "dollup"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "DollupConfig"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DollupConfig",
      "module_type" : "SwiftTarget",
      "name" : "DollupConfig",
      "path" : "Sources/DollupConfig",
      "product_dependencies" : [
        "SystemIO"
      ],
      "product_memberships" : [
        "dollup",
        "DollupConfig"
      ],
      "sources" : [
        "DollupConfiguration.swift",
        "DollupSettings.swift"
      ],
      "target_dependencies" : [
        "Dollup"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dollup",
      "module_type" : "SwiftTarget",
      "name" : "Dollup",
      "path" : "Sources/Dollup",
      "product_memberships" : [
        "dollup",
        "Dollup",
        "DollupConfig"
      ],
      "sources" : [
        "Dollup.swift",
        "DollupError.swift"
      ],
      "target_dependencies" : [
        "WhitespaceFormatter"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "dollup",
      "Dollup",
      "Dollup-Package",
      "DollupConfig"
    ]
  }
}
2026-04-30 20:06:10.638 xcodebuild[837:5042] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dollup-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Dollup-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-io: https://github.com/rarestype/swift-io @ 2.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.1
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Dollup: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
    Target 'dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
    Target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
    Target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
    Target 'SystemIO' in project 'swift-io'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemIO' in project 'swift-io'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
    Target 'SwiftSyntax603' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d631cd94920296683d6a544da068bcdf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d631cd94920296683d6a544da068bcdf.xcbuilddata
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 11.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 11.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
2026-04-30 20:06:15.693 xcodebuild[863:5191] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Dollup-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.1
  swift-io: https://github.com/rarestype/swift-io @ 2.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  Dollup: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-system, swift-syntax, swift-io, swift-argument-parser, Dollup
2026-04-30 20:06:20.585 xcodebuild[958:5669] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-io",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rarestype/swift-io"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "603.0.0",
            "upper_bound" : "604.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Dollup",
  "name" : "Dollup",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "dollup",
      "targets" : [
        "DollupTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Dollup",
      "targets" : [
        "Dollup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DollupConfig",
      "targets" : [
        "DollupConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WhitespaceFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "WhitespaceFormatterTests",
      "path" : "Tests",
      "sources" : [
        "WhitespaceFormatter/ArgumentFoldingTests.swift",
        "WhitespaceFormatter/BraceStyleTests.swift",
        "WhitespaceFormatter/ColonSpacingTests.swift",
        "WhitespaceFormatter/LineWrappingTests.swift",
        "WhitespaceFormatter/ModifierFoldingTests.swift",
        "WhitespaceFormatter/ReindentationTests.swift",
        "WhitespaceFormatter/WhitespaceFormatter (ext).swift"
      ],
      "target_dependencies" : [
        "WhitespaceFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WhitespaceFormatter",
      "module_type" : "SwiftTarget",
      "name" : "WhitespaceFormatter",
      "path" : "Sources/WhitespaceFormatter",
      "product_dependencies" : [
        "SwiftOperators",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "dollup",
        "Dollup",
        "DollupConfig"
      ],
      "sources" : [
        "ArgumentCalculator.swift",
        "Array (ext).swift",
        "BlockCommentCalculator.swift",
        "BlockCommentRegion.swift",
        "BraceStyle.swift",
        "BracketAligner.swift",
        "BracketCalculator.Scope.swift",
        "BracketCalculator.swift",
        "BracketSide.swift",
        "BracketType.swift",
        "ColonAlignment.swift",
        "ColonCalculator.swift",
        "FoldAttributesOptions.DefaultBehavior.swift",
        "FoldAttributesOptions.swift",
        "IndentCalculator.swift",
        "IndentOptions.swift",
        "IndentRegion.swift",
        "Line.swift",
        "LineExpander.swift",
        "LineWrapper.swift",
        "Linebreak.swift",
        "LinebreakContext.swift",
        "LinebreakTier.Direction.swift",
        "LinebreakTier.swift",
        "LinebreakType.swift",
        "MemberChain.Link.swift",
        "MemberChain.Links.swift",
        "MemberChain.swift",
        "ModifierCalculator.swift",
        "ModifierFolder.swift",
        "Source.swift",
        "String (ext).swift",
        "SyntaxProtocol (ext).swift",
        "TokenFolder.swift",
        "Trivia (ext).swift",
        "VerticalFolder.swift",
        "WhitespaceFormatter.swift",
        "WhitespaceOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DollupTool",
      "module_type" : "SwiftTarget",
      "name" : "DollupTool",
      "path" : "Sources/DollupTool",
      "product_memberships" : [
        "dollup"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "DollupConfig"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DollupConfig",
      "module_type" : "SwiftTarget",
      "name" : "DollupConfig",
      "path" : "Sources/DollupConfig",
      "product_dependencies" : [
        "SystemIO"
      ],
      "product_memberships" : [
        "dollup",
        "DollupConfig"
      ],
      "sources" : [
        "DollupConfiguration.swift",
        "DollupSettings.swift"
      ],
      "target_dependencies" : [
        "Dollup"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dollup",
      "module_type" : "SwiftTarget",
      "name" : "Dollup",
      "path" : "Sources/Dollup",
      "product_memberships" : [
        "dollup",
        "Dollup",
        "DollupConfig"
      ],
      "sources" : [
        "Dollup.swift",
        "DollupError.swift"
      ],
      "target_dependencies" : [
        "WhitespaceFormatter"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "dollup",
      "Dollup",
      "Dollup-Package",
      "DollupConfig"
    ]
  }
}
2026-04-30 20:06:22.818 xcodebuild[987:5835] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dollup-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Dollup-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Dollup: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-io: https://github.com/rarestype/swift-io @ 2.0.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
    Target 'dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
    Target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
    Target 'DollupConfig' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
    Target 'SystemIO' in project 'swift-io'
        ➜ Explicit dependency on target 'SystemIO' in project 'swift-io'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemIO' in project 'swift-io'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'Dollup' in project 'Dollup'
        ➜ Explicit dependency on target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'WhitespaceFormatter' in project 'Dollup'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax603' in project 'swift-syntax'
    Target 'SwiftSyntax603' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d631cd94920296683d6a544da068bcdf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d631cd94920296683d6a544da068bcdf.xcbuilddata
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 11.0 for the watchOS platform, but this target supports 5.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 11.0 for the watchOS platform, but this target supports 5.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Dollup' from project 'Dollup')
2026-04-30 20:06:24.758 xcodebuild[1009:5947] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Dollup-Package
(1 failure)
BUILD FAILURE 6.3 watchOS