The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WrkstrmMain with Swift 6.2 (beta) for watchOS using Xcode 26.0.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmMain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmMain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fb948cf Update Package.swift
Cloned https://github.com/wrkstrm/WrkstrmMain.git
Revision (git rev-parse @):
fb948cfc141ca01f78edf8c42fe6eced6e6f65b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmMain.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wrkstrm/WrkstrmMain.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/apple/swift-testing.git
Fetching from https://github.com/swiftlang/swift-syntax.git
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-testing’
Checking out 0.99.0 of package ‘swift-testing’
Resolve Package Graph
Resolved source packages:
  swift-testing: https://github.com/apple/swift-testing.git @ 0.99.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
  WrkstrmMain: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-testing, swift-syntax, WrkstrmMain
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    }
  ],
  "manifest_display_name" : "WrkstrmMain",
  "name" : "WrkstrmMain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "WrkstrmMain",
      "targets" : [
        "WrkstrmMain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrkstrmMainTests",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmMainTests",
      "path" : "Tests/WrkstrmMainTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "BinaryTreeTests.swift",
        "CollectionTests.swift",
        "IndexedCollectionTests.swift",
        "ListTests.swift",
        "OptionalComparableTests.swift",
        "StringKebabTests.swift",
        "StringTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WrkstrmMain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WrkstrmMain",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmMain",
      "path" : "Sources/WrkstrmMain",
      "product_memberships" : [
        "WrkstrmMain"
      ],
      "sources" : [
        "CustomCollections/Classes/BinaryTree.swift",
        "CustomCollections/Classes/Tree.swift",
        "CustomCollections/Enums/List.swift",
        "CustomCollections/Enums/Sort.swift",
        "CustomCollections/Structs/IndexedCollection.swift",
        "CustomCollections/Structs/SortedArray.swift",
        "Extensions/Array+Filter.swift",
        "Extensions/ClosedRange+Magnitude.swift",
        "Extensions/Collection+Sorting.swift",
        "Extensions/CommandLine+Executable.swift",
        "Extensions/Optional/Optional+Comparable.swift",
        "Extensions/RandomAccessCollection+IndexedCollection.swift",
        "Extensions/Sequence+Decompose.swift",
        "Extensions/Sequence+Unique.swift",
        "Extensions/String/String+Contains.swift",
        "Extensions/String/String+Count.swift",
        "Extensions/String/String+Error.swift",
        "Extensions/String/String+KebabCase.swift",
        "Extensions/String/String+Source.swift",
        "Extensions/UInt+BitSetting.swift",
        "JSON/JSON.swift",
        "Protocols/Injectable.swift",
        "Protocols/Result.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Testing",
      "WrkstrmMain",
      "WrkstrmMainTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Testing",
      "WrkstrmMain",
      "WrkstrmMainTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WrkstrmMain -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 WrkstrmMain -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-testing: https://github.com/apple/swift-testing.git @ 0.99.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
  WrkstrmMain: /Users/admin/builder/spi-builder-workspace
2025-06-22 02:37:02.301 xcodebuild[667:3890] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-22-06_02-37-0002.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "WrkstrmMain" scheme:
		{ platform:visionOS Simulator, arch:arm64, variant:Designed for [iPad,iPhone], id:EFECA3E5-EBBC-4E1D-A125-60C784EFEA50, OS:26.0, name:Apple Vision Pro 4K }
INFRASTRUCTURE ERROR (status: destinationUnavailable