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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jcmosc/Compute.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jcmosc/Compute
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e1d082 Fix crash when comparing fields following an enum
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 @):
7e1d08250bc18cacd517a25659dbd13871cae8ac
SUCCESS checkout https://github.com/jcmosc/Compute.git at main
========================================
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.3.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.3.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.3.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-04-17 20:33:54.773 xcodebuild[681:4159] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-17 20:33:54.802 xcodebuild[681:4159] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-17-04_20-33-0054.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:cea496ad7ad0bcc8ace60869a14d47612c909013, name:My Mac }
		{ platform:macOS, arch:x86_64, id:cea496ad7ad0bcc8ace60869a14d47612c909013, 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:ED33DA69-1CC6-45DB-AE75-9D65A05008B7, OS:26.0, name:Apple Vision Pro }
		{ platform:visionOS Simulator, arch:arm64, id:A6FE5C47-7138-45EE-90EF-CA6D9E71F2E8, OS:26.2, name:Apple Vision Pro }
		{ platform:iOS Simulator, arch:arm64, id:30BF99D1-B2AB-4683-B974-F74EE3F2F1A1, OS:26.0.1, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:40F2AB29-EFC5-4E52-8F47-BD4A3CA04C21, OS:26.3.1, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:E7797689-EFF6-4683-89C3-E94615DB6A19, OS:26.0.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:407EC1A1-591C-45D7-B380-A29E37268AB4, OS:26.3.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:7E9BF166-1D9E-4382-8521-07A6D58F3640, OS:26.3.1, name:iPad Air 11-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:95659DB1-E10E-46A4-B7EF-056DCF2002FE, OS:26.0.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:215BB222-FC28-4921-BA20-38A0150DED69, OS:26.3.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:A0743AEF-8169-4F8F-9E99-8497E5F77D9B, OS:26.3.1, name:iPad Air 13-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:8445969D-FCA4-4F15-B369-E63BA17C5673, OS:26.0.1, name:iPad Pro 11-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:8DB651ED-1EEB-4960-9061-C73474062CEF, OS:26.3.1, name:iPad Pro 11-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:468BC05A-226F-423F-A615-D8A7B4A4946F, OS:26.0.1, name:iPad Pro 13-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:70B60106-38C7-4CBD-A6E4-2BE1815A8221, OS:26.3.1, name:iPad Pro 13-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:F3526405-5567-4683-B587-02B39E2D6262, OS:26.0.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:21A599CB-DDBF-4122-9D9C-7FE66BAD458F, OS:26.3.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:9FB1FDFC-BED3-40C5-92D3-1F621E29F09B, OS:26.0.1, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:565F15B3-AFB9-421C-9269-82EEEBF9A19F, OS:26.3.1, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:379D1647-37DA-4DFF-861F-03BC2BB4F759, OS:26.0.1, name:iPhone 17 }
		{ platform:iOS Simulator, arch:arm64, id:818D8D2C-0D62-4F25-9D4D-FDB0A7AD7764, OS:26.3.1, name:iPhone 17 }
		{ platform:iOS Simulator, arch:arm64, id:35DE288A-F8AD-4AD2-BB59-81CB56BEDBB8, OS:26.0.1, name:iPhone 17 Pro }
		{ platform:iOS Simulator, arch:arm64, id:9A12B3BD-09D7-45E1-8EDA-C99231CA1F4E, OS:26.3.1, name:iPhone 17 Pro }
		{ platform:iOS Simulator, arch:arm64, id:46D6D274-67AB-4BB3-B55B-D12285391F91, OS:26.0.1, name:iPhone 17 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:3FBFF23C-CF0D-40CC-BCFF-E830EAF01F95, OS:26.3.1, name:iPhone 17 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:B75B72BB-DE82-445E-BBEB-944DE171D215, OS:26.3.1, name:iPhone 17e }
		{ platform:iOS Simulator, arch:arm64, id:56F796F2-A347-4556-94EA-F910196AABBD, OS:26.0.1, name:iPhone Air }
		{ platform:iOS Simulator, arch:arm64, id:44BDA1E8-F8B1-46A9-A56D-37B0DD4DC086, OS:26.3.1, name:iPhone Air }
INFRASTRUCTURE ERROR (status: destinationUnavailable