The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Suture with Swift 6.3 for tvOS using Xcode 26.4.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cristik/Suture.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cristik/Suture
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6013578 .travis.yml
Cloned https://github.com/cristik/Suture.git
Revision (git rev-parse @):
6013578f2a89dff72e569727464f183427b35f89
SUCCESS checkout https://github.com/cristik/Suture.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cristik/Suture.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Suture",
  "name" : "Suture",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Suture",
      "targets" : [
        "Suture"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SutureTests",
      "module_type" : "SwiftTarget",
      "name" : "SutureTests",
      "path" : "test",
      "sources" : [
        "Cocoa+Suture-Tests.swift",
        "Common.swift",
        "Future+Creation-Tests.swift",
        "Future+Operators-Tests.swift",
        "Future+Subscribe-Tests.swift"
      ],
      "target_dependencies" : [
        "Suture"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Suture",
      "module_type" : "SwiftTarget",
      "name" : "Suture",
      "path" : "src",
      "product_memberships" : [
        "Suture"
      ],
      "sources" : [
        "Cancelable.swift",
        "Cocoa+Suture.swift",
        "Dispatcher.swift",
        "Future.swift",
        "ObjcFuture.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Suture",
    "schemes" : [
      "Suture"
    ],
    "targets" : [
      "Suture",
      "SutureTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Suture -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 Suture -destination generic/platform=tvOS
2026-04-10 15:26:49.674 xcodebuild[652:3740] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-10-04_15-26-0049.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "Suture" scheme:
		{ platform:macOS, arch:arm64, id:bd9d102118f9c77dd19179c232f7c4de53b1e8a8, name:My Mac }
		{ platform:macOS, arch:x86_64, id:bd9d102118f9c77dd19179c232f7c4de53b1e8a8, name:My Mac }
		{ platform:macOS, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable