The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenAttributeGraph with Swift 6.2 for watchOS 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/OpenSwiftUIProject/OpenAttributeGraph.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenAttributeGraph
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 7bdd424 Remove deprecated attributeGraphEnabled and swiftToolchainSupported API (#218)
Submodule path 'Checkouts/swift': checked out '358e0e0c5d8e4df91c6d20d2f152f7c6f6cbccf1'
Submodule 'Checkouts/swift' (https://github.com/OpenSwiftUIProject/swift-runtime-headers.git) registered for path 'Checkouts/swift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Checkouts/swift'...
Cloned https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
Revision (git rev-parse @):
7bdd42437abc04268a6a22bbf1ac34af8fd5fee8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git at 0.5.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.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-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "OpenAttributeGraph",
  "name" : "OpenAttributeGraph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAttributeGraphShims",
      "targets" : [
        "OpenAttributeGraphShims"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "OpenAttributeGraph",
      "targets" : [
        "OpenAttributeGraph",
        "OpenAttributeGraphCxx"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "CFPtrTests.swift",
        "ForwardListTests.swift",
        "HashTableTests.swift",
        "HeapTests.swift",
        "ObjCPtrTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "ClangTarget",
      "name" : "Utilities",
      "path" : "Sources/Utilities",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "HashTable.cpp",
        "Heap.cpp"
      ],
      "target_dependencies" : [
        "Platform"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Platform",
      "module_type" : "ClangTarget",
      "name" : "Platform",
      "path" : "Sources/Platform",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "log.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAttributeGraphShimsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphShimsTests",
      "path" : "Tests/OpenAttributeGraphShimsTests",
      "sources" : [
        "Attribute+DebugTests.swift",
        "Export.swift",
        "MetadataDebugTests.swift",
        "OpenAttributeGraphTestsSupport/AsyncSemaphore.swift",
        "OpenAttributeGraphTestsSupport/DataHelper.swift",
        "OpenAttributeGraphTestsSupport/GraphEnvironmentTrait.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraphShims"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAttributeGraphShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphShims",
      "path" : "Sources/OpenAttributeGraphShims",
      "product_memberships" : [
        "OpenAttributeGraphShims"
      ],
      "sources" : [
        "Attribute+Debug.swift",
        "DebugClient.swift",
        "DebugServerMessageHeader.swift",
        "Graph+Debug.swift",
        "GraphShims.swift",
        "Metadata+Debug.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAttributeGraphCxxTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphCxxTests",
      "path" : "Tests/OpenAttributeGraphCxxTests",
      "sources" : [
        "Data/PageTests.swift",
        "Data/TableTests.swift",
        "Data/ZoneTests.swift",
        "DebugServer/DebugClient.swift",
        "DebugServer/DebugServerMessageHeader.swift",
        "DebugServer/DebugServerTests.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraphCxx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAttributeGraphCxx",
      "module_type" : "ClangTarget",
      "name" : "OpenAttributeGraphCxx",
      "path" : "Sources/OpenAttributeGraphCxx",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "Attribute/AttributeID.cpp",
        "Attribute/AttributeType.cpp",
        "Attribute/OAGAttribute.cpp",
        "Attribute/OAGWeakAttribute.cpp",
        "Comparison/OAGComparison.cpp",
        "Data/ClosureFunction.cpp",
        "Data/OAGUniqueID.c",
        "Data/table.cpp",
        "Data/zone.cpp",
        "DebugServer/DebugServer.mm",
        "DebugServer/OAGDebugServer.cpp",
        "DebugServer/interpose.c",
        "Graph/Graph.cpp",
        "Graph/Graph.mm",
        "Graph/GraphContext.cpp",
        "Graph/GraphDescription.cpp",
        "Graph/GraphDescription.mm",
        "Graph/OAGGraph.cpp",
        "Graph/OAGGraphContext.cpp",
        "Graph/OAGGraphTracing.cpp",
        "Graph/OAGSubgraph.cpp",
        "Graph/Subgraph.cpp",
        "Misc/assert.cpp",
        "Misc/log.cpp",
        "Runtime/OAGTupleType.cpp",
        "Runtime/OAGTypeID.cpp",
        "Runtime/metadata.cpp",
        "Vector/realloc_vector.cpp",
        "Version/OAGVersion.c"
      ],
      "target_dependencies" : [
        "Platform",
        "Utilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAttributeGraphCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphCompatibilityTests",
      "path" : "Tests/OpenAttributeGraphCompatibilityTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "Attribute/Attribute/AnyAttributeCompatibilityTests.swift",
        "Attribute/Attribute/AttributeCompatibilityTests.swift",
        "Attribute/Attribute/ExternalCompatibilityTests.swift",
        "Attribute/Attribute/FocusCompatibilityTests.swift",
        "Attribute/Attribute/PointerOffsetCompatibilityTests.swift",
        "Attribute/Indirect/IndirectAttributeCompatibilityTests.swift",
        "Attribute/Optional/AnyOptionalAttributeCompatibilityTests.swift",
        "Attribute/Optional/OptionalAttributeCompatibilityTests.swift",
        "Attribute/Rule/MapCompatibilityTests.swift",
        "Attribute/Rule/RuleCompatibilityTests.swift",
        "Attribute/Weak/AnyWeakAttributeCompatibilityTests.swift",
        "Attribute/Weak/WeakAttributeCompatibilityTests.swift",
        "CompareValuesCompatibilityTests.swift",
        "Data/UniqueIDCompatibilityTests.swift",
        "Debug/DebugServerTests.swift",
        "Graph/GraphCompatibilityTests.swift",
        "Graph/GraphDescriptionCompatibilityTests.swift",
        "Graph/GraphTracingCompatibilityTests.swift",
        "Graph/SubgraphCompatibilityTests.swift",
        "GraphShims.swift",
        "OpenAttributeGraphTestsSupport/AsyncSemaphore.swift",
        "OpenAttributeGraphTestsSupport/DataHelper.swift",
        "OpenAttributeGraphTestsSupport/GraphEnvironmentTrait.swift",
        "Runtime/MetadataCompatibilityTests.swift",
        "Runtime/TupleTypeCompatibilityTests.swift",
        "VersionCompatibilityTests.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAttributeGraph",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraph",
      "path" : "Sources/OpenAttributeGraph",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "Attribute/Attribute/AnyAttribute.swift",
        "Attribute/Attribute/Attribute.swift",
        "Attribute/Attribute/External.swift",
        "Attribute/Attribute/PointerOffset.swift",
        "Attribute/Body/AttributeBody.swift",
        "Attribute/Body/AttributeBodyVisitor.swift",
        "Attribute/Body/ObservedAttribute.swift",
        "Attribute/Indirect/IndirectAttribute.swift",
        "Attribute/Optional/AnyOptionalAttribute.swift",
        "Attribute/Optional/OptionalAttribute.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",
        "Debug/DebugServer.swift",
        "Export.swift",
        "Graph/Graph.swift",
        "Graph/Subgraph.swift",
        "Runtime/CompareValues.swift",
        "Runtime/Metadata.swift",
        "Runtime/OGTypeApplyEnumData.swift",
        "Runtime/TupleType.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraphCxx"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_DEVELOPMENT not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_WERROR not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_TARGET_RELEASE not set -> 2024(default)
[Env] OPENATTRIBUTEGRAPH_LIBRARY_EVOLUTION not set -> true(default)
[Env] OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "OpenAttributeGraph",
    "schemes" : [
      "OpenAttributeGraph"
    ],
    "targets" : [
      "OpenAttributeGraph"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAttributeGraph -destination generic/platform=watchOS
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 OpenAttributeGraph -destination generic/platform=watchOS
2026-02-26 02:30:14.523 xcodebuild[610:3684] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-02-26 02:30:14.547 xcodebuild[610:3684] Writing error result bundle to /var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T/ResultBundle_2026-26-02_02-30-0014.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "OpenAttributeGraph" scheme:
		{ platform:macOS, arch:arm64, id:b217d41b2aafdfa5a1e95d63d5edc029768b11e7, name:My Mac }
		{ platform:macOS, arch:x86_64, id:b217d41b2aafdfa5a1e95d63d5edc029768b11e7, 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