The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Dollup, reference master (dc4a52), with Swift 6.2 for iOS using Xcode 26.0 on 16 Nov 2025 01:55:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/dollup.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/dollup
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dc4a52a Merge pull request #8 from tayloraswift/atomic-syntax
Cloned https://github.com/tayloraswift/dollup.git
Revision (git rev-parse @):
dc4a52a77a5a49fec62bc7de2ae741464ef1702c
SUCCESS checkout https://github.com/tayloraswift/dollup.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tayloraswift/dollup.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/tayloraswift/swift-io
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-system
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-system’
Checking out 1.6.3 of package ‘swift-system’
Creating working copy of package ‘swift-io’
Checking out 0.1.0 of package ‘swift-io’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.2 of package ‘swift-argument-parser’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  swift-io: https://github.com/tayloraswift/swift-io @ 0.1.0
  swift-system: https://github.com/apple/swift-system @ 1.6.3
  Dollup: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.2
resolved source packages: swift-syntax, swift-io, swift-system, Dollup, swift-argument-parser
2025-11-15 20:55:11.312 xcodebuild[523:3036] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-io",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-io"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "603.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" : "DollupTool",
      "targets" : [
        "DollupTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DollupPlugin",
      "targets" : [
        "DollupPlugin"
      ],
      "type" : {
        "plugin" : 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",
        "DollupTool",
        "DollupPlugin",
        "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",
        "ModifierCalculator.swift",
        "ModifierFolder.swift",
        "Source.swift",
        "String (ext).swift",
        "SyntaxProtocol (ext).swift",
        "TokenFolder.swift",
        "Trivia (ext).swift",
        "VerticalRewriter.swift",
        "WhitespaceFormatter.swift",
        "WhitespaceOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DollupTool",
      "module_type" : "SwiftTarget",
      "name" : "DollupTool",
      "path" : "Sources/DollupTool",
      "product_memberships" : [
        "dollup",
        "DollupTool",
        "DollupPlugin"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "DollupConfig"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DollupPlugin",
      "module_type" : "PluginTarget",
      "name" : "DollupPlugin",
      "path" : "Plugins/DollupPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "format source files",
          "type" : "custom",
          "verb" : "dollup"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "code formatter",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "DollupPlugin"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "DollupTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "DollupConfig",
      "module_type" : "SwiftTarget",
      "name" : "DollupConfig",
      "path" : "Sources/DollupConfig",
      "product_dependencies" : [
        "SystemIO"
      ],
      "product_memberships" : [
        "dollup",
        "DollupTool",
        "DollupPlugin",
        "DollupConfig"
      ],
      "sources" : [
        "DollupConfiguration.swift",
        "DollupSettings.swift"
      ],
      "target_dependencies" : [
        "Dollup"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dollup",
      "module_type" : "SwiftTarget",
      "name" : "Dollup",
      "path" : "Sources/Dollup",
      "product_memberships" : [
        "dollup",
        "DollupTool",
        "DollupPlugin",
        "Dollup",
        "DollupConfig"
      ],
      "sources" : [
        "Dollup.swift",
        "DollupError.swift"
      ],
      "target_dependencies" : [
        "WhitespaceFormatter"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "dollup",
      "Dollup",
      "Dollup-Package",
      "DollupConfig",
      "DollupTool"
    ]
  }
}
2025-11-15 20:55:18.260 xcodebuild[777:4443] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dollup-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-system: https://github.com/apple/swift-system @ 1.6.3
  swift-io: https://github.com/tayloraswift/swift-io @ 0.1.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  Dollup: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “DollupPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/DollupPlugin
[debug]: Using compiler /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 8709ee0699ad89dc9bbf59eaffbca58b6b4afff5353e326ddbf958662fdd9a94
Process build tool plug-in results
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 'DollupTool' 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'
    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 '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 '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 '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 '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 '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'
    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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 1106e29d1838ce349ad8c02b430d8e1e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1106e29d1838ce349ad8c02b430d8e1e.xcbuilddata
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
2025-11-15 20:55:22.690 xcodebuild[798:4565] [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.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.2
  Dollup: /Users/admin/builder/spi-builder-workspace
  swift-io: https://github.com/tayloraswift/swift-io @ 0.1.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  swift-system: https://github.com/apple/swift-system @ 1.6.3
resolved source packages: swift-argument-parser, Dollup, swift-io, swift-syntax, swift-system
2025-11-15 20:55:28.107 xcodebuild[891:5028] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-io",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-io"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "603.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" : "DollupTool",
      "targets" : [
        "DollupTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DollupPlugin",
      "targets" : [
        "DollupPlugin"
      ],
      "type" : {
        "plugin" : 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",
        "DollupTool",
        "DollupPlugin",
        "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",
        "ModifierCalculator.swift",
        "ModifierFolder.swift",
        "Source.swift",
        "String (ext).swift",
        "SyntaxProtocol (ext).swift",
        "TokenFolder.swift",
        "Trivia (ext).swift",
        "VerticalRewriter.swift",
        "WhitespaceFormatter.swift",
        "WhitespaceOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DollupTool",
      "module_type" : "SwiftTarget",
      "name" : "DollupTool",
      "path" : "Sources/DollupTool",
      "product_memberships" : [
        "dollup",
        "DollupTool",
        "DollupPlugin"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "DollupConfig"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DollupPlugin",
      "module_type" : "PluginTarget",
      "name" : "DollupPlugin",
      "path" : "Plugins/DollupPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "format source files",
          "type" : "custom",
          "verb" : "dollup"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "code formatter",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "DollupPlugin"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "DollupTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "DollupConfig",
      "module_type" : "SwiftTarget",
      "name" : "DollupConfig",
      "path" : "Sources/DollupConfig",
      "product_dependencies" : [
        "SystemIO"
      ],
      "product_memberships" : [
        "dollup",
        "DollupTool",
        "DollupPlugin",
        "DollupConfig"
      ],
      "sources" : [
        "DollupConfiguration.swift",
        "DollupSettings.swift"
      ],
      "target_dependencies" : [
        "Dollup"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dollup",
      "module_type" : "SwiftTarget",
      "name" : "Dollup",
      "path" : "Sources/Dollup",
      "product_memberships" : [
        "dollup",
        "DollupTool",
        "DollupPlugin",
        "Dollup",
        "DollupConfig"
      ],
      "sources" : [
        "Dollup.swift",
        "DollupError.swift"
      ],
      "target_dependencies" : [
        "WhitespaceFormatter"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "dollup",
      "Dollup",
      "Dollup-Package",
      "DollupConfig",
      "DollupTool"
    ]
  }
}
2025-11-15 20:55:30.606 xcodebuild[918:5177] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dollup-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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=iOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.2
  Dollup: /Users/admin/builder/spi-builder-workspace
  swift-io: https://github.com/tayloraswift/swift-io @ 0.1.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  swift-system: https://github.com/apple/swift-system @ 1.6.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “DollupPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/DollupPlugin
[debug]: Using compiler /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 8709ee0699ad89dc9bbf59eaffbca58b6b4afff5353e326ddbf958662fdd9a94
Process build tool plug-in results
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 'DollupTool' 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'
    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 '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 '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 '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 '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 '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'
    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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 1106e29d1838ce349ad8c02b430d8e1e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1106e29d1838ce349ad8c02b430d8e1e.xcbuilddata
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'dollup' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'DollupConfig' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Dollup' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SystemIO' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'DollupTool' from project 'Dollup')
error: The package product 'SwiftOperators' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'WhitespaceFormatter' from project 'Dollup')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'WhitespaceFormatter' from project 'Dollup')
2025-11-15 20:55:32.811 xcodebuild[960:5482] [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.2 iOS