The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ParserCombinator with Swift 6.2 for watchOS 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/stiivi/parsercombinator.git
Reference: 0.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stiivi/parsercombinator
 * tag               0.1.6      -> FETCH_HEAD
HEAD is now at 3204281 Minor naming change and removal of self references.
Cloned https://github.com/stiivi/parsercombinator.git
Revision (git rev-parse @):
3204281df7ae77cd0723128fa146a467524fc8c9
SUCCESS checkout https://github.com/stiivi/parsercombinator.git at 0.1.6
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stiivi/parsercombinator.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" : "ParserCombinator",
  "name" : "ParserCombinator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ParserCombinator",
      "targets" : [
        "ParserCombinator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParserCombinatorTests",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinatorTests",
      "path" : "Tests/ParserCombinatorTests",
      "sources" : [
        "ParserCombinatorTests.swift"
      ],
      "target_dependencies" : [
        "ParserCombinator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParserCombinator",
      "module_type" : "SwiftTarget",
      "name" : "ParserCombinator",
      "path" : "Sources/ParserCombinator",
      "product_memberships" : [
        "ParserCombinator"
      ],
      "sources" : [
        "Combinators.swift",
        "Empty.swift",
        "Functions.swift",
        "Operators+Convenience.swift",
        "Parser.swift",
        "Recognizers.swift",
        "Stream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ParserCombinator",
    "schemes" : [
      "ParserCombinator"
    ],
    "targets" : [
      "ParserCombinator",
      "ParserCombinatorTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ParserCombinator -destination generic/platform=watchOS
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 ParserCombinator -destination generic/platform=watchOS
2025-06-17 19:37:15.551 xcodebuild[570:3337] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_19-37-0015.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "ParserCombinator" scheme:
		{ platform:macOS, arch:arm64, id:b495fed730e1095d64102e37fe03d7c46070ef99, name:My Mac }
		{ platform:macOS, arch:x86_64, id:b495fed730e1095d64102e37fe03d7c46070ef99, name:My Mac }
		{ platform:macOS, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable