The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Sake, reference main (80a3e9), with Swift 6.2 for tvOS using Xcode 26.3 on 5 Apr 2026 08:26:14 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kattouf/Sake.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kattouf/Sake
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 80a3e98 project: add agent workflow setup with organic knowledge growth
Cloned https://github.com/kattouf/Sake.git
Revision (git rev-parse @):
80a3e98f649f33fee874c690012668696007a99f
SUCCESS checkout https://github.com/kattouf/Sake.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kattouf/Sake.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/jpsim/Yams.git
Fetching from https://github.com/swiftlang/swift-syntax.git
Fetching from https://github.com/swiftlang/swift-subprocess.git
Fetching from https://github.com/apple/swift-argument-parser.git
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 ‘Yams’
Checking out 6.2.1 of package ‘Yams’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-subprocess’
Checking out 0.4.0 of package ‘swift-subprocess’
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.git @ 602.0.0
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  Sake: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.4
resolved source packages: swift-syntax, Yams, swift-argument-parser, Subprocess, Sake, swift-system
2026-04-05 04:25:50.219 xcodebuild[521:2995] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "Sake",
  "name" : "Sake",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "sake",
      "targets" : [
        "SakeCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Sake",
      "targets" : [
        "Sake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SakeMacros",
      "targets" : [
        "SakeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SakeTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeTests",
      "path" : "Tests/SakeTests",
      "sources" : [
        "ClosestMatchFinderTests.swift",
        "CommandListFormatterTests.swift",
        "CommandMapTests.swift",
        "CommandNameCaseConverterTests.swift",
        "CommandRunnerTests.swift",
        "CommandsPreprocessorTests.swift"
      ],
      "target_dependencies" : [
        "Sake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeShared",
      "module_type" : "SwiftTarget",
      "name" : "SakeShared",
      "path" : "Sources/SakeShared",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sake",
        "Sake"
      ],
      "sources" : [
        "CaseConvertingStrategy.swift",
        "CommandGroupsJSON.swift",
        "FileHandle+TextOutputStream.swift",
        "ProcessInterruptionTask.swift",
        "ProcessMonitor.swift",
        "SakeAppExitCode.swift",
        "URL+BuildDirectory.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SakeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacrosTests",
      "path" : "Tests/SakeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SakeAppMacroTests.swift"
      ],
      "target_dependencies" : [
        "SakeMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeMacros",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacros",
      "path" : "Sources/SakeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Sake",
        "SakeMacros"
      ],
      "sources" : [
        "Plugin.swift",
        "SakeAppMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SakeCLILibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLILibraryTests",
      "path" : "Tests/SakeCLILibraryTests",
      "sources" : [
        "ConfigManagerTests.swift",
        "ConfigResolverTests.swift",
        "SakeAppManagerFileHandleTests.swift",
        "SakeAppManagerTests.swift"
      ],
      "target_dependencies" : [
        "SakeCLILibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeCLILibrary",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLILibrary",
      "path" : "Sources/SakeCLILibrary",
      "product_dependencies" : [
        "ArgumentParser",
        "Subprocess",
        "Yams"
      ],
      "product_memberships" : [
        "sake"
      ],
      "sources" : [
        "CommonOptions.swift",
        "Config/CLIConfig.swift",
        "Config/Config.swift",
        "Config/ConfigManager.swift",
        "Config/ENVConfig.swift",
        "Config/FileConfig.swift",
        "Helpers/DynamicCodingKey.swift",
        "Helpers/Logger.swift",
        "Helpers/ShellExecutor.swift",
        "Helpers/String+Shell.swift",
        "Helpers/String+nilIfEmpty.swift",
        "SakeAppManager/Constants.swift",
        "SakeAppManager/PackageDescription.swift",
        "SakeAppManager/SakeAppContents.swift",
        "SakeAppManager/SakeAppManager+CommandListGenerator.swift",
        "SakeAppManager/SakeAppManager+InitializedMode.swift",
        "SakeAppManager/SakeAppManager+UnitializedMode.swift",
        "SakeAppManager/SakeAppManager.swift",
        "SakeAppManager/SakeAppManagerCommandExecutor.swift",
        "SakeAppManager/SakeAppManagerError.swift",
        "SakeAppManager/SakeAppManagerFileHandle.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SakeCLI",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLI",
      "path" : "Sources/SakeCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sake"
      ],
      "sources" : [
        "BuildCommand.swift",
        "CleanCommand.swift",
        "EditCommand.swift",
        "InitCommand.swift",
        "ListCommand.swift",
        "RunCommand.swift",
        "SakeCLI.swift",
        "ShellCompletionCommandListGenerator.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SakeCLILibrary",
        "SakeShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sake",
      "module_type" : "SwiftTarget",
      "name" : "Sake",
      "path" : "Sources/Sake",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Sake"
      ],
      "sources" : [
        "CLI/CLI.swift",
        "CLI/ListCommand.swift",
        "CLI/RunCommand.swift",
        "CLI/SakeParsableCommand.swift",
        "ClosestMatchFinder.swift",
        "Command+Context.swift",
        "Command+Map.swift",
        "Command.swift",
        "CommandGroupProtocol.swift",
        "CommandListFormatter.swift",
        "CommandNameCaseConverter.swift",
        "CommandRunner.swift",
        "CommandsPreprocessor.swift",
        "Logger.swift",
        "SakeApp+main.swift",
        "SakeAppError.swift",
        "SakeAppProtocol.swift",
        "String+Case.swift"
      ],
      "target_dependencies" : [
        "SakeMacros",
        "SakeShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "Subprocess"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "sake",
      "Sake",
      "Sake-Package"
    ]
  }
}
2026-04-05 04:25:57.796 xcodebuild[839:4740] [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 Sake-Package -destination generic/platform=tvOS
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 Sake-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Sake: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  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 (18 targets)
    Target 'sake' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'SakeCLILibrary' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SakeCLILibrary' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    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)
    Target 'Sake' in project 'Sake'
        ➜ Explicit dependency on target 'Sake' in project 'Sake'
        ➜ Explicit dependency on target 'SakeMacros' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'Sake' in project 'Sake'
        ➜ Explicit dependency on target 'SakeMacros' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    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)
    Target 'SakeMacros' in project 'Sake' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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/MacOSX.platform/Developer/SDKs/MacOSX26.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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: 35e85241b9f1d1edb7bab648616f936f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/35e85241b9f1d1edb7bab648616f936f.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 26.0 for the tvOS platform, but this target supports 12.0 (in target 'SakeCLILibrary' from project 'Sake')
error: The package product 'Subprocess' requires minimum platform version 26.0 for the tvOS platform, but this target supports 12.0 (in target 'sake' from project 'Sake')
2026-04-05 04:26:02.970 xcodebuild[862:4898] [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 Sake-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.git @ 1.7.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  Sake: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, swift-syntax, swift-system, Yams, Subprocess, Sake
2026-04-05 04:26:08.462 xcodebuild[967:5477] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "Sake",
  "name" : "Sake",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "sake",
      "targets" : [
        "SakeCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Sake",
      "targets" : [
        "Sake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SakeMacros",
      "targets" : [
        "SakeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SakeTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeTests",
      "path" : "Tests/SakeTests",
      "sources" : [
        "ClosestMatchFinderTests.swift",
        "CommandListFormatterTests.swift",
        "CommandMapTests.swift",
        "CommandNameCaseConverterTests.swift",
        "CommandRunnerTests.swift",
        "CommandsPreprocessorTests.swift"
      ],
      "target_dependencies" : [
        "Sake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeShared",
      "module_type" : "SwiftTarget",
      "name" : "SakeShared",
      "path" : "Sources/SakeShared",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sake",
        "Sake"
      ],
      "sources" : [
        "CaseConvertingStrategy.swift",
        "CommandGroupsJSON.swift",
        "FileHandle+TextOutputStream.swift",
        "ProcessInterruptionTask.swift",
        "ProcessMonitor.swift",
        "SakeAppExitCode.swift",
        "URL+BuildDirectory.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SakeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacrosTests",
      "path" : "Tests/SakeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SakeAppMacroTests.swift"
      ],
      "target_dependencies" : [
        "SakeMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeMacros",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacros",
      "path" : "Sources/SakeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Sake",
        "SakeMacros"
      ],
      "sources" : [
        "Plugin.swift",
        "SakeAppMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SakeCLILibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLILibraryTests",
      "path" : "Tests/SakeCLILibraryTests",
      "sources" : [
        "ConfigManagerTests.swift",
        "ConfigResolverTests.swift",
        "SakeAppManagerFileHandleTests.swift",
        "SakeAppManagerTests.swift"
      ],
      "target_dependencies" : [
        "SakeCLILibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeCLILibrary",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLILibrary",
      "path" : "Sources/SakeCLILibrary",
      "product_dependencies" : [
        "ArgumentParser",
        "Subprocess",
        "Yams"
      ],
      "product_memberships" : [
        "sake"
      ],
      "sources" : [
        "CommonOptions.swift",
        "Config/CLIConfig.swift",
        "Config/Config.swift",
        "Config/ConfigManager.swift",
        "Config/ENVConfig.swift",
        "Config/FileConfig.swift",
        "Helpers/DynamicCodingKey.swift",
        "Helpers/Logger.swift",
        "Helpers/ShellExecutor.swift",
        "Helpers/String+Shell.swift",
        "Helpers/String+nilIfEmpty.swift",
        "SakeAppManager/Constants.swift",
        "SakeAppManager/PackageDescription.swift",
        "SakeAppManager/SakeAppContents.swift",
        "SakeAppManager/SakeAppManager+CommandListGenerator.swift",
        "SakeAppManager/SakeAppManager+InitializedMode.swift",
        "SakeAppManager/SakeAppManager+UnitializedMode.swift",
        "SakeAppManager/SakeAppManager.swift",
        "SakeAppManager/SakeAppManagerCommandExecutor.swift",
        "SakeAppManager/SakeAppManagerError.swift",
        "SakeAppManager/SakeAppManagerFileHandle.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SakeCLI",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLI",
      "path" : "Sources/SakeCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sake"
      ],
      "sources" : [
        "BuildCommand.swift",
        "CleanCommand.swift",
        "EditCommand.swift",
        "InitCommand.swift",
        "ListCommand.swift",
        "RunCommand.swift",
        "SakeCLI.swift",
        "ShellCompletionCommandListGenerator.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SakeCLILibrary",
        "SakeShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sake",
      "module_type" : "SwiftTarget",
      "name" : "Sake",
      "path" : "Sources/Sake",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Sake"
      ],
      "sources" : [
        "CLI/CLI.swift",
        "CLI/ListCommand.swift",
        "CLI/RunCommand.swift",
        "CLI/SakeParsableCommand.swift",
        "ClosestMatchFinder.swift",
        "Command+Context.swift",
        "Command+Map.swift",
        "Command.swift",
        "CommandGroupProtocol.swift",
        "CommandListFormatter.swift",
        "CommandNameCaseConverter.swift",
        "CommandRunner.swift",
        "CommandsPreprocessor.swift",
        "Logger.swift",
        "SakeApp+main.swift",
        "SakeAppError.swift",
        "SakeAppProtocol.swift",
        "String+Case.swift"
      ],
      "target_dependencies" : [
        "SakeMacros",
        "SakeShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "Subprocess"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "sake",
      "Sake",
      "Sake-Package"
    ]
  }
}
2026-04-05 04:26:11.021 xcodebuild[1017:5789] [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 Sake-Package -destination generic/platform=tvOS
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 Sake-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Sake: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
    Target 'sake' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'SakeCLILibrary' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SakeCLILibrary' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    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)
    Target 'Sake' in project 'Sake'
        ➜ Explicit dependency on target 'Sake' in project 'Sake'
        ➜ Explicit dependency on target 'SakeMacros' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'Sake' in project 'Sake'
        ➜ Explicit dependency on target 'SakeMacros' in project 'Sake'
        ➜ Explicit dependency on target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'SakeShared' in project 'Sake'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    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)
    Target 'SakeMacros' in project 'Sake' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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/MacOSX.platform/Developer/SDKs/MacOSX26.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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: 35e85241b9f1d1edb7bab648616f936f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/35e85241b9f1d1edb7bab648616f936f.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 26.0 for the tvOS platform, but this target supports 12.0 (in target 'SakeCLILibrary' from project 'Sake')
error: The package product 'Subprocess' requires minimum platform version 26.0 for the tvOS platform, but this target supports 12.0 (in target 'sake' from project 'Sake')
2026-04-05 04:26:13.493 xcodebuild[1044:5928] [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 Sake-Package
(1 failure)
BUILD FAILURE 6.2 tvOS