The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OptionParser with Swift 6.2 for tvOS using Xcode 26.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/OptionParser.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/attaswift/OptionParser
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 049f1e2 Make OptionError’s initializer public. Implement CustomStringConvertible.
Cloned https://github.com/attaswift/OptionParser.git
Revision (git rev-parse @):
049f1e2b9d4550c25d99c54e17a045149e723afb
SUCCESS checkout https://github.com/attaswift/OptionParser.git at v1.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/attaswift/OptionParser.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OptionParser",
  "name" : "OptionParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OptionParser",
      "targets" : [
        "OptionParser"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "OptionParserTests",
      "module_type" : "SwiftTarget",
      "name" : "OptionParserTests",
      "path" : "OptionParserTests",
      "sources" : [
        "OptionParserTests.swift"
      ],
      "target_dependencies" : [
        "OptionParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OptionParser",
      "module_type" : "SwiftTarget",
      "name" : "OptionParser",
      "path" : "OptionParser",
      "product_memberships" : [
        "OptionParser"
      ],
      "sources" : [
        "Argument.swift",
        "Command.swift",
        "Help.swift",
        "Option.swift",
        "OptionParser.swift",
        "OptionValue.swift",
        "Parameter.swift",
        "ParseContext.swift",
        "Syntax.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "OptionParser",
    "schemes" : [
      "OptionParser"
    ],
    "targets" : [
      "OptionParser",
      "OptionParserTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OptionParser -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 OptionParser -destination generic/platform=tvOS
2025-06-18 21:22:20.394 xcodebuild[570:3340] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_21-22-0020.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "OptionParser" scheme:
		{ platform:macOS, arch:arm64, id:7e3fa82776b3614f2a7384bdab64675c41ea694b, name:My Mac }
		{ platform:macOS, arch:x86_64, id:7e3fa82776b3614f2a7384bdab64675c41ea694b, name:My Mac }
		{ platform:macOS, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable