The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jcmosc/Compute.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jcmosc/Compute
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at a5d215c Add #include <utility> for platforms where std::exchange is not transitively included
Submodule path 'Checkouts/swift-runtime-headers': checked out '42c0a0f7b02cc040c5a537fc5c577ca9b884dff8'
Submodule 'Checkouts/swift-runtime-headers' (https://github.com/jcmosc/swift-runtime-headers.git) registered for path 'Checkouts/swift-runtime-headers'
Cloning into '/Users/admin/builder/spi-builder-workspace/Checkouts/swift-runtime-headers'...
Cloned https://github.com/jcmosc/Compute.git
Revision (git rev-parse @):
a5d215cacfb981d181dda690d0415b1f0b5fa5ab
SUCCESS checkout https://github.com/jcmosc/Compute.git at 0.1.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jcmosc/Compute.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore"
    }
  ],
  "manifest_display_name" : "Compute",
  "name" : "Compute",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "Compute",
      "targets" : [
        "Compute"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_ComputeTestSupport",
      "targets" : [
        "_ComputeTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_ComputeTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_ComputeTestSupport",
      "path" : "Sources/_ComputeTestSupport",
      "product_memberships" : [
        "_ComputeTestSupport"
      ],
      "sources" : [
        "AssertEqualWithDiff.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "HashTableTests.swift",
        "HeapTests.swift",
        "ListTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "ClangTarget",
      "name" : "Utilities",
      "path" : "Sources/Utilities",
      "product_memberships" : [
        "Compute"
      ],
      "sources" : [
        "HashTable.cpp",
        "Heap.cpp"
      ],
      "target_dependencies" : [
        "Platform",
        "SwiftCorelibsCoreFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftCorelibsCoreFoundation",
      "module_type" : "ClangTarget",
      "name" : "SwiftCorelibsCoreFoundation",
      "path" : "Sources/SwiftCorelibsCoreFoundation",
      "product_memberships" : [
        "Compute"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Platform",
      "module_type" : "ClangTarget",
      "name" : "Platform",
      "path" : "Sources/Platform",
      "product_memberships" : [
        "Compute"
      ],
      "sources" : [
        "MachOFile.cpp",
        "image.cpp",
        "log.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComputeTests",
      "module_type" : "SwiftTarget",
      "name" : "ComputeTests",
      "path" : "Tests/ComputeTests",
      "product_dependencies" : [
        "Algorithms",
        "Semaphore"
      ],
      "sources" : [
        "Shared/Attribute/AnyAttributeTests.swift",
        "Shared/Attribute/AttributeBodyTests.swift",
        "Shared/Attribute/AttributeTests.swift",
        "Shared/Attribute/ExternalTests.swift",
        "Shared/Attribute/IndirectAttributeTests.swift",
        "Shared/Attribute/RuleTests.swift",
        "Shared/Attribute/WeakAttributeTests.swift",
        "Shared/Graph+DictionaryDescription.swift",
        "Shared/Graph/GraphTests.swift",
        "Shared/Runtime/CompareValuesTests.swift",
        "Shared/Runtime/MetadataTests.swift",
        "Shared/Runtime/ReflectionTests.swift",
        "Shared/Runtime/TupleTypeTests.swift",
        "Shared/Subgraph/SubgraphTests.swift",
        "Shared/Subgraph/TreeTests.swift",
        "Shared/SubgraphApplyingTrait.swift",
        "Shared/TestTypes.swift",
        "Shims.swift"
      ],
      "target_dependencies" : [
        "Compute",
        "_ComputeTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComputeLayoutDescriptorTests",
      "module_type" : "SwiftTarget",
      "name" : "ComputeLayoutDescriptorTests",
      "path" : "Tests/ComputeLayoutDescriptorTests",
      "sources" : [
        "Shared/CompareValuesTests.swift",
        "Shared/PrefetchCompareValuesTests.swift",
        "Shared/Util/reprinting.swift",
        "Shims.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComputeCxxSwiftSupport",
      "module_type" : "SwiftTarget",
      "name" : "ComputeCxxSwiftSupport",
      "path" : "Sources/ComputeCxxSwiftSupport",
      "product_memberships" : [
        "Compute"
      ],
      "sources" : [
        "ComputeCxxSwiftSupport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComputeCxx",
      "module_type" : "ClangTarget",
      "name" : "ComputeCxx",
      "path" : "Sources/ComputeCxx",
      "product_memberships" : [
        "Compute"
      ],
      "sources" : [
        "Attribute/AttributeData/Node/IndirectNode.cpp",
        "Attribute/AttributeData/Node/Node.cpp",
        "Attribute/AttributeID/AGAttribute.cpp",
        "Attribute/AttributeID/AGWeakAttribute.cpp",
        "Attribute/AttributeID/AttributeID.cpp",
        "Attribute/AttributeID/WeakAttributeID.cpp",
        "Closure/AGClosure.cpp",
        "Comparison/AGComparison.cpp",
        "Comparison/Compare.cpp",
        "Comparison/LayoutDescriptor.cpp",
        "Data/Table.cpp",
        "Data/Zone.cpp",
        "Errors/Errors.cpp",
        "Graph/AGDescription.mm",
        "Graph/AGGraph.cpp",
        "Graph/AGGraph.mm",
        "Graph/Context.cpp",
        "Graph/Graph.cpp",
        "Graph/Graph.mm",
        "Graph/KeyTable.cpp",
        "Graph/TraceRecorder.cpp",
        "Graph/Tree/AGTreeElement.cpp",
        "Graph/Tree/AGTreeValue.cpp",
        "Graph/Tree/TreeDataElement.cpp",
        "Graph/UpdateStack.cpp",
        "Log/Log.cpp",
        "Subgraph/AGSubgraph.cpp",
        "Subgraph/NodeCache.cpp",
        "Subgraph/Subgraph.cpp",
        "Swift/AGTuple.cpp",
        "Swift/AGType.cpp",
        "Swift/ContextDescriptor.cpp",
        "Swift/Metadata.cpp",
        "Swift/MetadataVisitor.cpp",
        "Time/Time.cpp",
        "Trace/ExternalTrace.cpp",
        "Trace/Trace.cpp",
        "UniqueID/AGUniqueID.cpp"
      ],
      "target_dependencies" : [
        "Platform",
        "Utilities",
        "ComputeCxxSwiftSupport",
        "SwiftCorelibsCoreFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Compute",
      "module_type" : "SwiftTarget",
      "name" : "Compute",
      "path" : "Sources/Compute",
      "product_memberships" : [
        "Compute"
      ],
      "sources" : [
        "Attribute/AnyAttribute.swift",
        "Attribute/Attribute.swift",
        "Attribute/AttributeType.swift",
        "Attribute/Body/AttributeBody.swift",
        "Attribute/Body/AttributeBodyVisitor.swift",
        "Attribute/External.swift",
        "Attribute/Indirect/IndirectAttribute.swift",
        "Attribute/Observed/ObservedAttribute.swift",
        "Attribute/Optional/AnyOptionalAttribute.swift",
        "Attribute/Optional/OptionalAttribute.swift",
        "Attribute/PointerOffset.swift",
        "Attribute/Rule/Focus.swift",
        "Attribute/Rule/Map.swift",
        "Attribute/Rule/Rule.swift",
        "Attribute/Rule/StatefulRule.swift",
        "Attribute/RuleContext/AnyRuleContext.swift",
        "Attribute/RuleContext/RuleContext.swift",
        "Attribute/Weak/AnyWeakAttribute.swift",
        "Attribute/Weak/WeakAttribute.swift",
        "Compute.swift",
        "Graph/Graph.swift",
        "Graph/Subgraph.swift",
        "Graph/TreeElement.swift",
        "Runtime/CompareValues.swift",
        "Runtime/Enum.swift",
        "Runtime/Metadata.swift",
        "Runtime/Signature.swift",
        "Runtime/Tuple.swift",
        "Utility/FoundationExtensions/String+CFString.swift"
      ],
      "target_dependencies" : [
        "ComputeCxx"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Compute",
    "schemes" : [
      "Compute"
    ],
    "targets" : [
      "Compute"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Compute -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.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 Compute -destination generic/platform=tvOS
2026-02-26 08:16:52.852 xcodebuild[609:3632] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-02-26 08:16:52.875 xcodebuild[609:3632] Writing error result bundle to /var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T/ResultBundle_2026-26-02_08-16-0052.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "Compute" scheme:
		{ platform:macOS, arch:arm64, id:52b8683191b4b5c37ca4df56a967121ca6a8a9d0, name:My Mac }
		{ platform:macOS, arch:x86_64, id:52b8683191b4b5c37ca4df56a967121ca6a8a9d0, name:My Mac }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:macOS, name:Any Mac }
		{ platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, name:Any visionOS Device }
		{ platform:visionOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-xrsimulator:placeholder, name:Any visionOS Simulator Device }
		{ platform:visionOS Simulator, arch:arm64, id:B5117B15-B016-4C76-BAE4-63A76D90E91C, OS:26.0, name:Apple Vision Pro 4K }
		{ platform:iOS Simulator, arch:arm64, id:67C0943B-C0CA-4EBF-9C41-BE753EBCC76F, OS:26.0, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:9ABE0280-0FE8-4275-968C-72202BCA55CC, OS:26.0, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:1F28E575-CF4F-461D-8E26-5B1DC984DE98, OS:26.0, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:83D15309-7308-49BE-A2EA-3D2AF5628196, OS:26.0, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:F941A5A7-038D-48B4-91AA-0B27FEC2F221, OS:26.0, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:AF15FB7D-0D27-4799-98A3-0219F5FE770D, OS:26.0, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:875B0083-F834-4E71-8522-3A1667A3FD22, OS:26.0, name:iPhone 16 }
		{ platform:iOS Simulator, arch:arm64, id:3E6818B9-7628-4C64-B644-9E33F88FC773, OS:26.0, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:arm64, id:69DE36B8-345F-4D21-ACD4-00A257763C9D, OS:26.0, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:arm64, id:C5DAC150-0E9C-490C-BF87-52D1BCC172B7, OS:26.0, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:E78FD603-ADE5-47AE-A0E5-93D2B1875DEA, OS:26.0, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:A78C993A-5F25-4900-A396-3CE047E87E4B, OS:26.0, name:iPhone 17 }
		{ platform:iOS Simulator, arch:arm64, id:669EA501-4147-4A3D-87AC-FBDC3CB0B25D, OS:26.0, name:iPhone 17 Pro }
		{ platform:iOS Simulator, arch:arm64, id:A697AD70-566C-4219-871D-59B7BF04B7A6, OS:26.0, name:iPhone 17 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:78970F5A-7D7A-4C8A-B13C-480733A29A72, OS:26.0, name:iPhone Air }
INFRASTRUCTURE ERROR (status: destinationUnavailable