The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcopen 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/erica/xcopen.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/erica/xcopen
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at df6f77e Updates docs and user messages after adding default pkg open
Cloned https://github.com/erica/xcopen.git
Revision (git rev-parse @):
df6f77e0c66ac40f992f92f5a7332882b20f67e7
SUCCESS checkout https://github.com/erica/xcopen.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/erica/xcopen.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
Resolve Package Graph
Fetching from https://github.com/erica/Swift-Mac-Utility.git
Fetching from https://github.com/apple/Swift-Argument-Parser
Fetching from https://github.com/erica/Swift-General-Utility.git
Creating working copy of package ‘Swift-General-Utility’
Checking out 0.0.3 of package ‘Swift-General-Utility’
Creating working copy of package ‘Swift-Argument-Parser’
Checking out 0.2.0 of package ‘Swift-Argument-Parser’
Creating working copy of package ‘Swift-Mac-Utility’
Checking out 0.0.1 of package ‘Swift-Mac-Utility’
Resolved source packages:
  GeneralUtility: https://github.com/erica/Swift-General-Utility.git @ 0.0.3
  swift-argument-parser: https://github.com/apple/Swift-Argument-Parser @ 0.2.0
  MacUtility: https://github.com/erica/Swift-Mac-Utility.git @ 0.0.1
resolved source packages: GeneralUtility, swift-argument-parser, MacUtility
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "0.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-general-utility",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/erica/Swift-General-Utility"
    },
    {
      "identity" : "swift-mac-utility",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/erica/Swift-Mac-Utility"
    }
  ],
  "manifest_display_name" : "xcopen",
  "name" : "xcopen",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "xcopen",
      "targets" : [
        "xcopen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "xcopen",
      "module_type" : "SwiftTarget",
      "name" : "xcopen",
      "path" : "xcopen",
      "product_dependencies" : [
        "ArgumentParser",
        "MacUtility",
        "GeneralUtility"
      ],
      "product_memberships" : [
        "xcopen"
      ],
      "sources" : [
        "Utility.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "xcopen",
    "schemes" : [
      "xcopen"
    ],
    "targets" : [
      "xcopen"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcopen -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 xcopen -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  MacUtility: https://github.com/erica/Swift-Mac-Utility.git @ 0.0.1
  swift-argument-parser: https://github.com/apple/Swift-Argument-Parser @ 0.2.0
  GeneralUtility: https://github.com/erica/Swift-General-Utility.git @ 0.0.3
2025-06-19 04:14:11.187 xcodebuild[681:3887] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-19-06_04-14-0011.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "xcopen" scheme:
		{ platform:macOS, arch:arm64, id:10a1387890ba7ef9a3ad525a877bfe08f2af3a75, name:My Mac }
		{ platform:macOS, arch:x86_64, id:10a1387890ba7ef9a3ad525a877bfe08f2af3a75, name:My Mac }
		{ platform:macOS, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable