The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcsift, reference v1.2.0 (978a96), with Swift 6.1 for watchOS using Xcode 16.3 on 22 Mar 2026 12:43:14 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ldomaradzki/xcsift.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ldomaradzki/xcsift
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at 978a965 feat: Add --xcbeautify flag for parsing xcbeautify/Tuist-formatted input (#63)
Cloned https://github.com/ldomaradzki/xcsift.git
Revision (git rev-parse @):
978a96562ddc5d145a40960f4c95205fd988e437
SUCCESS checkout https://github.com/ldomaradzki/xcsift.git at v1.2.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ldomaradzki/xcsift.git
https://github.com/ldomaradzki/xcsift.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "toon-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toon-format/toon-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-toml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-toml"
    }
  ],
  "manifest_display_name" : "xcsift",
  "name" : "xcsift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcsift",
      "targets" : [
        "xcsift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcsiftTests",
      "module_type" : "SwiftTarget",
      "name" : "xcsiftTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuildPhasesTest.swift",
        "BuildPhasesTimingTests.swift",
        "ConfigurationTests.swift",
        "CoverageTests.swift",
        "EncodingTests.swift",
        "GitHubActionsFormatTests.swift",
        "InstallTests.swift",
        "LinkerErrorTests.swift",
        "Mocks/MockFileSystem.swift",
        "ParsingTests.swift",
        "TOONFormatTests.swift",
        "XcbeautifyTests.swift"
      ],
      "target_dependencies" : [
        "xcsift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcsift",
      "module_type" : "SwiftTarget",
      "name" : "xcsift",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "ToonFormat",
        "TOML"
      ],
      "product_memberships" : [
        "xcsift"
      ],
      "sources" : [
        "ConfigLoader.swift",
        "ConfigMerger.swift",
        "Configuration.swift",
        "CoverageParser.swift",
        "FileSystemProtocol.swift",
        "Install/ClaudeCodeInstaller.swift",
        "Install/CodexInstaller.swift",
        "Install/CursorInstaller.swift",
        "Install/InstallCommands.swift",
        "Install/Templates/CodexTemplates.swift",
        "Install/Templates/CursorTemplates.swift",
        "Install/Templates/SharedTemplates.swift",
        "Models.swift",
        "OutputParser.swift",
        "ShellRunnerProtocol.swift",
        "XCBeautifySymbols.swift",
        "XcodebuildSymbols.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin (cached)
Fetching from https://github.com/mattt/swift-toml
Fetching from https://github.com/toon-format/toon-swift.git
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘toon-swift’
Checking out 0.4.0 of package ‘toon-swift’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-toml’
Checking out 2.0.0 of package ‘swift-toml’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
  ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  TOML: https://github.com/mattt/swift-toml @ 2.0.0
  xcsift: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
resolved source packages: ToonFormat, SymbolKit, TOML, xcsift, SwiftDocCPlugin, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "toon-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toon-format/toon-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-toml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-toml"
    }
  ],
  "manifest_display_name" : "xcsift",
  "name" : "xcsift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcsift",
      "targets" : [
        "xcsift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcsiftTests",
      "module_type" : "SwiftTarget",
      "name" : "xcsiftTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuildPhasesTest.swift",
        "BuildPhasesTimingTests.swift",
        "ConfigurationTests.swift",
        "CoverageTests.swift",
        "EncodingTests.swift",
        "GitHubActionsFormatTests.swift",
        "InstallTests.swift",
        "LinkerErrorTests.swift",
        "Mocks/MockFileSystem.swift",
        "ParsingTests.swift",
        "TOONFormatTests.swift",
        "XcbeautifyTests.swift"
      ],
      "target_dependencies" : [
        "xcsift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcsift",
      "module_type" : "SwiftTarget",
      "name" : "xcsift",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "ToonFormat",
        "TOML"
      ],
      "product_memberships" : [
        "xcsift"
      ],
      "sources" : [
        "ConfigLoader.swift",
        "ConfigMerger.swift",
        "Configuration.swift",
        "CoverageParser.swift",
        "FileSystemProtocol.swift",
        "Install/ClaudeCodeInstaller.swift",
        "Install/CodexInstaller.swift",
        "Install/CursorInstaller.swift",
        "Install/InstallCommands.swift",
        "Install/Templates/CodexTemplates.swift",
        "Install/Templates/CursorTemplates.swift",
        "Install/Templates/SharedTemplates.swift",
        "Models.swift",
        "OutputParser.swift",
        "ShellRunnerProtocol.swift",
        "XCBeautifySymbols.swift",
        "XcodebuildSymbols.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "xcsift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcsift -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.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 xcsift -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
  TOML: https://github.com/mattt/swift-toml @ 2.0.0
  xcsift: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'xcsift' in project 'xcsift'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
        ➜ Explicit dependency on target 'TOML' in project 'TOML'
    Target 'TOML' in project 'TOML'
        ➜ Explicit dependency on target 'TOML' in project 'TOML'
        ➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
    Target 'TOML' in project 'TOML'
        ➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
    Target 'CTomlPlusPlus' in project 'TOML' (no dependencies)
    Target 'ToonFormat' in project 'ToonFormat'
        ➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
    Target 'ToonFormat' in project 'ToonFormat' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 62b50368742557d6874c2d167427a325
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/62b50368742557d6874c2d167427a325.xcbuilddata
error: The package product 'ToonFormat' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
error: The package product 'TOML' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme xcsift
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.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.7.1
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
  xcsift: /Users/admin/builder/spi-builder-workspace
  ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  TOML: https://github.com/mattt/swift-toml @ 2.0.0
resolved source packages: swift-argument-parser, SwiftDocCPlugin, xcsift, ToonFormat, SymbolKit, TOML
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "toon-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toon-format/toon-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-toml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-toml"
    }
  ],
  "manifest_display_name" : "xcsift",
  "name" : "xcsift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcsift",
      "targets" : [
        "xcsift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcsiftTests",
      "module_type" : "SwiftTarget",
      "name" : "xcsiftTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuildPhasesTest.swift",
        "BuildPhasesTimingTests.swift",
        "ConfigurationTests.swift",
        "CoverageTests.swift",
        "EncodingTests.swift",
        "GitHubActionsFormatTests.swift",
        "InstallTests.swift",
        "LinkerErrorTests.swift",
        "Mocks/MockFileSystem.swift",
        "ParsingTests.swift",
        "TOONFormatTests.swift",
        "XcbeautifyTests.swift"
      ],
      "target_dependencies" : [
        "xcsift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcsift",
      "module_type" : "SwiftTarget",
      "name" : "xcsift",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "ToonFormat",
        "TOML"
      ],
      "product_memberships" : [
        "xcsift"
      ],
      "sources" : [
        "ConfigLoader.swift",
        "ConfigMerger.swift",
        "Configuration.swift",
        "CoverageParser.swift",
        "FileSystemProtocol.swift",
        "Install/ClaudeCodeInstaller.swift",
        "Install/CodexInstaller.swift",
        "Install/CursorInstaller.swift",
        "Install/InstallCommands.swift",
        "Install/Templates/CodexTemplates.swift",
        "Install/Templates/CursorTemplates.swift",
        "Install/Templates/SharedTemplates.swift",
        "Models.swift",
        "OutputParser.swift",
        "ShellRunnerProtocol.swift",
        "XCBeautifySymbols.swift",
        "XcodebuildSymbols.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "xcsift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcsift -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.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 xcsift -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  xcsift: /Users/admin/builder/spi-builder-workspace
  ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
  TOML: https://github.com/mattt/swift-toml @ 2.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'xcsift' in project 'xcsift'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
        ➜ Explicit dependency on target 'TOML' in project 'TOML'
    Target 'TOML' in project 'TOML'
        ➜ Explicit dependency on target 'TOML' in project 'TOML'
        ➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
    Target 'TOML' in project 'TOML'
        ➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
    Target 'CTomlPlusPlus' in project 'TOML' (no dependencies)
    Target 'ToonFormat' in project 'ToonFormat'
        ➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
    Target 'ToonFormat' in project 'ToonFormat' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: e3a00c5d6cce3d993bd2605574bc02e2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e3a00c5d6cce3d993bd2605574bc02e2.xcbuilddata
error: The package product 'ToonFormat' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
error: The package product 'TOML' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme xcsift
(1 failure)
BUILD FAILURE 6.1 watchOS