The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build OpenGraph with Swift 5.10 for tvOS using Xcode 15.4.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme OpenGraph-Package -destination generic/platform=tvos

Build Log

========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenGraph.git
Reference: 0.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenGraph
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 2cec96b Update CI to Swift 5.10
Cloned https://github.com/OpenSwiftUIProject/OpenGraph.git
Revision (git rev-parse @):
2cec96b95fe1289dac75ec422d9a3c783d5fe14c
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenGraph.git at 0.1.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/OpenSwiftUIProject/OpenGraph.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-syntax.git (cached)
Fetching from https://github.com/apple/swift-testing (cached)
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/repositories/swift-testing-f02b8e0f is not valid git repository for 'https://github.com/apple/swift-testing', will fetch again.Fetching from https://github.com/apple/swift-testing (cached)
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/repositories/swift-testing-f02b8e0f is not valid git repository for 'https://github.com/apple/swift-testing', will fetch again.Fetching from https://github.com/apple/swift-testing (cached)
Creating working copy of package ‘swift-testing’
Checking out 0.6.0 of package ‘swift-testing’
Creating working copy of package ‘swift-syntax’
Checking out 510.0.1 of package ‘swift-syntax’
Resolved source packages:
  swift-testing: https://github.com/apple/swift-testing @ 0.6.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.1
  OpenGraph: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: swift-testing, swift-syntax, OpenGraph
