Build Information
Failed to build OpenAttributeGraph with Swift 6.1 for watchOS using Xcode 16.3.
Build Command
Build command unavailableBuild 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.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
{
"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)
Command line invocation:
/Applications/Xcode-16.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-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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "OpenAttributeGraph",
"schemes" : [
"OpenAttributeGraph"
],
"targets" : [
"OpenAttributeGraph"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenAttributeGraph -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.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 OpenAttributeGraph -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
2026-02-25 19:27:47.092 xcodebuild[629:3632] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-25-02_19-27-0047.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:e0512ee60417966107d70b02a33837f5fc17654b, name:My Mac }
{ platform:macOS, arch:x86_64, id:e0512ee60417966107d70b02a33837f5fc17654b, 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 }
INFRASTRUCTURE ERROR (status: destinationUnavailable