Build Information
Failed to build DarwinPrivateFrameworks, reference main (0f24bb), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2026 18:39:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DarwinPrivateFrameworks-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0f24bb3 [GF] [Feature] Add GesutureNode API
Cloned https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Revision (git rev-parse @):
0f24bb3e4188c48e3e380495207589e34ec37c7e
SUCCESS checkout https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "DarwinPrivateFrameworks",
"name" : "DarwinPrivateFrameworks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AttributeGraph",
"targets" : [
"AttributeGraph",
"_AttributeGraphDeviceSwiftShims"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RenderBox",
"targets" : [
"RenderBox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreUI",
"targets" : [
"CoreUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BacklightServices",
"targets" : [
"BacklightServices"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SFSymbols",
"targets" : [
"SFSymbols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreSVG",
"targets" : [
"CoreSVG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Gestures",
"targets" : [
"Gestures",
"_GesturesDeviceSwiftShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_GesturesDeviceSwiftShims",
"module_type" : "SwiftTarget",
"name" : "_GesturesDeviceSwiftShims",
"path" : "GF/DeviceSwiftShims",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"Gestures"
],
"sources" : [
"Core/GestureNodeMatcher.swift",
"Core/GestureOutput.swift",
"Core/GesturePhase.swift",
"Core/GesturePhaseQueue.swift",
"Core/GestureRelation.swift",
"Core/GestureTag.swift",
"Core/GestureTrait.swift",
"Event/Event.swift",
"Event/EventID.swift",
"Event/MouseEvent.swift",
"Event/ScrollEvent.swift",
"Event/SpatialEvent.swift",
"Event/TouchEvent.swift",
"Export.swift",
"Extension/GFGesturePhase.swift",
"Extension/GFGestureRelation.swift",
"Extension/StandardLibraryAdditions.swift",
"GestureNode/GestureNode.swift",
"GestureNode/GestureNodeContainer.swift",
"GestureNode/GestureNodeDelegate.swift",
"GestureNode/GestureNodeID.swift",
"GestureNode/GestureNodeOptions.swift",
"Log.swift",
"Logging.swift",
"Time/GestureUpdateDriver.swift",
"Time/TimeScheduler.swift",
"Time/TimeSource.swift",
"Time/Timestamp.swift",
"Time/UpdateScheduler.swift",
"Time/UptimeTimeSource.swift",
"Util/AdditiveArithmetic.swift",
"Util/LocationContaining.swift",
"Util/Mergeable.swift",
"Util/NestedCustomStringConvertible.swift",
"Util/RingBuffer.swift",
"Util/ThresholdAdjustable.swift",
"Util/VectorArithmetic.swift"
],
"target_dependencies" : [
"Gestures"
],
"type" : "library"
},
{
"c99name" : "_AttributeGraphDeviceSwiftShims",
"module_type" : "SwiftTarget",
"name" : "_AttributeGraphDeviceSwiftShims",
"path" : "AG/DeviceSwiftShims",
"product_memberships" : [
"AttributeGraph"
],
"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" : [
"AttributeGraph"
],
"type" : "library"
},
{
"c99name" : "UpdateXCFrameworks",
"module_type" : "PluginTarget",
"name" : "UpdateXCFrameworks",
"path" : "Plugins/UpdateXCFrameworks",
"plugin_capability" : {
"intent" : {
"description" : "Update xcframeworks",
"type" : "custom",
"verb" : "update-xcframeworks"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update xcframeworks",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"UpdateXCFrameworksCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "SFSymbols",
"module_type" : "BinaryTarget",
"name" : "SFSymbols",
"path" : "SFSymbols/2024/SFSymbols.xcframework",
"product_memberships" : [
"SFSymbols"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "RenderBox",
"module_type" : "BinaryTarget",
"name" : "RenderBox",
"path" : "RB/2024/RenderBox.xcframework",
"product_memberships" : [
"RenderBox"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Gestures",
"module_type" : "BinaryTarget",
"name" : "Gestures",
"path" : "GF/2025/Gestures.xcframework",
"product_memberships" : [
"Gestures"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CoreUI",
"module_type" : "BinaryTarget",
"name" : "CoreUI",
"path" : "CoreUI/2024/CoreUI.xcframework",
"product_memberships" : [
"CoreUI"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CoreSVG",
"module_type" : "BinaryTarget",
"name" : "CoreSVG",
"path" : "CoreSVG/2024/CoreSVG.xcframework",
"product_memberships" : [
"CoreSVG"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "BacklightServices",
"module_type" : "BinaryTarget",
"name" : "BacklightServices",
"path" : "BLS/2024/BacklightServices.xcframework",
"product_memberships" : [
"BacklightServices"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "AttributeGraph",
"module_type" : "BinaryTarget",
"name" : "AttributeGraph",
"path" : "AG/2024/AttributeGraph.xcframework",
"product_memberships" : [
"AttributeGraph"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2024(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections (cached)
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections @ 1.4.1
DarwinPrivateFrameworks: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-collections, DarwinPrivateFrameworks
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "DarwinPrivateFrameworks",
"name" : "DarwinPrivateFrameworks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AttributeGraph",
"targets" : [
"AttributeGraph",
"_AttributeGraphDeviceSwiftShims"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RenderBox",
"targets" : [
"RenderBox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreUI",
"targets" : [
"CoreUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BacklightServices",
"targets" : [
"BacklightServices"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SFSymbols",
"targets" : [
"SFSymbols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreSVG",
"targets" : [
"CoreSVG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Gestures",
"targets" : [
"Gestures",
"_GesturesDeviceSwiftShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_GesturesDeviceSwiftShims",
"module_type" : "SwiftTarget",
"name" : "_GesturesDeviceSwiftShims",
"path" : "GF/DeviceSwiftShims",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"Gestures"
],
"sources" : [
"Core/GestureNodeMatcher.swift",
"Core/GestureOutput.swift",
"Core/GesturePhase.swift",
"Core/GesturePhaseQueue.swift",
"Core/GestureRelation.swift",
"Core/GestureTag.swift",
"Core/GestureTrait.swift",
"Event/Event.swift",
"Event/EventID.swift",
"Event/MouseEvent.swift",
"Event/ScrollEvent.swift",
"Event/SpatialEvent.swift",
"Event/TouchEvent.swift",
"Export.swift",
"Extension/GFGesturePhase.swift",
"Extension/GFGestureRelation.swift",
"Extension/StandardLibraryAdditions.swift",
"GestureNode/GestureNode.swift",
"GestureNode/GestureNodeContainer.swift",
"GestureNode/GestureNodeDelegate.swift",
"GestureNode/GestureNodeID.swift",
"GestureNode/GestureNodeOptions.swift",
"Log.swift",
"Logging.swift",
"Time/GestureUpdateDriver.swift",
"Time/TimeScheduler.swift",
"Time/TimeSource.swift",
"Time/Timestamp.swift",
"Time/UpdateScheduler.swift",
"Time/UptimeTimeSource.swift",
"Util/AdditiveArithmetic.swift",
"Util/LocationContaining.swift",
"Util/Mergeable.swift",
"Util/NestedCustomStringConvertible.swift",
"Util/RingBuffer.swift",
"Util/ThresholdAdjustable.swift",
"Util/VectorArithmetic.swift"
],
"target_dependencies" : [
"Gestures"
],
"type" : "library"
},
{
"c99name" : "_AttributeGraphDeviceSwiftShims",
"module_type" : "SwiftTarget",
"name" : "_AttributeGraphDeviceSwiftShims",
"path" : "AG/DeviceSwiftShims",
"product_memberships" : [
"AttributeGraph"
],
"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" : [
"AttributeGraph"
],
"type" : "library"
},
{
"c99name" : "UpdateXCFrameworks",
"module_type" : "PluginTarget",
"name" : "UpdateXCFrameworks",
"path" : "Plugins/UpdateXCFrameworks",
"plugin_capability" : {
"intent" : {
"description" : "Update xcframeworks",
"type" : "custom",
"verb" : "update-xcframeworks"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update xcframeworks",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"UpdateXCFrameworksCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "SFSymbols",
"module_type" : "BinaryTarget",
"name" : "SFSymbols",
"path" : "SFSymbols/2024/SFSymbols.xcframework",
"product_memberships" : [
"SFSymbols"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "RenderBox",
"module_type" : "BinaryTarget",
"name" : "RenderBox",
"path" : "RB/2024/RenderBox.xcframework",
"product_memberships" : [
"RenderBox"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Gestures",
"module_type" : "BinaryTarget",
"name" : "Gestures",
"path" : "GF/2025/Gestures.xcframework",
"product_memberships" : [
"Gestures"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CoreUI",
"module_type" : "BinaryTarget",
"name" : "CoreUI",
"path" : "CoreUI/2024/CoreUI.xcframework",
"product_memberships" : [
"CoreUI"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CoreSVG",
"module_type" : "BinaryTarget",
"name" : "CoreSVG",
"path" : "CoreSVG/2024/CoreSVG.xcframework",
"product_memberships" : [
"CoreSVG"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "BacklightServices",
"module_type" : "BinaryTarget",
"name" : "BacklightServices",
"path" : "BLS/2024/BacklightServices.xcframework",
"product_memberships" : [
"BacklightServices"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "AttributeGraph",
"module_type" : "BinaryTarget",
"name" : "AttributeGraph",
"path" : "AG/2024/AttributeGraph.xcframework",
"product_memberships" : [
"AttributeGraph"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AttributeGraph",
"BacklightServices",
"CoreSVG",
"CoreUI",
"DarwinPrivateFrameworks-Package",
"Gestures",
"RenderBox",
"SFSymbols"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DarwinPrivateFrameworks-Package -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 DarwinPrivateFrameworks-Package -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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections @ 1.4.1
DarwinPrivateFrameworks: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “UpdateXCFrameworks” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/UpdateXCFrameworks
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 162b8bc3721bca70d8828dddaf9533d62297558e1fe7b06fa3d6edc21f969112
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'SFSymbols' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'RenderBox' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'Gestures' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target '_GesturesDeviceSwiftShims' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target '_GesturesDeviceSwiftShims' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'CoreUI' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'CoreSVG' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'BacklightServices' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'AttributeGraph' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target '_AttributeGraphDeviceSwiftShims' in project 'DarwinPrivateFrameworks'
Target '_AttributeGraphDeviceSwiftShims' in project 'DarwinPrivateFrameworks' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b213801dd7cb89addb02a93184b14d8a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b213801dd7cb89addb02a93184b14d8a.xcbuilddata
/Users/admin/builder/spi-builder-workspace/RB/2024/RenderBox.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/RB/2024/RenderBox.xcframework'. (in target 'RenderBox' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework'. (in target '_GesturesDeviceSwiftShims' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework'. (in target 'AttributeGraph' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework'. (in target 'AttributeGraph' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/SFSymbols/2024/SFSymbols.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/SFSymbols/2024/SFSymbols.xcframework'. (in target 'SFSymbols' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework'. (in target 'Gestures' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework'. (in target 'Gestures' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/BLS/2024/BacklightServices.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/BLS/2024/BacklightServices.xcframework'. (in target 'BacklightServices' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/CoreSVG/2024/CoreSVG.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/CoreSVG/2024/CoreSVG.xcframework'. (in target 'CoreSVG' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework'. (in target '_AttributeGraphDeviceSwiftShims' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/CoreUI/2024/CoreUI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/CoreUI/2024/CoreUI.xcframework'. (in target 'CoreUI' from project 'DarwinPrivateFrameworks')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme DarwinPrivateFrameworks-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
DarwinPrivateFrameworks: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections @ 1.4.1
resolved source packages: DarwinPrivateFrameworks, swift-collections
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "DarwinPrivateFrameworks",
"name" : "DarwinPrivateFrameworks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "AttributeGraph",
"targets" : [
"AttributeGraph",
"_AttributeGraphDeviceSwiftShims"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RenderBox",
"targets" : [
"RenderBox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreUI",
"targets" : [
"CoreUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BacklightServices",
"targets" : [
"BacklightServices"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SFSymbols",
"targets" : [
"SFSymbols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreSVG",
"targets" : [
"CoreSVG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Gestures",
"targets" : [
"Gestures",
"_GesturesDeviceSwiftShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_GesturesDeviceSwiftShims",
"module_type" : "SwiftTarget",
"name" : "_GesturesDeviceSwiftShims",
"path" : "GF/DeviceSwiftShims",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"Gestures"
],
"sources" : [
"Core/GestureNodeMatcher.swift",
"Core/GestureOutput.swift",
"Core/GesturePhase.swift",
"Core/GesturePhaseQueue.swift",
"Core/GestureRelation.swift",
"Core/GestureTag.swift",
"Core/GestureTrait.swift",
"Event/Event.swift",
"Event/EventID.swift",
"Event/MouseEvent.swift",
"Event/ScrollEvent.swift",
"Event/SpatialEvent.swift",
"Event/TouchEvent.swift",
"Export.swift",
"Extension/GFGesturePhase.swift",
"Extension/GFGestureRelation.swift",
"Extension/StandardLibraryAdditions.swift",
"GestureNode/GestureNode.swift",
"GestureNode/GestureNodeContainer.swift",
"GestureNode/GestureNodeDelegate.swift",
"GestureNode/GestureNodeID.swift",
"GestureNode/GestureNodeOptions.swift",
"Log.swift",
"Logging.swift",
"Time/GestureUpdateDriver.swift",
"Time/TimeScheduler.swift",
"Time/TimeSource.swift",
"Time/Timestamp.swift",
"Time/UpdateScheduler.swift",
"Time/UptimeTimeSource.swift",
"Util/AdditiveArithmetic.swift",
"Util/LocationContaining.swift",
"Util/Mergeable.swift",
"Util/NestedCustomStringConvertible.swift",
"Util/RingBuffer.swift",
"Util/ThresholdAdjustable.swift",
"Util/VectorArithmetic.swift"
],
"target_dependencies" : [
"Gestures"
],
"type" : "library"
},
{
"c99name" : "_AttributeGraphDeviceSwiftShims",
"module_type" : "SwiftTarget",
"name" : "_AttributeGraphDeviceSwiftShims",
"path" : "AG/DeviceSwiftShims",
"product_memberships" : [
"AttributeGraph"
],
"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" : [
"AttributeGraph"
],
"type" : "library"
},
{
"c99name" : "UpdateXCFrameworks",
"module_type" : "PluginTarget",
"name" : "UpdateXCFrameworks",
"path" : "Plugins/UpdateXCFrameworks",
"plugin_capability" : {
"intent" : {
"description" : "Update xcframeworks",
"type" : "custom",
"verb" : "update-xcframeworks"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update xcframeworks",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"UpdateXCFrameworksCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "SFSymbols",
"module_type" : "BinaryTarget",
"name" : "SFSymbols",
"path" : "SFSymbols/2024/SFSymbols.xcframework",
"product_memberships" : [
"SFSymbols"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "RenderBox",
"module_type" : "BinaryTarget",
"name" : "RenderBox",
"path" : "RB/2024/RenderBox.xcframework",
"product_memberships" : [
"RenderBox"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Gestures",
"module_type" : "BinaryTarget",
"name" : "Gestures",
"path" : "GF/2025/Gestures.xcframework",
"product_memberships" : [
"Gestures"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CoreUI",
"module_type" : "BinaryTarget",
"name" : "CoreUI",
"path" : "CoreUI/2024/CoreUI.xcframework",
"product_memberships" : [
"CoreUI"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CoreSVG",
"module_type" : "BinaryTarget",
"name" : "CoreSVG",
"path" : "CoreSVG/2024/CoreSVG.xcframework",
"product_memberships" : [
"CoreSVG"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "BacklightServices",
"module_type" : "BinaryTarget",
"name" : "BacklightServices",
"path" : "BLS/2024/BacklightServices.xcframework",
"product_memberships" : [
"BacklightServices"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "AttributeGraph",
"module_type" : "BinaryTarget",
"name" : "AttributeGraph",
"path" : "AG/2024/AttributeGraph.xcframework",
"product_memberships" : [
"AttributeGraph"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AttributeGraph",
"BacklightServices",
"CoreSVG",
"CoreUI",
"DarwinPrivateFrameworks-Package",
"Gestures",
"RenderBox",
"SFSymbols"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DarwinPrivateFrameworks-Package -destination generic/platform=watchOS
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 DarwinPrivateFrameworks-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections @ 1.4.1
DarwinPrivateFrameworks: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “UpdateXCFrameworks” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/UpdateXCFrameworks
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 162b8bc3721bca70d8828dddaf9533d62297558e1fe7b06fa3d6edc21f969112
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'SFSymbols' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'RenderBox' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'Gestures' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target '_GesturesDeviceSwiftShims' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target '_GesturesDeviceSwiftShims' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'CoreUI' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'CoreSVG' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'BacklightServices' in project 'DarwinPrivateFrameworks' (no dependencies)
Target 'AttributeGraph' in project 'DarwinPrivateFrameworks'
➜ Explicit dependency on target '_AttributeGraphDeviceSwiftShims' in project 'DarwinPrivateFrameworks'
Target '_AttributeGraphDeviceSwiftShims' in project 'DarwinPrivateFrameworks' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0c9a709dd6e68f3d659109ee5687432d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c9a709dd6e68f3d659109ee5687432d.xcbuilddata
/Users/admin/builder/spi-builder-workspace/CoreUI/2024/CoreUI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/CoreUI/2024/CoreUI.xcframework'. (in target 'CoreUI' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/RB/2024/RenderBox.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/RB/2024/RenderBox.xcframework'. (in target 'RenderBox' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/CoreSVG/2024/CoreSVG.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/CoreSVG/2024/CoreSVG.xcframework'. (in target 'CoreSVG' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/SFSymbols/2024/SFSymbols.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/SFSymbols/2024/SFSymbols.xcframework'. (in target 'SFSymbols' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework'. (in target '_AttributeGraphDeviceSwiftShims' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/BLS/2024/BacklightServices.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/BLS/2024/BacklightServices.xcframework'. (in target 'BacklightServices' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework'. (in target 'Gestures' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework'. (in target 'Gestures' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/GF/2025/Gestures.xcframework'. (in target '_GesturesDeviceSwiftShims' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework'. (in target 'AttributeGraph' from project 'DarwinPrivateFrameworks')
/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/AG/2024/AttributeGraph.xcframework'. (in target 'AttributeGraph' from project 'DarwinPrivateFrameworks')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme DarwinPrivateFrameworks-Package
(1 failure)
BUILD FAILURE 6.1 watchOS