The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppMCP, reference main (08a0c3), with Swift 6.1 for tvOS using Xcode 16.3 on 13 Oct 2025 07:13:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/app-mcp.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/app-mcp
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 08a0c36 Add wait_time tool and update dependencies
Cloned https://github.com/1amageek/app-mcp.git
Revision (git rev-parse @):
08a0c36e7766ac513bd484db6a2145b9fefccb62
SUCCESS checkout https://github.com/1amageek/app-mcp.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/1amageek/app-mcp.git
https://github.com/1amageek/app-mcp.git
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
    },
    {
      "identity" : "apppilot",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/AppPilot.git"
    },
    {
      "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-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AppMCP",
  "name" : "AppMCP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AppMCP",
      "targets" : [
        "AppMCP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "appmcpd",
      "targets" : [
        "appmcpd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "appmcpd",
      "module_type" : "SwiftTarget",
      "name" : "appmcpd",
      "path" : "Sources/appmcpd",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "appmcpd"
      ],
      "sources" : [
        "Command.swift"
      ],
      "target_dependencies" : [
        "AppMCP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AppMCPTests",
      "module_type" : "SwiftTarget",
      "name" : "AppMCPTests",
      "path" : "Tests/AppMCPTests",
      "sources" : [
        "TextRecognitionTests.swift",
        "VisionFrameworkTests.swift",
        "WeatherAppTests.swift"
      ],
      "target_dependencies" : [
        "AppMCP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppMCP",
      "module_type" : "SwiftTarget",
      "name" : "AppMCP",
      "path" : "Sources/AppMCP",
      "product_dependencies" : [
        "MCP",
        "AppPilot"
      ],
      "product_memberships" : [
        "AppMCP",
        "appmcpd"
      ],
      "sources" : [
        "AppMCP.swift",
        "MCPServer.swift",
        "VisionTextRecognition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/1amageek/AppPilot.git
Fetching from https://github.com/1amageek/AXUI.git
Fetching from https://github.com/modelcontextprotocol/swift-sdk.git
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/mattt/eventsource.git
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘eventsource’
Checking out 1.2.0 of package ‘eventsource’
Creating working copy of package ‘swift-sdk’
Checking out 0.10.2 of package ‘swift-sdk’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.2 of package ‘swift-argument-parser’
Creating working copy of package ‘AXUI’
Checking out main (a370914) of package ‘AXUI’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘swift-system’
Checking out 1.6.3 of package ‘swift-system’
Creating working copy of package ‘AppPilot’
Checking out main (6546d29) of package ‘AppPilot’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.10.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  AppPilot: https://github.com/1amageek/AppPilot.git @ main (6546d29)
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  EventSource: https://github.com/mattt/eventsource.git @ 1.2.0
  AXUI: https://github.com/1amageek/AXUI.git @ main (a370914)
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  AppMCP: /Users/admin/builder/spi-builder-workspace
resolved source packages: mcp-swift-sdk, swift-argument-parser, AppPilot, SymbolKit, swift-system, SwiftDocCPlugin, EventSource, AXUI, swift-log, AppMCP
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
    },
    {
      "identity" : "apppilot",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/AppPilot.git"
    },
    {
      "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-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AppMCP",
  "name" : "AppMCP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AppMCP",
      "targets" : [
        "AppMCP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "appmcpd",
      "targets" : [
        "appmcpd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "appmcpd",
      "module_type" : "SwiftTarget",
      "name" : "appmcpd",
      "path" : "Sources/appmcpd",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "appmcpd"
      ],
      "sources" : [
        "Command.swift"
      ],
      "target_dependencies" : [
        "AppMCP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AppMCPTests",
      "module_type" : "SwiftTarget",
      "name" : "AppMCPTests",
      "path" : "Tests/AppMCPTests",
      "sources" : [
        "TextRecognitionTests.swift",
        "VisionFrameworkTests.swift",
        "WeatherAppTests.swift"
      ],
      "target_dependencies" : [
        "AppMCP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppMCP",
      "module_type" : "SwiftTarget",
      "name" : "AppMCP",
      "path" : "Sources/AppMCP",
      "product_dependencies" : [
        "MCP",
        "AppPilot"
      ],
      "product_memberships" : [
        "AppMCP",
        "appmcpd"
      ],
      "sources" : [
        "AppMCP.swift",
        "MCPServer.swift",
        "VisionTextRecognition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppMCP",
      "AppMCP-Package",
      "appmcpd",
      "axon",
      "AXUI",
      "AXUI-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppMCP-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 AppMCP-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  AXUI: https://github.com/1amageek/AXUI.git @ main (a370914)
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  EventSource: https://github.com/mattt/eventsource.git @ 1.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.10.2
  AppMCP: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  AppPilot: https://github.com/1amageek/AppPilot.git @ main (6546d29)
  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 (19 targets)
    Target 'appmcpd' in project 'AppMCP'
        ➜ Explicit dependency on target 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
        ➜ 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 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
    Target 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
    Target 'AppPilot' in project 'AppPilot'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
        ➜ Explicit dependency on target 'AXUI' in project 'AXUI'
    Target 'AppPilot' in project 'AppPilot'
        ➜ Explicit dependency on target 'AXUI' in project 'AXUI'
    Target 'AXUI' in project 'AXUI'
        ➜ Explicit dependency on target 'AXUI' in project 'AXUI'
    Target 'AXUI' in project 'AXUI' (no dependencies)
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    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)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 26c149d0839fb15681b88cb9a07641fc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/26c149d0839fb15681b88cb9a07641fc.xcbuilddata
error: The package product 'MCP' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'appmcpd' from project 'AppMCP')
error: The package product 'MCP' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'AppMCP' from project 'AppMCP')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppMCP-Package
(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:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  AppMCP: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  EventSource: https://github.com/mattt/eventsource.git @ 1.2.0
  AppPilot: https://github.com/1amageek/AppPilot.git @ main (6546d29)
  AXUI: https://github.com/1amageek/AXUI.git @ main (a370914)
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.10.2
resolved source packages: SwiftDocCPlugin, AppMCP, swift-log, SymbolKit, swift-argument-parser, swift-system, EventSource, AppPilot, AXUI, mcp-swift-sdk
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
    },
    {
      "identity" : "apppilot",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/AppPilot.git"
    },
    {
      "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-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AppMCP",
  "name" : "AppMCP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AppMCP",
      "targets" : [
        "AppMCP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "appmcpd",
      "targets" : [
        "appmcpd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "appmcpd",
      "module_type" : "SwiftTarget",
      "name" : "appmcpd",
      "path" : "Sources/appmcpd",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "appmcpd"
      ],
      "sources" : [
        "Command.swift"
      ],
      "target_dependencies" : [
        "AppMCP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AppMCPTests",
      "module_type" : "SwiftTarget",
      "name" : "AppMCPTests",
      "path" : "Tests/AppMCPTests",
      "sources" : [
        "TextRecognitionTests.swift",
        "VisionFrameworkTests.swift",
        "WeatherAppTests.swift"
      ],
      "target_dependencies" : [
        "AppMCP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppMCP",
      "module_type" : "SwiftTarget",
      "name" : "AppMCP",
      "path" : "Sources/AppMCP",
      "product_dependencies" : [
        "MCP",
        "AppPilot"
      ],
      "product_memberships" : [
        "AppMCP",
        "appmcpd"
      ],
      "sources" : [
        "AppMCP.swift",
        "MCPServer.swift",
        "VisionTextRecognition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppMCP",
      "AppMCP-Package",
      "appmcpd",
      "axon",
      "AXUI",
      "AXUI-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppMCP-Package -destination generic/platform=tvOS
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 AppMCP-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.10.2
  EventSource: https://github.com/mattt/eventsource.git @ 1.2.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  AppMCP: /Users/admin/builder/spi-builder-workspace
  AXUI: https://github.com/1amageek/AXUI.git @ main (a370914)
  AppPilot: https://github.com/1amageek/AppPilot.git @ main (6546d29)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
    Target 'appmcpd' in project 'AppMCP'
        ➜ Explicit dependency on target 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
        ➜ 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 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
    Target 'AppMCP' in project 'AppMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
    Target 'AppPilot' in project 'AppPilot'
        ➜ Explicit dependency on target 'AppPilot' in project 'AppPilot'
        ➜ Explicit dependency on target 'AXUI' in project 'AXUI'
    Target 'AppPilot' in project 'AppPilot'
        ➜ Explicit dependency on target 'AXUI' in project 'AXUI'
    Target 'AXUI' in project 'AXUI'
        ➜ Explicit dependency on target 'AXUI' in project 'AXUI'
    Target 'AXUI' in project 'AXUI' (no dependencies)
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    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)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b5f231ca201300bbabef7c4c0b5db7c4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b5f231ca201300bbabef7c4c0b5db7c4.xcbuilddata
error: The package product 'MCP' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'appmcpd' from project 'AppMCP')
error: The package product 'MCP' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'AppMCP' from project 'AppMCP')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppMCP-Package
(1 failure)
BUILD FAILURE 6.1 tvOS