objc[3632]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e9680e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10ea840e0). One of the two will be used. Which one is undefined.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "exact" : [
          "0.6.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing"
    }
  ],
  "manifest_display_name" : "OpenGraph",
  "name" : "OpenGraph",
  "path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenGraphShims",
      "targets" : [
        "OpenGraphShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenGraph",
      "targets" : [
        "OpenGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AttributeGraph",
      "targets" : [
        "AttributeGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_OpenGraph",
      "module_type" : "ClangTarget",
      "name" : "_OpenGraph",
      "path" : "Sources/_OpenGraph",
      "product_memberships" : [
        "OpenGraph"
      ],
      "sources" : [
        "Attribute/AttributeID.cpp",
        "Attribute/AttributeType.cpp",
        "Attribute/OGAttribute.cpp",
        "Attribute/OGWeakAttribute.cpp",
        "Data/ClosureFunction.cpp",
        "Data/OGUniqueID.c",
        "Debug/OGDebugServer.cpp",
        "Debug/og-debug-server.mm",
        "Graph/Graph.cpp",
        "Graph/GraphContext.cpp",
        "Graph/GraphDescription.mm",
        "Graph/OGGraph.cpp",
        "Graph/OGGraphContext.cpp",
        "Graph/OGSubgraph.cpp",
        "Graph/Subgraph.cpp",
        "Runtime/OGCompareValues.cpp",
        "Runtime/OGTupleType.cpp",
        "Runtime/OGTypeApplyEnumData.cpp",
        "Runtime/OGTypeApplyField.cpp",
        "Runtime/OGTypeDescription.cpp",
        "Runtime/OGTypeID.cpp",
        "Util/assert.cpp",
        "Util/log.cpp",
        "Util/realloc_vector.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UpdateModule",
      "module_type" : "PluginTarget",
      "name" : "UpdateModule",
      "path" : "Plugins/UpdateModule",
      "plugin_capability" : {
        "intent" : {
          "description" : "Update AG xcframework",
          "type" : "custom",
          "verb" : "update-module"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update AG xcframework",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "UpdateModuleCommand.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "OpenGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenGraphTests",
      "path" : "Tests/OpenGraphTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "DummyTests.swift",
        "Scaffolding.swift"
      ],
      "target_dependencies" : [
        "OpenGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenGraphTempTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenGraphTempTests",
      "path" : "Tests/OpenGraphTempTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "AttributeTestBase.swift",
        "AttributeTestHelper.swift",
        "GraphShims.swift",
        "Scaffolding.swift"
      ],
      "target_dependencies" : [
        "OpenGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenGraphShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenGraphShims",
      "path" : "Sources/OpenGraphShims",
      "product_memberships" : [
        "OpenGraphShims"
      ],
      "sources" : [
        "GraphShims.swift",
        "OGTypeID+Debug.swift"
      ],
      "target_dependencies" : [
        "AttributeGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenGraphCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenGraphCompatibilityTests",
      "path" : "Tests/OpenGraphCompatibilityTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "Attribute/Attribute/AttributeTests.swift",
        "Attribute/Attribute/ExternalTests.swift",
        "Attribute/Attribute/FocusTests.swift",
        "Attribute/Attribute/OGAttributeTests.swift",
        "Attribute/Attribute/PointerOffsetTests.swift",
        "Attribute/AttributeTestBase.swift",
        "Attribute/AttributeTestHelper.swift",
        "Attribute/Indirect/IndirectAttributeTests.swift",
        "Attribute/Optional/AnyOptionalAttributeTests.swift",
        "Attribute/Optional/OptionalAttributeTests.swift",
        "Attribute/Rule/RuleTests.swift",
        "Attribute/Weak/OGWeakAttributeTests.swift",
        "Attribute/Weak/WeakAttributeTests.swift",
        "Data/UniqueIDTests.swift",
        "Debug/DebugServerTests.swift",
        "Graph/GraphTests.swift",
        "GraphShims.swift",
        "Runtime/CompareValuesTests.swift",
        "Runtime/TupleTypeTests.swift",
        "Runtime/TypeIDTests.swift",
        "Runtime/TypeKindTests.swift",
        "Scaffolding.swift"
      ],
      "target_dependencies" : [
        "OpenGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenGraph",
      "module_type" : "SwiftTarget",
      "name" : "OpenGraph",
      "path" : "Sources/OpenGraph",
      "product_memberships" : [
        "OpenGraph"
      ],
      "sources" : [
        "Attribute/Attribute/Attribute.swift",
        "Attribute/Attribute/External.swift",
        "Attribute/Attribute/Focus.swift",
        "Attribute/Attribute/OGAttribute.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/AnyRuleContext.swift",
        "Attribute/Rule/Rule.swift",
        "Attribute/Rule/RuleContext.swift",
        "Attribute/Rule/StatefulRule.swift",
        "Attribute/Weak/OGWeakAttribute.swift",
        "Attribute/Weak/WeakAttribute.swift",
        "Debug/DebugServer.swift",
        "Export.swift",
        "Graph/OGGraph.swift",
        "Graph/OGSubgraph.swift",
        "Runtime/CompareValues.swift",
        "Runtime/OGTupleType.swift",
        "Runtime/OGTypeApplyEnumData.swift",
        "Runtime/OGTypeID.swift"
      ],
      "target_dependencies" : [
        "_OpenGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AttributeGraph",
      "module_type" : "BinaryTarget",
      "name" : "AttributeGraph",
      "path" : "AG/AttributeGraph.xcframework",
      "product_memberships" : [
        "OpenGraphShims",
        "AttributeGraph"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AttributeGraph",
      "OpenGraph",
      "OpenGraph-Package",
      "OpenGraphShims",
      "Testing"
    ]
  }
}
objc[3977]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10beb00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f0000e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme OpenGraph-Package -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme OpenGraph-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-testing: https://github.com/apple/swift-testing @ 0.6.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.1
  OpenGraph: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
Prepare packages
Compile plug-in “UpdateModule” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/UpdateModule
[debug]: Using compiler /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 656a4e478c118d44e26cc4e831666860bece80ae09da8a34a509c8ee9a29f7f5
Process build tool plug-in results
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'OpenGraphShims' in project 'OpenGraph'
        ➜ Explicit dependency on target 'OpenGraphShims' in project 'OpenGraph'
    Target 'OpenGraphShims' in project 'OpenGraph' (no dependencies)
    Target 'OpenGraph' in project 'OpenGraph'
        ➜ Explicit dependency on target 'OpenGraph' in project 'OpenGraph'
        ➜ Explicit dependency on target '_OpenGraph' in project 'OpenGraph'
    Target 'OpenGraph' in project 'OpenGraph'
        ➜ Explicit dependency on target '_OpenGraph' in project 'OpenGraph'
    Target '_OpenGraph' in project 'OpenGraph' (no dependencies)
    Target 'AttributeGraph' in project 'OpenGraph' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x objective-c++ -c /dev/null
Build description signature: 6c04db5198b425ac534082c859f5db83
Build description path: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6c04db5198b425ac534082c859f5db83.xcbuilddata
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework'. (in target 'OpenGraphShims' from project 'OpenGraph')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework'. (in target 'AttributeGraph' from project 'OpenGraph')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework'. (in target 'OpenGraphShims' from project 'OpenGraph')
objc[3993]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1106340e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11333c0e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme OpenGraph-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  OpenGraph: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.1
  swift-testing: https://github.com/apple/swift-testing @ 0.6.0
Prepare packages
Compile plug-in “UpdateModule” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins/UpdateModule
[debug]: Using compiler /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 656a4e478c118d44e26cc4e831666860bece80ae09da8a34a509c8ee9a29f7f5
Process build tool plug-in results
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'OpenGraphShims' in project 'OpenGraph'
        ➜ Explicit dependency on target 'OpenGraphShims' in project 'OpenGraph'
    Target 'OpenGraphShims' in project 'OpenGraph' (no dependencies)
    Target 'OpenGraph' in project 'OpenGraph'
        ➜ Explicit dependency on target 'OpenGraph' in project 'OpenGraph'
        ➜ Explicit dependency on target '_OpenGraph' in project 'OpenGraph'
    Target 'OpenGraph' in project 'OpenGraph'
        ➜ Explicit dependency on target '_OpenGraph' in project 'OpenGraph'
    Target '_OpenGraph' in project 'OpenGraph' (no dependencies)
    Target 'AttributeGraph' in project 'OpenGraph' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework'. (in target 'OpenGraphShims' from project 'OpenGraph')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework'. (in target 'OpenGraphShims' from project 'OpenGraph')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AG/AttributeGraph.xcframework'. (in target 'AttributeGraph' from project 'OpenGraph')
objc[4054]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110f3c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11106c0e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.10 tvOS