The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyShell, reference main (c9ae9d), with Swift 6.2 for watchOS using Xcode 26.3 on 9 May 2026 23:57:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maniramezan/SwiftyShell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maniramezan/SwiftyShell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c9ae9de Add ripgrep command family (#11)
Cloned https://github.com/maniramezan/SwiftyShell.git
Revision (git rev-parse @):
c9ae9de43a726fde363910fa41975662182f573c
SUCCESS checkout https://github.com/maniramezan/SwiftyShell.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/maniramezan/SwiftyShell.git
Command line invocation:
    /Applications/Xcode-26.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/apple/swift-system
Fetching from https://github.com/swiftlang/swift-subprocess.git
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.5.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-subprocess’
Checking out 0.4.0 of package ‘swift-subprocess’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Resolve Package Graph
Resolved source packages:
  SwiftyShell: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
resolved source packages: SwiftyShell, SymbolKit, Subprocess, SwiftDocCPlugin, swift-system
2026-05-09 19:56:16.863 xcodebuild[530:3095] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "SwiftyShell",
  "name" : "SwiftyShell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyShell",
      "targets" : [
        "SwiftyShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyShellTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShellTests",
      "path" : "Tests/SwiftyShellTests",
      "sources" : [
        "Brew/BrewTests.swift",
        "Common/ChmodTests.swift",
        "Common/CommonTestSupport.swift",
        "Common/CpTests.swift",
        "Common/JqTests.swift",
        "Common/LsTests.swift",
        "Common/MkdirTests.swift",
        "Common/MvTests.swift",
        "Common/PwdTests.swift",
        "Common/RmTests.swift",
        "Common/UnzipTests.swift",
        "Common/ZipTests.swift",
        "Common/ZipUnzipTests.swift",
        "Core/CommandFamilyTests.swift",
        "Core/CommandTests.swift",
        "Core/FileModeTests.swift",
        "Core/ShellErrorTests.swift",
        "Core/SpawnTests.swift",
        "Core/WorkflowTests.swift",
        "Fzf/FzfTests.swift",
        "Git/GitCommandFamilyTests.swift",
        "Git/GitParserTests.swift",
        "Git/GitTests.swift",
        "Grep/GrepTests.swift",
        "Pipelines/PipelineTests.swift",
        "Rg/RgTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyShell",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShell",
      "path" : "Sources/SwiftyShell",
      "product_dependencies" : [
        "Subprocess",
        "SystemPackage"
      ],
      "product_memberships" : [
        "SwiftyShell"
      ],
      "sources" : [
        "Brew/Brew.swift",
        "Common/Chmod.swift",
        "Common/Cp.swift",
        "Common/Jq.swift",
        "Common/Ls.swift",
        "Common/Mkdir.swift",
        "Common/Mv.swift",
        "Common/Pwd.swift",
        "Common/Rm.swift",
        "Common/Unzip.swift",
        "Common/Zip.swift",
        "Core/Command.swift",
        "Core/CommandExecutor.swift",
        "Core/CommandFamily.swift",
        "Core/FileMode.swift",
        "Core/MockExecutor.swift",
        "Core/MockSpawnedProcess.swift",
        "Core/OutputDestination.swift",
        "Core/Pipeline.swift",
        "Core/ProcessSignal.swift",
        "Core/ShellContext.swift",
        "Core/ShellError.swift",
        "Core/ShellOutput.swift",
        "Core/SpawnedProcess.swift",
        "Core/TeardownStrategy.swift",
        "Core/ToolConfiguration.swift",
        "Core/Workflow.swift",
        "Fzf/Fzf.swift",
        "Fzf/FzfTypes.swift",
        "Git/Git.swift",
        "Git/GitCommands.swift",
        "Git/GitParsers.swift",
        "Git/GitStatus.swift",
        "Git/GitStatusWorkflow.swift",
        "Git/GitStructuredResults.swift",
        "Git/GitSubmodule.swift",
        "Grep/Grep.swift",
        "Internal/Execution/SubprocessExecutor.swift",
        "Rg/Rg.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftyShell"
    ]
  }
}
2026-05-09 19:56:45.430 xcodebuild[915:5492] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyShell -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.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 SwiftyShell -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftyShell: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'SwiftyShell' in project 'SwiftyShell'
        ➜ Explicit dependency on target 'SwiftyShell' in project 'SwiftyShell'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SwiftyShell' in project 'SwiftyShell'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ 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 '_SubprocessCShims' in project 'Subprocess' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4aa3e1c167afcdf051b063c97c10d07b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4aa3e1c167afcdf051b063c97c10d07b.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 26.2 for the watchOS platform, but this target supports 5.0 (in target 'SwiftyShell' from project 'SwiftyShell')
2026-05-09 19:56:53.728 xcodebuild[979:5888] [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 SwiftyShell
(1 failure)
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
  SwiftyShell: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: SwiftDocCPlugin, SwiftyShell, swift-system, Subprocess, SymbolKit
2026-05-09 19:57:06.285 xcodebuild[1156:6901] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "SwiftyShell",
  "name" : "SwiftyShell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyShell",
      "targets" : [
        "SwiftyShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyShellTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShellTests",
      "path" : "Tests/SwiftyShellTests",
      "sources" : [
        "Brew/BrewTests.swift",
        "Common/ChmodTests.swift",
        "Common/CommonTestSupport.swift",
        "Common/CpTests.swift",
        "Common/JqTests.swift",
        "Common/LsTests.swift",
        "Common/MkdirTests.swift",
        "Common/MvTests.swift",
        "Common/PwdTests.swift",
        "Common/RmTests.swift",
        "Common/UnzipTests.swift",
        "Common/ZipTests.swift",
        "Common/ZipUnzipTests.swift",
        "Core/CommandFamilyTests.swift",
        "Core/CommandTests.swift",
        "Core/FileModeTests.swift",
        "Core/ShellErrorTests.swift",
        "Core/SpawnTests.swift",
        "Core/WorkflowTests.swift",
        "Fzf/FzfTests.swift",
        "Git/GitCommandFamilyTests.swift",
        "Git/GitParserTests.swift",
        "Git/GitTests.swift",
        "Grep/GrepTests.swift",
        "Pipelines/PipelineTests.swift",
        "Rg/RgTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyShell",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShell",
      "path" : "Sources/SwiftyShell",
      "product_dependencies" : [
        "Subprocess",
        "SystemPackage"
      ],
      "product_memberships" : [
        "SwiftyShell"
      ],
      "sources" : [
        "Brew/Brew.swift",
        "Common/Chmod.swift",
        "Common/Cp.swift",
        "Common/Jq.swift",
        "Common/Ls.swift",
        "Common/Mkdir.swift",
        "Common/Mv.swift",
        "Common/Pwd.swift",
        "Common/Rm.swift",
        "Common/Unzip.swift",
        "Common/Zip.swift",
        "Core/Command.swift",
        "Core/CommandExecutor.swift",
        "Core/CommandFamily.swift",
        "Core/FileMode.swift",
        "Core/MockExecutor.swift",
        "Core/MockSpawnedProcess.swift",
        "Core/OutputDestination.swift",
        "Core/Pipeline.swift",
        "Core/ProcessSignal.swift",
        "Core/ShellContext.swift",
        "Core/ShellError.swift",
        "Core/ShellOutput.swift",
        "Core/SpawnedProcess.swift",
        "Core/TeardownStrategy.swift",
        "Core/ToolConfiguration.swift",
        "Core/Workflow.swift",
        "Fzf/Fzf.swift",
        "Fzf/FzfTypes.swift",
        "Git/Git.swift",
        "Git/GitCommands.swift",
        "Git/GitParsers.swift",
        "Git/GitStatus.swift",
        "Git/GitStatusWorkflow.swift",
        "Git/GitStructuredResults.swift",
        "Git/GitSubmodule.swift",
        "Grep/Grep.swift",
        "Internal/Execution/SubprocessExecutor.swift",
        "Rg/Rg.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftyShell"
    ]
  }
}
2026-05-09 19:57:12.298 xcodebuild[1226:7322] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyShell -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.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 SwiftyShell -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  SwiftyShell: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'SwiftyShell' in project 'SwiftyShell'
        ➜ Explicit dependency on target 'SwiftyShell' in project 'SwiftyShell'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SwiftyShell' in project 'SwiftyShell'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ 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 '_SubprocessCShims' in project 'Subprocess' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4aa3e1c167afcdf051b063c97c10d07b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4aa3e1c167afcdf051b063c97c10d07b.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 26.2 for the watchOS platform, but this target supports 5.0 (in target 'SwiftyShell' from project 'SwiftyShell')
2026-05-09 19:57:18.098 xcodebuild[1290:7712] [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 SwiftyShell
(1 failure)
BUILD FAILURE 6.2 watchOS