The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BlueprintUI, reference 6.7.0 (2d7d06), with Swift 6.3 for watchOS using Xcode 26.4 on 19 Apr 2026 23:17:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BlueprintUI-Package -destination generic/platform=watchOS

Build Log

EmitSwiftModule normal armv7k (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:288:66: error: 'UILayoutPriority' is unavailable in watchOS
        withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority,
                                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:289:34: error: 'UILayoutPriority' is unavailable in watchOS
        verticalFittingPriority: UILayoutPriority
                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:315:51: error: 'UISemanticContentAttribute' is unavailable in watchOS
    public override var semanticContentAttribute: UISemanticContentAttribute {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:137:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:323:26: error: cannot override 'safeAreaInsetsDidChange' which has been marked unavailable
    public override func safeAreaInsetsDidChange() {
                         ^
UIKit.UIView.safeAreaInsetsDidChange:3:13: note: 'safeAreaInsetsDidChange()' has been explicitly marked unavailable here
  open func safeAreaInsetsDidChange()}
            ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:323:26: note: remove 'override' modifier to declare a new 'safeAreaInsetsDidChange'
    public override func safeAreaInsetsDidChange() {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:341:64: error: 'UIEvent' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:341:77: error: 'UIView' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:28:35: error: 'UIView' is unavailable in watchOS
public final class BlueprintView: UIView {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:615:19: error: 'UIView' is unavailable in watchOS
        let view: UIView
                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift:211:15: error: 'UIView' is unavailable in watchOS
        root: UIView,
              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift:212:29: error: 'UIUserInterfaceIdiom' is unavailable in watchOS
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:22:28: note: 'UIUserInterfaceIdiom' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceIdiom) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift:212:52: error: 'UIDevice' is unavailable in watchOS
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                                                   ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift:37:32: error: 'UIView' is unavailable in watchOS
    associatedtype UIViewType: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift:184:30: error: 'UIView' is unavailable in watchOS
    private var views: [Key: UIView] = [:]
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Environment.swift:77:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift:8:27: error: 'UIUserInterfaceLayoutDirection' is unavailable in watchOS
        init(_ direction: UIUserInterfaceLayoutDirection) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:38:28: note: 'UIUserInterfaceLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift:19:27: error: 'UITraitEnvironmentLayoutDirection' is unavailable in watchOS
        init(_ direction: UITraitEnvironmentLayoutDirection) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:44:28: note: 'UITraitEnvironmentLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITraitEnvironmentLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:6:53: error: 'UIAccessibilityCustomRotor' is unavailable in watchOS
    public func accessibilityRotor(systemType type: UIAccessibilityCustomRotor.SystemRotorType) -> UIAccessibilityCustomRotor {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:81:12: note: 'UIAccessibilityCustomRotor' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotor : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:6:100: error: 'UIAccessibilityCustomRotor' is unavailable in watchOS
    public func accessibilityRotor(systemType type: UIAccessibilityCustomRotor.SystemRotorType) -> UIAccessibilityCustomRotor {
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:81:12: note: 'UIAccessibilityCustomRotor' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotor : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:10:42: error: 'UIAccessibilityCustomRotorSearchPredicate' is unavailable in watchOS
    private func itemSearch(_ predicate: UIAccessibilityCustomRotorSearchPredicate) -> UIAccessibilityCustomRotorItemResult? {
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:75:12: note: 'UIAccessibilityCustomRotorSearchPredicate' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotorSearchPredicate : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:10:88: error: 'UIAccessibilityCustomRotorItemResult' is unavailable in watchOS
    private func itemSearch(_ predicate: UIAccessibilityCustomRotorSearchPredicate) -> UIAccessibilityCustomRotorItemResult? {
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:106:12: note: 'UIAccessibilityCustomRotorItemResult' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotorItemResult : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift:35:23: error: 'CATransform3D' is unavailable in watchOS
    var untranslated: CATransform3D {
                      ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift:4:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift:17:36: error: 'CATransform3D' is unavailable in watchOS
    mutating func apply(transform: CATransform3D) {
                                   ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift:21:32: error: 'CATransform3D' is unavailable in watchOS
    func applying(_ transform: CATransform3D) -> CGPoint {
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIView.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift:5:26: error: 'UIView' is unavailable in watchOS
    init(animationCurve: UIView.AnimationCurve) {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView.AnimationOptions {
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift:14:64: error: 'UIEvent' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift:14:77: error: 'UIView' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift:4:69: error: 'UIView' is unavailable in watchOS
@_spi(BlueprintPassthroughView) public final class PassthroughView: UIView {
                                                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:17:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D {
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:33:36: error: 'UIView' is unavailable in watchOS
    public var tintAdjustmentMode: UIView.TintAdjustmentMode
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:89:34: error: 'UIView' is unavailable in watchOS
    internal func apply(to view: UIView) {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:308:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift:175:31: error: 'CATransform3D' is unavailable in watchOS
        public var transform: CATransform3D = CATransform3DIdentity
                              ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift:175:47: error: 'CATransform3DIdentity' is unavailable in watchOS
        public var transform: CATransform3D = CATransform3DIdentity
                                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:31:31: note: 'CATransform3DIdentity' has been explicitly marked unavailable here
CA_EXTERN const CATransform3D CATransform3DIdentity
                              ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift:187:40: error: 'UIView' is unavailable in watchOS
        public var tintAdjustmentMode: UIView.TintAdjustmentMode = .automatic
                                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:8:36: error: 'UIView' is unavailable in watchOS
    public var tintAdjustmentMode: UIView.TintAdjustmentMode
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:12:39: error: 'UIView' is unavailable in watchOS
    public init(_ tintAdjustmentMode: UIView.TintAdjustmentMode, wrapping element: Element) {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:26:33: error: 'UIView' is unavailable in watchOS
        var tintAdjustmentMode: UIView.TintAdjustmentMode
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:52:58: error: 'UIView' is unavailable in watchOS
    public func tintAdjustmentMode(_ tintAdjustmentMode: UIView.TintAdjustmentMode) -> TintAdjustmentMode {
                                                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:10:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:18:20: error: 'CATransform3D' is unavailable in watchOS
        transform: CATransform3D,
                   ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:48:24: error: 'CATransform3D' is unavailable in watchOS
        var transform: CATransform3D
                       ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:76:42: error: 'CATransform3D' is unavailable in watchOS
    public func transformed(_ transform: CATransform3D) -> Transformed {
                                         ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:17:16: error: 'UIView' is unavailable in watchOS
        curve: UIView.AnimationCurve = .easeInOut,
               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:32:39: error: 'UIView' is unavailable in watchOS
    public static func curve(_ curve: UIView.AnimationCurve, duration: TimeInterval, allowUserInteraction: Bool = true) -> Self {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:96:20: error: 'UIView' is unavailable in watchOS
        case curve(UIView.AnimationCurve, duration: TimeInterval)
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:115:11: error: 'UIViewPropertyAnimator' is unavailable in watchOS
extension UIViewPropertyAnimator {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:6:11: error: 'UIView' is unavailable in watchOS
extension UIView: NativeView {}
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:8:34: error: 'UIView' is unavailable in watchOS
extension NativeView where Self: UIView {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:43:28: error: 'UIView' is unavailable in watchOS
    private let _viewType: UIView.Type
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:44:31: error: 'UIView' is unavailable in watchOS
    private let _build: () -> UIView
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:45:26: error: 'UIView' is unavailable in watchOS
    private let _apply: (UIView) -> Void
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:46:38: error: 'UIView' is unavailable in watchOS
    private let _applyBeforeLayout: (UIView) -> Void
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:47:32: error: 'UIView' is unavailable in watchOS
    private let _contentView: (UIView) -> UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:47:43: error: 'UIView' is unavailable in watchOS
    private let _contentView: (UIView) -> UIView
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:60:35: error: 'UIView' is unavailable in watchOS
    public init(_ viewType: (some UIView).Type) {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:60:35: error: 'UIView' is unavailable in watchOS
    public init(_ viewType: (some UIView).Type) {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:115:26: error: 'UIView' is unavailable in watchOS
    public var viewType: UIView.Type {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:119:28: error: 'UIView' is unavailable in watchOS
    public func build() -> UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:123:44: error: 'UIView' is unavailable in watchOS
    public func applyBeforeLayout(to view: UIView) {
                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:127:32: error: 'UIView' is unavailable in watchOS
    public func apply(to view: UIView) {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:131:38: error: 'UIView' is unavailable in watchOS
    public func contentView(in view: UIView) -> UIView {
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:131:49: error: 'UIView' is unavailable in watchOS
    public func contentView(in view: UIView) -> UIView {
                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:181:43: error: 'UIView' is unavailable in watchOS
        public var contentView: (View) -> UIView
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:226:44: error: 'UIView' is unavailable in watchOS
        fileprivate func typeChecked(view: UIView) -> View {
                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:160:39: error: 'UIView' is unavailable in watchOS
    public struct Configuration<View: UIView> {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:313:25: error: 'UIView' is unavailable in watchOS
    func apply(to view: UIView)
                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:324:32: error: 'UIView' is unavailable in watchOS
        func apply(to anyView: UIView) {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:10:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:15:44: error: 'CATransform3D' is unavailable in watchOS
    public init(alpha: CGFloat, transform: CATransform3D, attributes: AnimationAttributes = AnimationAttributes()) {
                                           ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:51:33: error: 'UIView' is unavailable in watchOS
    func performAppearing(view: UIView, layoutAttributes: LayoutAttributes, completion: @escaping () -> Void) {
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:65:36: error: 'UIView' is unavailable in watchOS
    func performDisappearing(view: UIView, layoutAttributes: LayoutAttributes, completion: @escaping () -> Void) {
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal armv7k Compiling\ AttributedText.swift,\ AttributedTextKey.swift,\ TextAttributeContainer.swift,\ BlueprintView.swift,\ ElementPreview.swift,\ Accessibility.swift,\ ContentStorage.swift,\ Element.swift,\ ElementContent.swift,\ EnvironmentAdaptingStorage.swift,\ LayoutStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedText.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedTextKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/TextAttributeContainer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/ElementPreview.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ContentStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Element.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ElementContent.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/EnvironmentAdaptingStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LayoutStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedText.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedTextKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/TextAttributeContainer.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/ElementPreview.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ContentStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Element.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ElementContent.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/EnvironmentAdaptingStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LayoutStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CalendarKey.swift,\ DisplayScaleKey.swift,\ LayoutDirectionKey.swift,\ LocaleKey.swift,\ SafeAreaInsetsKey.swift,\ TimeZoneKey.swift,\ WindowSizeKey.swift,\ BidirectionalCollection+Blueprint.swift,\ CGSize+Blueprint.swift,\ FloatingPoint+Blueprint.swift,\ UIAccessibilityTraits+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/CalendarKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/DisplayScaleKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LocaleKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/SafeAreaInsetsKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/TimeZoneKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/WindowSizeKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/CGSize+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/FloatingPoint+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/UIAccessibilityTraits+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
2026-04-19 19:16:50.515 xcodebuild[678:4103] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ BlueprintUI (in target 'BlueprintUI' from project 'BlueprintUI')
	EmitSwiftModule normal armv7k (in target 'BlueprintUI' from project 'BlueprintUI')
	Building workspace spi-builder-workspace with scheme BlueprintUI-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  KeyboardObserver: https://github.com/square/swift-keyboard-observer @ 1.1.0
  BlueprintUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: KeyboardObserver, BlueprintUI
2026-04-19 19:16:59.840 xcodebuild[882:4932] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-keyboard-observer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/square/swift-keyboard-observer"
    }
  ],
  "manifest_display_name" : "BlueprintUI",
  "name" : "BlueprintUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "BlueprintUI",
      "targets" : [
        "BlueprintUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BlueprintUICommonControls",
      "targets" : [
        "BlueprintUICommonControls"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BlueprintUIAccessibilityCore",
      "targets" : [
        "BlueprintUIAccessibilityCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BlueprintUITests",
      "module_type" : "SwiftTarget",
      "name" : "BlueprintUITests",
      "path" : "BlueprintUI/Tests",
      "sources" : [
        "AdaptedEnvironmentTests.swift",
        "AlignedTests.swift",
        "AssertLayoutContract.swift",
        "AttributedTextTests.swift",
        "BlueprintViewAdditions.swift",
        "BlueprintViewTests.swift",
        "BuilderTests.swift",
        "CATransform3DExtensionTests.swift",
        "CGPointExtensionTests.swift",
        "CacheCleanerTests.swift",
        "CenteredTests.swift",
        "ConstrainedAspectRatioTests.swift",
        "ConstrainedSizeTests.swift",
        "DecorateTests.swift",
        "Element+Testing.swift",
        "ElementBuilderTests.swift",
        "ElementContentTests.swift",
        "ElementIdentifierTests.swift",
        "ElementPathTests.swift",
        "EnvironmentTests.swift",
        "EqualStackTests+ResultBuilders.swift",
        "EqualStackTests.swift",
        "Extensions/UIView+Testing.swift",
        "Extensions/XCTestCase+AppHost.swift",
        "FlowTests.swift",
        "FocusStateTests.swift",
        "GeometryReaderTests.swift",
        "GridRowTests+ResultBuilders.swift",
        "GridRowTests.swift",
        "HiddenTests.swift",
        "HintingSizeCacheTests.swift",
        "InsetTests.swift",
        "KeyedTests.swift",
        "LayoutAttributesTests.swift",
        "LayoutMode+Testing.swift",
        "LayoutModeTests.swift",
        "LayoutResultNode+Testing.swift",
        "LayoutResultNodeTests.swift",
        "LayoutTraitsTests.swift",
        "LayoutWriterTests.swift",
        "OpacityTests.swift",
        "OverlayLayoutTests.swift",
        "OverlayTests+ResultBuilder.swift",
        "PixelBoundaryTests.swift",
        "RenderContextTests.swift",
        "ScaleRoundingTests.swift",
        "ScrollViewSafeAreaEdgeTests.swift",
        "SizeConstraintAxisTests.swift",
        "StackTests+ResultBuilders.swift",
        "StackTests.swift",
        "TintAdjustmentModeTests.swift",
        "TransformedTests.swift",
        "UIViewElementTests.swift",
        "UnconstrainedInfiniteAxisTests.swift",
        "UserInteractionEnabledTests.swift",
        "ViewDescriptionTests.swift",
        "ViewDiffingBehaviourTests.swift"
      ],
      "target_dependencies" : [
        "BlueprintUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BlueprintUICommonControlsTests",
      "module_type" : "SwiftTarget",
      "name" : "BlueprintUICommonControlsTests",
      "path" : "BlueprintUICommonControls/Tests/Sources",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUICommonControls/Tests/Sources/Resources/ReferenceImages",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUICommonControls/Tests/Sources/Resources/test-image.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccessibilityContainerTests.swift",
        "AttributedLabelTests.swift",
        "BoxTests.swift",
        "ButtonTests.swift",
        "Element+Testing.swift",
        "ElementContent+Testing.swift",
        "FlowTests.swift",
        "ImageTests.swift",
        "LabelTests.swift",
        "LayoutMode+Testing.swift",
        "LifecycleObserverTests.swift",
        "NSLineBreakMode+Testing.swift",
        "PerformancePlayground.swift",
        "PixelBoundarySnapshotTests.swift",
        "RuleTests.swift",
        "ScrollViewTests.swift",
        "SegmentedControlTests.swift",
        "TextFieldTests.swift",
        "XCTestCaseExtensions.swift"
      ],
      "target_dependencies" : [
        "BlueprintUICommonControls"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BlueprintUICommonControls",
      "module_type" : "SwiftTarget",
      "name" : "BlueprintUICommonControls",
      "path" : "BlueprintUICommonControls",
      "product_dependencies" : [
        "KeyboardObserver"
      ],
      "product_memberships" : [
        "BlueprintUICommonControls"
      ],
      "sources" : [
        "Sources/Accessibility/AccessibilityBlocker.swift",
        "Sources/Accessibility/AccessibilityCombine.swift",
        "Sources/Accessibility/AccessibilityContainer.swift",
        "Sources/Accessibility/AccessibilityElement.swift",
        "Sources/Accessibility/AccessibilityFocus.swift",
        "Sources/Accessibility/AccessibilityLargeContentViewer.swift",
        "Sources/Accessibility/AccessibilityModifiers.swift",
        "Sources/AttributedLabel+Environment.swift",
        "Sources/AttributedLabel.swift",
        "Sources/Box.swift",
        "Sources/Button.swift",
        "Sources/CornerStyle.swift",
        "Sources/EditingMenu.swift",
        "Sources/Image.swift",
        "Sources/Internal/UIBezierPath+Extensions.swift",
        "Sources/Label.swift",
        "Sources/Rule.swift",
        "Sources/ScrollView.swift",
        "Sources/SegmentedControl.swift",
        "Sources/Tappable.swift",
        "Sources/TextField.swift",
        "Sources/TextShadow.swift",
        "Sources/TransitionContainer.swift",
        "Sources/UserInterfaceOverridingElement.swift"
      ],
      "target_dependencies" : [
        "BlueprintUI",
        "BlueprintUIAccessibilityCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlueprintUIAccessibilityCore",
      "module_type" : "SwiftTarget",
      "name" : "BlueprintUIAccessibilityCore",
      "path" : "BlueprintUIAccessibilityCore",
      "product_memberships" : [
        "BlueprintUICommonControls",
        "BlueprintUIAccessibilityCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/ca-ES.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ca-es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/en-AU.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en-au"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/en-CA.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en-ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/en-GB.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/en-IE.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en-ie"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/es-ES.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es-es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/fr-CA.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr-ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/fr-FR.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr-fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/BlueprintUIAccessibilityCore/Resources/pt-PT.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        }
      ],
      "sources" : [
        "Sources/AccessibilityComposition.swift",
        "Sources/AccessibilityDeferral.swift",
        "Sources/AccessibilitySetter.swift",
        "Sources/Extensions/AccessibilityTraits+Extensions.swift",
        "Sources/Extensions/Array+Extensions.swift",
        "Sources/Extensions/Optional+Extensions.swift",
        "Sources/Extensions/UIAccessibilityCustomAction+Extensions.swift",
        "Sources/LocalizedStrings.swift"
      ],
      "target_dependencies" : [
        "BlueprintUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlueprintUI",
      "module_type" : "SwiftTarget",
      "name" : "BlueprintUI",
      "path" : "BlueprintUI/Sources",
      "product_memberships" : [
        "BlueprintUI",
        "BlueprintUICommonControls",
        "BlueprintUIAccessibilityCore"
      ],
      "sources" : [
        "AttributedText/AttributedText.swift",
        "AttributedText/AttributedTextKey.swift",
        "AttributedText/TextAttributeContainer.swift",
        "BlueprintView/BlueprintView.swift",
        "BlueprintView/ElementPreview.swift",
        "Element/Accessibility.swift",
        "Element/ContentStorage.swift",
        "Element/Element.swift",
        "Element/ElementContent.swift",
        "Element/EnvironmentAdaptingStorage.swift",
        "Element/LayoutStorage.swift",
        "Element/LazyStorage.swift",
        "Element/MeasurableStorage.swift",
        "Element/MeasureElementStorage.swift",
        "Element/PassthroughStorage.swift",
        "Element/ProxyElement.swift",
        "Element/UIViewElement.swift",
        "Environment/AdaptedEnvironment.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentKey.swift",
        "Environment/EnvironmentReader.swift",
        "Environment/Keys/AccessibilityLinkKey.swift",
        "Environment/Keys/CalendarKey.swift",
        "Environment/Keys/DisplayScaleKey.swift",
        "Environment/Keys/LayoutDirectionKey.swift",
        "Environment/Keys/LocaleKey.swift",
        "Environment/Keys/SafeAreaInsetsKey.swift",
        "Environment/Keys/TimeZoneKey.swift",
        "Environment/Keys/WindowSizeKey.swift",
        "Extensions/BidirectionalCollection+Blueprint.swift",
        "Extensions/CGSize+Blueprint.swift",
        "Extensions/FloatingPoint+Blueprint.swift",
        "Extensions/UIAccessibilityTraits+Blueprint.swift",
        "Focus/FocusBinding.swift",
        "Focus/FocusState.swift",
        "Focus/FocusTrigger.swift",
        "Internal/CacheClearer.swift",
        "Internal/ElementIdentifier.swift",
        "Internal/ElementPath.swift",
        "Internal/Extensions/AnyObject+Debugging.swift",
        "Internal/Extensions/CATransform3D.swift",
        "Internal/Extensions/CGPoint.swift",
        "Internal/Extensions/CGRect.swift",
        "Internal/Extensions/CGSize+Extensions.swift",
        "Internal/Extensions/UIView.swift",
        "Internal/Extensions/UIViewAnimationOptions.swift",
        "Internal/HintingSizeCache.swift",
        "Internal/LayoutModeKey.swift",
        "Internal/LayoutResultNode.swift",
        "Internal/LayoutTreeNode.swift",
        "Internal/Logger.swift",
        "Internal/Measurer.swift",
        "Internal/Metatype.swift",
        "Internal/NativeViewNode.swift",
        "Internal/OSLog+Blueprint.swift",
        "Internal/PassthroughView.swift",
        "Internal/RenderContext.swift",
        "Internal/RoundingCorrectionKey.swift",
        "Internal/RoundingOriginKey.swift",
        "Internal/SignpostToken.swift",
        "Layout/Aligned.swift",
        "Layout/Alignment.swift",
        "Layout/AspectRatio.swift",
        "Layout/Builder.swift",
        "Layout/Centered.swift",
        "Layout/Column.swift",
        "Layout/Conditionals.swift",
        "Layout/ConstrainedAspectRatio.swift",
        "Layout/ConstrainedSize.swift",
        "Layout/Decorate.swift",
        "Layout/ElementBuilder.swift",
        "Layout/ElementDimensions.swift",
        "Layout/Empty.swift",
        "Layout/EqualStack.swift",
        "Layout/FloatingPoint+ScaleRounding.swift",
        "Layout/Flow.swift",
        "Layout/GeometryReader.swift",
        "Layout/GridRow.swift",
        "Layout/Hidden.swift",
        "Layout/Inset.swift",
        "Layout/Keyed.swift",
        "Layout/Layout.swift",
        "Layout/LayoutAttributes.swift",
        "Layout/LayoutMode.swift",
        "Layout/LayoutOptions.swift",
        "Layout/LayoutSubelement.swift",
        "Layout/LayoutTraits.swift",
        "Layout/LayoutTraitsKey.swift",
        "Layout/LayoutWriter.swift",
        "Layout/LifecycleObserver.swift",
        "Layout/Opacity.swift",
        "Layout/Overlay.swift",
        "Layout/Row.swift",
        "Layout/SingleChildLayout.swift",
        "Layout/SingleTraitLayout.swift",
        "Layout/Spacer.swift",
        "Layout/Stack.swift",
        "Layout/TintAdjustmentMode.swift",
        "Layout/Transformed.swift",
        "Layout/UnitPoint.swift",
        "Layout/UserInteractionEnabled.swift",
        "Measuring/Measurable.swift",
        "Measuring/SizeConstraint.swift",
        "ViewDescription/AnimationAttributes.swift",
        "ViewDescription/LayoutTransition.swift",
        "ViewDescription/LifecycleCallback.swift",
        "ViewDescription/ViewDescription.swift",
        "ViewDescription/VisibilityTransition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BlueprintUI",
      "BlueprintUI-Package",
      "BlueprintUIAccessibilityCore",
      "BlueprintUICommonControls"
    ]
  }
}
2026-04-19 19:17:01.653 xcodebuild[895:5038] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BlueprintUI-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 BlueprintUI-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  BlueprintUI: /Users/admin/builder/spi-builder-workspace
  KeyboardObserver: https://github.com/square/swift-keyboard-observer @ 1.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'BlueprintUICommonControls' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUICommonControls' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'KeyboardObserver' in project 'KeyboardObserver'
    Target 'BlueprintUICommonControls' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'KeyboardObserver' in project 'KeyboardObserver'
    Target 'KeyboardObserver' in project 'KeyboardObserver'
        ➜ Explicit dependency on target 'KeyboardObserver' in project 'KeyboardObserver'
    Target 'KeyboardObserver' in project 'KeyboardObserver' (no dependencies)
    Target 'BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI_BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI' in project 'BlueprintUI'
    Target 'BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI_BlueprintUIAccessibilityCore' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI' in project 'BlueprintUI'
    Target 'BlueprintUI_BlueprintUIAccessibilityCore' in project 'BlueprintUI' (no dependencies)
    Target 'BlueprintUI' in project 'BlueprintUI'
        ➜ Explicit dependency on target 'BlueprintUI' in project 'BlueprintUI'
    Target 'BlueprintUI' in project 'BlueprintUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver BlueprintUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BlueprintUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64/BlueprintUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64/BlueprintUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64/BlueprintUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64/BlueprintUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64/BlueprintUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BlueprintUI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BlueprintUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64_32/BlueprintUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64_32/BlueprintUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64_32/BlueprintUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64_32/BlueprintUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/arm64_32/BlueprintUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BlueprintUI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BlueprintUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ BlueprintUI (in target 'BlueprintUI' from project 'BlueprintUI')
EmitSwiftModule normal armv7k (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:288:66: error: 'UILayoutPriority' is unavailable in watchOS
        withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority,
                                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:289:34: error: 'UILayoutPriority' is unavailable in watchOS
        verticalFittingPriority: UILayoutPriority
                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
              ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:315:51: error: 'UISemanticContentAttribute' is unavailable in watchOS
    public override var semanticContentAttribute: UISemanticContentAttribute {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:137:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:323:26: error: cannot override 'safeAreaInsetsDidChange' which has been marked unavailable
    public override func safeAreaInsetsDidChange() {
                         ^
UIKit.UIView.safeAreaInsetsDidChange:3:13: note: 'safeAreaInsetsDidChange()' has been explicitly marked unavailable here
  open func safeAreaInsetsDidChange()}
            ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:323:26: note: remove 'override' modifier to declare a new 'safeAreaInsetsDidChange'
    public override func safeAreaInsetsDidChange() {
           ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:341:64: error: 'UIEvent' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:341:77: error: 'UIView' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:28:35: error: 'UIView' is unavailable in watchOS
public final class BlueprintView: UIView {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift:615:19: error: 'UIView' is unavailable in watchOS
        let view: UIView
                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift:211:15: error: 'UIView' is unavailable in watchOS
        root: UIView,
              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift:212:29: error: 'UIUserInterfaceIdiom' is unavailable in watchOS
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:22:28: note: 'UIUserInterfaceIdiom' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceIdiom) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift:212:52: error: 'UIDevice' is unavailable in watchOS
        userInterfaceIdiom: UIUserInterfaceIdiom = UIDevice.current.userInterfaceIdiom
                                                   ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift:37:32: error: 'UIView' is unavailable in watchOS
    associatedtype UIViewType: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift:184:30: error: 'UIView' is unavailable in watchOS
    private var views: [Key: UIView] = [:]
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Environment.swift:77:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift:8:27: error: 'UIUserInterfaceLayoutDirection' is unavailable in watchOS
        init(_ direction: UIUserInterfaceLayoutDirection) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:38:28: note: 'UIUserInterfaceLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift:19:27: error: 'UITraitEnvironmentLayoutDirection' is unavailable in watchOS
        init(_ direction: UITraitEnvironmentLayoutDirection) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:44:28: note: 'UITraitEnvironmentLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITraitEnvironmentLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:6:53: error: 'UIAccessibilityCustomRotor' is unavailable in watchOS
    public func accessibilityRotor(systemType type: UIAccessibilityCustomRotor.SystemRotorType) -> UIAccessibilityCustomRotor {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:81:12: note: 'UIAccessibilityCustomRotor' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotor : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:6:100: error: 'UIAccessibilityCustomRotor' is unavailable in watchOS
    public func accessibilityRotor(systemType type: UIAccessibilityCustomRotor.SystemRotorType) -> UIAccessibilityCustomRotor {
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:81:12: note: 'UIAccessibilityCustomRotor' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotor : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:10:42: error: 'UIAccessibilityCustomRotorSearchPredicate' is unavailable in watchOS
    private func itemSearch(_ predicate: UIAccessibilityCustomRotorSearchPredicate) -> UIAccessibilityCustomRotorItemResult? {
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:75:12: note: 'UIAccessibilityCustomRotorSearchPredicate' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotorSearchPredicate : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift:10:88: error: 'UIAccessibilityCustomRotorItemResult' is unavailable in watchOS
    private func itemSearch(_ predicate: UIAccessibilityCustomRotorSearchPredicate) -> UIAccessibilityCustomRotorItemResult? {
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityCustomRotor.h:106:12: note: 'UIAccessibilityCustomRotorItemResult' has been explicitly marked unavailable here
@interface UIAccessibilityCustomRotorItemResult : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift:35:23: error: 'CATransform3D' is unavailable in watchOS
    var untranslated: CATransform3D {
                      ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift:4:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift:17:36: error: 'CATransform3D' is unavailable in watchOS
    mutating func apply(transform: CATransform3D) {
                                   ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift:21:32: error: 'CATransform3D' is unavailable in watchOS
    func applying(_ transform: CATransform3D) -> CGPoint {
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIView.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift:5:26: error: 'UIView' is unavailable in watchOS
    init(animationCurve: UIView.AnimationCurve) {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView.AnimationOptions {
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift:14:64: error: 'UIEvent' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift:14:77: error: 'UIView' is unavailable in watchOS
    public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift:4:69: error: 'UIView' is unavailable in watchOS
@_spi(BlueprintPassthroughView) public final class PassthroughView: UIView {
                                                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:17:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D {
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:33:36: error: 'UIView' is unavailable in watchOS
    public var tintAdjustmentMode: UIView.TintAdjustmentMode
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:89:34: error: 'UIView' is unavailable in watchOS
    internal func apply(to view: UIView) {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift:308:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift:175:31: error: 'CATransform3D' is unavailable in watchOS
        public var transform: CATransform3D = CATransform3DIdentity
                              ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift:175:47: error: 'CATransform3DIdentity' is unavailable in watchOS
        public var transform: CATransform3D = CATransform3DIdentity
                                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:31:31: note: 'CATransform3DIdentity' has been explicitly marked unavailable here
CA_EXTERN const CATransform3D CATransform3DIdentity
                              ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift:187:40: error: 'UIView' is unavailable in watchOS
        public var tintAdjustmentMode: UIView.TintAdjustmentMode = .automatic
                                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:8:36: error: 'UIView' is unavailable in watchOS
    public var tintAdjustmentMode: UIView.TintAdjustmentMode
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:12:39: error: 'UIView' is unavailable in watchOS
    public init(_ tintAdjustmentMode: UIView.TintAdjustmentMode, wrapping element: Element) {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:26:33: error: 'UIView' is unavailable in watchOS
        var tintAdjustmentMode: UIView.TintAdjustmentMode
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift:52:58: error: 'UIView' is unavailable in watchOS
    public func tintAdjustmentMode(_ tintAdjustmentMode: UIView.TintAdjustmentMode) -> TintAdjustmentMode {
                                                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:10:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:18:20: error: 'CATransform3D' is unavailable in watchOS
        transform: CATransform3D,
                   ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:48:24: error: 'CATransform3D' is unavailable in watchOS
        var transform: CATransform3D
                       ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift:76:42: error: 'CATransform3D' is unavailable in watchOS
    public func transformed(_ transform: CATransform3D) -> Transformed {
                                         ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:17:16: error: 'UIView' is unavailable in watchOS
        curve: UIView.AnimationCurve = .easeInOut,
               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:32:39: error: 'UIView' is unavailable in watchOS
    public static func curve(_ curve: UIView.AnimationCurve, duration: TimeInterval, allowUserInteraction: Bool = true) -> Self {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:96:20: error: 'UIView' is unavailable in watchOS
        case curve(UIView.AnimationCurve, duration: TimeInterval)
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift:115:11: error: 'UIViewPropertyAnimator' is unavailable in watchOS
extension UIViewPropertyAnimator {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:6:11: error: 'UIView' is unavailable in watchOS
extension UIView: NativeView {}
          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:8:34: error: 'UIView' is unavailable in watchOS
extension NativeView where Self: UIView {
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:43:28: error: 'UIView' is unavailable in watchOS
    private let _viewType: UIView.Type
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:44:31: error: 'UIView' is unavailable in watchOS
    private let _build: () -> UIView
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:45:26: error: 'UIView' is unavailable in watchOS
    private let _apply: (UIView) -> Void
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:46:38: error: 'UIView' is unavailable in watchOS
    private let _applyBeforeLayout: (UIView) -> Void
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:47:32: error: 'UIView' is unavailable in watchOS
    private let _contentView: (UIView) -> UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:47:43: error: 'UIView' is unavailable in watchOS
    private let _contentView: (UIView) -> UIView
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:60:35: error: 'UIView' is unavailable in watchOS
    public init(_ viewType: (some UIView).Type) {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:60:35: error: 'UIView' is unavailable in watchOS
    public init(_ viewType: (some UIView).Type) {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:115:26: error: 'UIView' is unavailable in watchOS
    public var viewType: UIView.Type {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:119:28: error: 'UIView' is unavailable in watchOS
    public func build() -> UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:123:44: error: 'UIView' is unavailable in watchOS
    public func applyBeforeLayout(to view: UIView) {
                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:127:32: error: 'UIView' is unavailable in watchOS
    public func apply(to view: UIView) {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:131:38: error: 'UIView' is unavailable in watchOS
    public func contentView(in view: UIView) -> UIView {
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:131:49: error: 'UIView' is unavailable in watchOS
    public func contentView(in view: UIView) -> UIView {
                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:181:43: error: 'UIView' is unavailable in watchOS
        public var contentView: (View) -> UIView
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:226:44: error: 'UIView' is unavailable in watchOS
        fileprivate func typeChecked(view: UIView) -> View {
                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:160:39: error: 'UIView' is unavailable in watchOS
    public struct Configuration<View: UIView> {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:313:25: error: 'UIView' is unavailable in watchOS
    func apply(to view: UIView)
                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift:324:32: error: 'UIView' is unavailable in watchOS
        func apply(to anyView: UIView) {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:10:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:15:44: error: 'CATransform3D' is unavailable in watchOS
    public init(alpha: CGFloat, transform: CATransform3D, attributes: AnimationAttributes = AnimationAttributes()) {
                                           ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:51:33: error: 'UIView' is unavailable in watchOS
    func performAppearing(view: UIView, layoutAttributes: LayoutAttributes, completion: @escaping () -> Void) {
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift:65:36: error: 'UIView' is unavailable in watchOS
    func performDisappearing(view: UIView, layoutAttributes: LayoutAttributes, completion: @escaping () -> Void) {
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedText.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedTextKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/TextAttributeContainer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/ElementPreview.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ContentStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Element.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ElementContent.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/EnvironmentAdaptingStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LayoutStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LazyStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/MeasurableStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/MeasureElementStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/PassthroughStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ProxyElement.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/AdaptedEnvironment.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Environment.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/EnvironmentKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/EnvironmentReader.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/AccessibilityLinkKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/CalendarKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/DisplayScaleKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LocaleKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/SafeAreaInsetsKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/TimeZoneKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/WindowSizeKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/CGSize+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/FloatingPoint+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/UIAccessibilityTraits+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusBinding.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusState.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusTrigger.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/CacheClearer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/ElementIdentifier.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/ElementPath.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/AnyObject+Debugging.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGRect.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGSize+Extensions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/HintingSizeCache.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutModeKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutResultNode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutTreeNode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Logger.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Measurer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Metatype.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/NativeViewNode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/OSLog+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RenderContext.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RoundingCorrectionKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RoundingOriginKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/SignpostToken.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Aligned.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Alignment.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/AspectRatio.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Builder.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Centered.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Column.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Conditionals.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ConstrainedAspectRatio.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ConstrainedSize.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Decorate.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ElementBuilder.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ElementDimensions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Empty.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/EqualStack.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/FloatingPoint+ScaleRounding.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Flow.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/GeometryReader.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/GridRow.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Hidden.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Inset.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Keyed.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Layout.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutMode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutOptions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutSubelement.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutTraits.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutTraitsKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutWriter.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LifecycleObserver.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Opacity.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Overlay.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Row.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/SingleChildLayout.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/SingleTraitLayout.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Spacer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Stack.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/UnitPoint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/UserInteractionEnabled.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Measuring/Measurable.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Measuring/SizeConstraint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/LayoutTransition.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/LifecycleCallback.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift -target armv7k-apple-watchos8.0 -module-can-import-version SwiftUI 7.4.27 7.4.27 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI-dependencies-1.json -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BlueprintUI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BlueprintUI.build/Debug-watchos/BlueprintUI.build/Objects-normal/armv7k/BlueprintUI.abi.json
SwiftCompile normal armv7k Compiling\ FocusBinding.swift,\ FocusState.swift,\ FocusTrigger.swift,\ CacheClearer.swift,\ ElementIdentifier.swift,\ ElementPath.swift,\ AnyObject+Debugging.swift,\ CATransform3D.swift,\ CGPoint.swift,\ CGRect.swift,\ CGSize+Extensions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusBinding.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusState.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusTrigger.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/CacheClearer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/ElementIdentifier.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/ElementPath.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/AnyObject+Debugging.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGRect.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGSize+Extensions.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusBinding.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusState.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Focus/FocusTrigger.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/CacheClearer.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/ElementIdentifier.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/ElementPath.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/AnyObject+Debugging.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CATransform3D.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGPoint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGRect.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/CGSize+Extensions.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Transformed.swift,\ UnitPoint.swift,\ UserInteractionEnabled.swift,\ Measurable.swift,\ SizeConstraint.swift,\ AnimationAttributes.swift,\ LayoutTransition.swift,\ LifecycleCallback.swift,\ ViewDescription.swift,\ VisibilityTransition.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/UnitPoint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/UserInteractionEnabled.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Measuring/Measurable.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Measuring/SizeConstraint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/LayoutTransition.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/LifecycleCallback.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Transformed.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/UnitPoint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/UserInteractionEnabled.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Measuring/Measurable.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Measuring/SizeConstraint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/AnimationAttributes.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/LayoutTransition.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/LifecycleCallback.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/ViewDescription.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/ViewDescription/VisibilityTransition.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PassthroughView.swift,\ RenderContext.swift,\ RoundingCorrectionKey.swift,\ RoundingOriginKey.swift,\ SignpostToken.swift,\ Aligned.swift,\ Alignment.swift,\ AspectRatio.swift,\ Builder.swift,\ Centered.swift,\ Column.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RenderContext.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RoundingCorrectionKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RoundingOriginKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/SignpostToken.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Aligned.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Alignment.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/AspectRatio.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Builder.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Centered.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Column.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/PassthroughView.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RenderContext.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RoundingCorrectionKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/RoundingOriginKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/SignpostToken.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Aligned.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Alignment.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/AspectRatio.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Builder.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Centered.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Column.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ LazyStorage.swift,\ MeasurableStorage.swift,\ MeasureElementStorage.swift,\ PassthroughStorage.swift,\ ProxyElement.swift,\ UIViewElement.swift,\ AdaptedEnvironment.swift,\ Environment.swift,\ EnvironmentKey.swift,\ EnvironmentReader.swift,\ AccessibilityLinkKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LazyStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/MeasurableStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/MeasureElementStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/PassthroughStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ProxyElement.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/AdaptedEnvironment.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Environment.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/EnvironmentKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/EnvironmentReader.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/AccessibilityLinkKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LazyStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/MeasurableStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/MeasureElementStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/PassthroughStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ProxyElement.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/UIViewElement.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/AdaptedEnvironment.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Environment.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/EnvironmentKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/EnvironmentReader.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/AccessibilityLinkKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView.swift,\ UIViewAnimationOptions.swift,\ HintingSizeCache.swift,\ LayoutModeKey.swift,\ LayoutResultNode.swift,\ LayoutTreeNode.swift,\ Logger.swift,\ Measurer.swift,\ Metatype.swift,\ NativeViewNode.swift,\ OSLog+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/HintingSizeCache.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutModeKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutResultNode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutTreeNode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Logger.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Measurer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Metatype.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/NativeViewNode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/OSLog+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIView.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Extensions/UIViewAnimationOptions.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/HintingSizeCache.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutModeKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutResultNode.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/LayoutTreeNode.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Logger.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Measurer.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/Metatype.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/NativeViewNode.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Internal/OSLog+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ AttributedText.swift,\ AttributedTextKey.swift,\ TextAttributeContainer.swift,\ BlueprintView.swift,\ ElementPreview.swift,\ Accessibility.swift,\ ContentStorage.swift,\ Element.swift,\ ElementContent.swift,\ EnvironmentAdaptingStorage.swift,\ LayoutStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedText.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedTextKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/TextAttributeContainer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/ElementPreview.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ContentStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Element.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ElementContent.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/EnvironmentAdaptingStorage.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LayoutStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedText.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/AttributedTextKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/AttributedText/TextAttributeContainer.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/BlueprintView.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/BlueprintView/ElementPreview.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Accessibility.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ContentStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/Element.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/ElementContent.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/EnvironmentAdaptingStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Element/LayoutStorage.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Conditionals.swift,\ ConstrainedAspectRatio.swift,\ ConstrainedSize.swift,\ Decorate.swift,\ ElementBuilder.swift,\ ElementDimensions.swift,\ Empty.swift,\ EqualStack.swift,\ FloatingPoint+ScaleRounding.swift,\ Flow.swift,\ GeometryReader.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Conditionals.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ConstrainedAspectRatio.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ConstrainedSize.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Decorate.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ElementBuilder.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ElementDimensions.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Empty.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/EqualStack.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/FloatingPoint+ScaleRounding.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Flow.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/GeometryReader.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Conditionals.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ConstrainedAspectRatio.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ConstrainedSize.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Decorate.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ElementBuilder.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/ElementDimensions.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Empty.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/EqualStack.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/FloatingPoint+ScaleRounding.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Flow.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/GeometryReader.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ LayoutWriter.swift,\ LifecycleObserver.swift,\ Opacity.swift,\ Overlay.swift,\ Row.swift,\ SingleChildLayout.swift,\ SingleTraitLayout.swift,\ Spacer.swift,\ Stack.swift,\ TintAdjustmentMode.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutWriter.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LifecycleObserver.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Opacity.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Overlay.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Row.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/SingleChildLayout.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/SingleTraitLayout.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Spacer.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Stack.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LayoutWriter.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/LifecycleObserver.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Opacity.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Overlay.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Row.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/SingleChildLayout.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/SingleTraitLayout.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Spacer.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/Stack.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Layout/TintAdjustmentMode.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CalendarKey.swift,\ DisplayScaleKey.swift,\ LayoutDirectionKey.swift,\ LocaleKey.swift,\ SafeAreaInsetsKey.swift,\ TimeZoneKey.swift,\ WindowSizeKey.swift,\ BidirectionalCollection+Blueprint.swift,\ CGSize+Blueprint.swift,\ FloatingPoint+Blueprint.swift,\ UIAccessibilityTraits+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/CalendarKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/DisplayScaleKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LocaleKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/SafeAreaInsetsKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/TimeZoneKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/WindowSizeKey.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/CGSize+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/FloatingPoint+Blueprint.swift /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/UIAccessibilityTraits+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/CalendarKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/DisplayScaleKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LayoutDirectionKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/LocaleKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/SafeAreaInsetsKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/TimeZoneKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Environment/Keys/WindowSizeKey.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/BidirectionalCollection+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/CGSize+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/FloatingPoint+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/BlueprintUI/Sources/Extensions/UIAccessibilityTraits+Blueprint.swift (in target 'BlueprintUI' from project 'BlueprintUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-A8NAX9CYX4DL3CFEXO3JM8ZY5.pcm
2026-04-19 19:17:02.890 xcodebuild[921:5244] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'BlueprintUI' from project 'BlueprintUI')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ BlueprintUI (in target 'BlueprintUI' from project 'BlueprintUI')
	Building workspace spi-builder-workspace with scheme BlueprintUI-Package
(3 failures)
BUILD FAILURE 6.3 watchOS