The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Debugger, reference v0.1.0 (7d028f), with Swift 6.3 for watchOS using Xcode 26.4 on 14 Apr 2026 14:21:02 UTC.

Build Command

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

Build Log

@property (class, nonatomic, readonly) UIColor *systemFillColor                         API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:29:52: error: 'secondarySystemFill' is unavailable in watchOS
    static let secondarySystemFill = Color(UIColor.secondarySystemFill)
                                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:234:49: note: 'secondarySystemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondarySystemFillColor                API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:30:51: error: 'tertiarySystemFill' is unavailable in watchOS
    static let tertiarySystemFill = Color(UIColor.tertiarySystemFill)
                                                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:239:49: note: 'tertiarySystemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *tertiarySystemFillColor                 API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:31:53: error: 'quaternarySystemFill' is unavailable in watchOS
    static let quaternarySystemFill = Color(UIColor.quaternarySystemFill)
                                                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:244:49: note: 'quaternarySystemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternarySystemFillColor               API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:34:56: error: 'systemGroupedBackground' is unavailable in watchOS
    static let systemGroupedBackground = Color(UIColor.systemGroupedBackground)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:217:49: note: 'systemGroupedBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGroupedBackgroundColor            API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:35:65: error: 'secondarySystemGroupedBackground' is unavailable in watchOS
    static let secondarySystemGroupedBackground = Color(UIColor.secondarySystemGroupedBackground)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:218:49: note: 'secondarySystemGroupedBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondarySystemGroupedBackgroundColor   API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:36:64: error: 'tertiarySystemGroupedBackground' is unavailable in watchOS
    static let tertiarySystemGroupedBackground = Color(UIColor.tertiarySystemGroupedBackground)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:219:49: note: 'tertiarySystemGroupedBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *tertiarySystemGroupedBackgroundColor    API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:39:43: error: 'systemGray' is unavailable in watchOS
    static let systemGray = Color(UIColor.systemGray)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:136:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:40:44: error: 'systemGray2' is unavailable in watchOS
    static let systemGray2 = Color(UIColor.systemGray2)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:41:44: error: 'systemGray3' is unavailable in watchOS
    static let systemGray3 = Color(UIColor.systemGray3)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:147:49: note: 'systemGray3' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray3Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:42:44: error: 'systemGray4' is unavailable in watchOS
    static let systemGray4 = Color(UIColor.systemGray4)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:148:49: note: 'systemGray4' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray4Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:43:44: error: 'systemGray5' is unavailable in watchOS
    static let systemGray5 = Color(UIColor.systemGray5)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:149:49: note: 'systemGray5' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray5Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:44:44: error: 'systemGray6' is unavailable in watchOS
    static let systemGray6 = Color(UIColor.systemGray6)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:150:49: note: 'systemGray6' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray6Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:47:42: error: 'separator' is unavailable in watchOS
    static let separator = Color(UIColor.separator)
                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:189:49: note: 'separator' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *separatorColor          API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:48:48: error: 'opaqueSeparator' is unavailable in watchOS
    static let opaqueSeparator = Color(UIColor.opaqueSeparator)
                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:190:49: note: 'opaqueSeparator' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *opaqueSeparatorColor    API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:49:37: error: 'link' is unavailable in watchOS
    static let link = Color(UIColor.link)
                                    ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:178:49: note: 'link' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *linkColor               API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:52:43: error: 'systemBlue' is unavailable in watchOS
    static let systemBlue = Color(UIColor.systemBlue)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:53:45: error: 'systemPurple' is unavailable in watchOS
    static let systemPurple = Color(UIColor.systemPurple)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:127:49: note: 'systemPurple' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPurpleColor       API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:54:44: error: 'systemGreen' is unavailable in watchOS
    static let systemGreen = Color(UIColor.systemGreen)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:122:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor        API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:55:45: error: 'systemYellow' is unavailable in watchOS
    static let systemYellow = Color(UIColor.systemYellow)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemYellow' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemYellowColor       API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:56:45: error: 'systemOrange' is unavailable in watchOS
    static let systemOrange = Color(UIColor.systemOrange)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemOrange' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemOrangeColor       API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:57:43: error: 'systemPink' is unavailable in watchOS
    static let systemPink = Color(UIColor.systemPink)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:126:49: note: 'systemPink' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPinkColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:58:42: error: 'systemRed' is unavailable in watchOS
    static let systemRed = Color(UIColor.systemRed)
                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:121:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor          API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:59:43: error: 'systemTeal' is unavailable in watchOS
    static let systemTeal = Color(UIColor.systemTeal)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:128:49: note: 'systemTeal' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemTealColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:60:45: error: 'systemIndigo' is unavailable in watchOS
    static let systemIndigo = Color(UIColor.systemIndigo)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:129:49: note: 'systemIndigo' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemIndigoColor       API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift:10:11: error: 'UIApplication' is unavailable in watchOS
extension UIApplication {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift:11:58: error: 'UIViewController' is unavailable in watchOS
    @objc func alterPushViewController(_ viewController: UIViewController, animated: Bool) {
                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift:10:11: error: 'UINavigationController' is unavailable in watchOS
extension UINavigationController {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift:10: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/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift:12:36: error: 'UIViewController' is unavailable in watchOS
        _ viewControllerToPresent: UIViewController,
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift:10:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:12:32: error: 'UIWindowScene' is unavailable in watchOS
    private static var _scene: UIWindowScene? { UIApplication.shared.connectedScenes.first as? UIWindowScene }
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:21:12: note: 'UIWindowScene' has been explicitly marked unavailable here
@interface UIWindowScene : UIScene
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:14:39: error: 'UIWindow' is unavailable in watchOS
    private static var _widgetWindow: UIWindow?
                                      ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:15:52: error: 'UIWindow' is unavailable in watchOS
    private static var _attributesInspectorWindow: UIWindow?
                                                   ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:16:41: error: 'UIWindow' is unavailable in watchOS
    private static var _debuggerWindow: UIWindow?
                                        ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:17:45: error: cannot find type 'UIHostingController' in scope
    private static var _debuggerController: UIHostingController<DebuggerView>?
                                            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:21:39: error: 'UIWindow' is unavailable in watchOS
    static var allDebuggableWindows: [UIWindow] { getAllDebuggableWindows() }
                                      ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:22:27: error: 'UIWindow' is unavailable in watchOS
    static var keyWindow: UIWindow? { _scene?.windows.first(where: \.isKeyWindow) }
                          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:26:19: error: 'UIView' is unavailable in watchOS
    var rootView: UIView? { rootViewController?.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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:28:46: error: 'UIEvent' is unavailable in watchOS
    open override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
                                             ^~~~~~~
/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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:28:80: error: 'UIEvent' is unavailable in watchOS
    open override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
                                                                               ^~~~~~~
/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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:48:19: error: 'UIView' is unavailable in watchOS
        for 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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:86:55: error: 'UIWindow' is unavailable in watchOS
    private static func getAllDebuggableWindows() -> [UIWindow] {
                                                      ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:154:19: error: 'UIView' is unavailable in watchOS
        for 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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:185:64: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc private func handleSystemWidgetPanGesture(_ gesture: UIPanGestureRecognizer) {
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:195:78: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc private func handleAttributesInspectorOutsideTapGesture(_ gesture: UITapGestureRecognizer) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:11:11: error: 'UIWindow' is unavailable in watchOS
extension UIWindow {
          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
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/Sources/Debugger/Debugger.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Models/DebugFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/ViewModels/DebuggerItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Views/DebuggerItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Views/DebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/ViewModels/AnimationControlViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/Views/AnimationControlView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/ConfigurationSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfigurationRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationRuleViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationSwitcherViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationEditRuleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationRuleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationSwitcherView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/FileHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModelBeautifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/PostmanModels.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestTagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/NetworkSnifferView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestTagItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/Notification.Name+Leaks.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/FPSCounterService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/MemoryLeakSnifferService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/ObjectLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/PropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/SystemMetricService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Models/SystemMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Logic/ViewInspectorService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Models/ViewInspectorConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Binding+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/DispatchQueue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EdgeInsets+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EnvironmentValues+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/InputStream+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NSObject+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/String+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/URLSessionConfiguration+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/View+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/AnyCodableParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/EnvironmentSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListNavigationRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/View+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Utils/AssociatedObject.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/FlexibleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueInfoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/SearchBar.swift -target armv7k-apple-watchos7.0 -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/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger-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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger_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/Debugger.build/Debug-watchos/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Debugger -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger.abi.json
SwiftCompile normal armv7k Compiling\ ConfigurationView.swift,\ CustomActivity.swift,\ DebugHTTPProtocol.swift,\ FileHandler.swift,\ RequestModelBeautifier.swift,\ RequestModifierService.swift,\ ShareSheet.swift,\ ShareUtils.swift,\ PostmanModels.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/FileHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModelBeautifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/PostmanModels.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/FileHandler.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModelBeautifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModifierService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareUtils.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/PostmanModels.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SystemMetric.swift,\ SystemDebuggerViewModel.swift,\ SystemDebuggerView.swift,\ SystemDebuggerWidgetView.swift,\ UIView+.swift,\ ViewInspectorService.swift,\ ViewInspectorConfiguration.swift,\ AttributesInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Models/SystemMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Logic/ViewInspectorService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Models/ViewInspectorConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Models/SystemMetric.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Logic/ViewInspectorService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Models/ViewInspectorConfiguration.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ EnvironmentValues+.swift,\ InputStream+.swift,\ NSObject+.swift,\ NotificationCenter+.swift,\ String+.swift,\ UIApplication+.swift,\ UIColor+.swift,\ UINavigationController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EnvironmentValues+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/InputStream+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NSObject+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/String+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EnvironmentValues+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ListNavigationRowModifier.swift,\ ListRowModifier.swift,\ View+Modifiers.swift,\ AssociatedObject.swift,\ FlexibleView.swift,\ KeyValueInfoView.swift,\ KeyValueView.swift,\ SearchBar.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListNavigationRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/View+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Utils/AssociatedObject.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/FlexibleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueInfoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/SearchBar.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListNavigationRowModifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListRowModifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/View+Modifiers.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Utils/AssociatedObject.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/FlexibleView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueInfoView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/SearchBar.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ RequestContentType.swift,\ RequestModel.swift,\ RequestTagItem.swift,\ NetworkSnifferViewModel.swift,\ RequestSectionViewModel.swift,\ RequestTagItemViewModel.swift,\ NetworkSnifferView.swift,\ RequestItemView.swift,\ RequestSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestTagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/NetworkSnifferView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestSectionView.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestContentType.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestTagItem.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/NetworkSnifferView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestItemView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestSectionView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Debugger.swift,\ DebugFeature.swift,\ DebuggerItemViewModel.swift,\ DebuggerItemView.swift,\ DebuggerView.swift,\ AnimationControlViewModel.swift,\ AnimationControlView.swift,\ ConfigurationSetting.swift,\ DebuggerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Models/DebugFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/ViewModels/DebuggerItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Views/DebuggerItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Views/DebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/ViewModels/AnimationControlViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/Views/AnimationControlView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/ConfigurationSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfiguration.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/ViewModels/AnimationControlViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/Views/AnimationControlView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/ConfigurationSetting.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfiguration.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ UIView+Swizzle.swift,\ UIViewController+Swizzle.swift,\ UIWindow+.swift,\ URLSessionConfiguration+.swift,\ View+.swift,\ AnyCodableParameter.swift,\ EnvironmentSettings.swift,\ ListModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/URLSessionConfiguration+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/View+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/AnyCodableParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/EnvironmentSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListModifier.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/AnyCodableParameter.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/EnvironmentSettings.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListModifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ViewInspectorViewModel.swift,\ AttributesInspectorView.swift,\ ViewInspectorConfigurationView.swift,\ ViewInspectorView.swift,\ Binding+.swift,\ Color+.swift,\ DispatchQueue+.swift,\ EdgeInsets+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Binding+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/DispatchQueue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EdgeInsets+.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorConfigurationView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/WatchKit-3G96APSP1GZE65CIKC2BO3Z2E.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/WatchKit-BP2PB9NS0O0YWS0XU3O12SJB6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-6F98K2RU9CERXOT4R9M47COR6.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-AEO5BILCDFD91YRNCNOK0QG3V.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Debugger (in target 'Debugger' from project 'Debugger')
EmitSwiftModule normal arm64 (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Debugger (in target 'Debugger' from project 'Debugger')
2026-04-14 10:20:44.783 xcodebuild[632:3879] [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 'Debugger' from project 'Debugger')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Debugger (in target 'Debugger' from project 'Debugger')
	Building workspace spi-builder-workspace with scheme Debugger
(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:
  Debugger: /Users/admin/builder/spi-builder-workspace
resolved source packages: Debugger
2026-04-14 10:20:54.996 xcodebuild[831:4606] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Debugger",
  "name" : "Debugger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Debugger",
      "targets" : [
        "Debugger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebuggerTests",
      "module_type" : "SwiftTarget",
      "name" : "DebuggerTests",
      "path" : "Tests/DebuggerTests",
      "sources" : [
        "DebuggerTests.swift"
      ],
      "target_dependencies" : [
        "Debugger"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Debugger",
      "module_type" : "SwiftTarget",
      "name" : "Debugger",
      "path" : "Sources/Debugger",
      "product_memberships" : [
        "Debugger"
      ],
      "sources" : [
        "Debugger.swift",
        "Debugger/Models/DebugFeature.swift",
        "Debugger/ViewModels/DebuggerItemViewModel.swift",
        "Debugger/Views/DebuggerItemView.swift",
        "Debugger/Views/DebuggerView.swift",
        "Features/AnimationControl/ViewModels/AnimationControlViewModel.swift",
        "Features/AnimationControl/Views/AnimationControlView.swift",
        "Features/ConfigurationSwitcher/Models/ConfigurationSetting.swift",
        "Features/ConfigurationSwitcher/Models/DebuggerConfiguration.swift",
        "Features/ConfigurationSwitcher/Models/DebuggerConfigurationRule.swift",
        "Features/ConfigurationSwitcher/ViewModels/ConfigurationItemViewModel.swift",
        "Features/ConfigurationSwitcher/ViewModels/ConfigurationRuleViewModel.swift",
        "Features/ConfigurationSwitcher/ViewModels/ConfigurationSwitcherViewModel.swift",
        "Features/ConfigurationSwitcher/ViewModels/ConfigurationViewModel.swift",
        "Features/ConfigurationSwitcher/Views/ConfigurationEditRuleView.swift",
        "Features/ConfigurationSwitcher/Views/ConfigurationItemView.swift",
        "Features/ConfigurationSwitcher/Views/ConfigurationRuleView.swift",
        "Features/ConfigurationSwitcher/Views/ConfigurationSwitcherView.swift",
        "Features/ConfigurationSwitcher/Views/ConfigurationView.swift",
        "Features/NetworkSniffer/Logic/CustomActivity.swift",
        "Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift",
        "Features/NetworkSniffer/Logic/FileHandler.swift",
        "Features/NetworkSniffer/Logic/RequestModelBeautifier.swift",
        "Features/NetworkSniffer/Logic/RequestModifierService.swift",
        "Features/NetworkSniffer/Logic/ShareSheet.swift",
        "Features/NetworkSniffer/Logic/ShareUtils.swift",
        "Features/NetworkSniffer/Models/PostmanModels.swift",
        "Features/NetworkSniffer/Models/RequestContentType.swift",
        "Features/NetworkSniffer/Models/RequestModel.swift",
        "Features/NetworkSniffer/Models/RequestTagItem.swift",
        "Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift",
        "Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift",
        "Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift",
        "Features/NetworkSniffer/Views/NetworkSnifferView.swift",
        "Features/NetworkSniffer/Views/RequestItemView.swift",
        "Features/NetworkSniffer/Views/RequestSectionView.swift",
        "Features/NetworkSniffer/Views/RequestTagItemView.swift",
        "Features/NetworkSniffer/Views/RequestView.swift",
        "Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift",
        "Features/SystemDebugger/Extensions/Notification.Name+Leaks.swift",
        "Features/SystemDebugger/Logic/FPSCounterService.swift",
        "Features/SystemDebugger/Logic/MemoryLeakSnifferService.swift",
        "Features/SystemDebugger/Logic/ObjectLifecycleMonitor.swift",
        "Features/SystemDebugger/Logic/PropertyWrapper.swift",
        "Features/SystemDebugger/Logic/SystemMetricService.swift",
        "Features/SystemDebugger/Models/SystemMetric.swift",
        "Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift",
        "Features/SystemDebugger/Views/SystemDebuggerView.swift",
        "Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift",
        "Features/ViewInspector/Extensions/UIView+.swift",
        "Features/ViewInspector/Logic/ViewInspectorService.swift",
        "Features/ViewInspector/Models/ViewInspectorConfiguration.swift",
        "Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift",
        "Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift",
        "Features/ViewInspector/Views/AttributesInspectorView.swift",
        "Features/ViewInspector/Views/ViewInspectorConfigurationView.swift",
        "Features/ViewInspector/Views/ViewInspectorView.swift",
        "Shared/Extensions/Binding+.swift",
        "Shared/Extensions/Color+.swift",
        "Shared/Extensions/DispatchQueue+.swift",
        "Shared/Extensions/EdgeInsets+.swift",
        "Shared/Extensions/EnvironmentValues+.swift",
        "Shared/Extensions/InputStream+.swift",
        "Shared/Extensions/NSObject+.swift",
        "Shared/Extensions/NotificationCenter+.swift",
        "Shared/Extensions/String+.swift",
        "Shared/Extensions/UIApplication+.swift",
        "Shared/Extensions/UIColor+.swift",
        "Shared/Extensions/UINavigationController+Swizzle.swift",
        "Shared/Extensions/UIView+Swizzle.swift",
        "Shared/Extensions/UIViewController+Swizzle.swift",
        "Shared/Extensions/UIWindow+.swift",
        "Shared/Extensions/URLSessionConfiguration+.swift",
        "Shared/Extensions/View+.swift",
        "Shared/Models/AnyCodableParameter.swift",
        "Shared/Models/EnvironmentSettings.swift",
        "Shared/Modifiers/ListModifier.swift",
        "Shared/Modifiers/ListNavigationRowModifier.swift",
        "Shared/Modifiers/ListRowModifier.swift",
        "Shared/Modifiers/View+Modifiers.swift",
        "Shared/Utils/AssociatedObject.swift",
        "Shared/Views/FlexibleView.swift",
        "Shared/Views/KeyValueInfoView.swift",
        "Shared/Views/KeyValueView.swift",
        "Shared/Views/SearchBar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Debugger"
    ]
  }
}
2026-04-14 10:20:56.380 xcodebuild[841:4719] [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 Debugger -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 Debugger -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Debugger: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Debugger' in project 'Debugger'
        ➜ Explicit dependency on target 'Debugger' in project 'Debugger'
    Target 'Debugger' in project 'Debugger' (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 Debugger normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Debugger' from project 'Debugger')
    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 Debugger -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64_32/Debugger.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-watchos7.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 -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64_32/Debugger-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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64_32/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64_32/Debugger_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/Debugger.build/Debug-watchos/Debugger.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64_32/Debugger-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Debugger normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Debugger' from project 'Debugger')
    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 Debugger -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger.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-watchos7.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 -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger-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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger_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/Debugger.build/Debug-watchos/Debugger.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Debugger normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Debugger' from project 'Debugger')
    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 Debugger -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger.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-watchos7.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 -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger-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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger_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/Debugger.build/Debug-watchos/Debugger.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/armv7k/Debugger-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Debugger (in target 'Debugger' from project 'Debugger')
EmitSwiftModule normal arm64 (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift:61:75: error: 'UIView' is unavailable in watchOS
    AttributesInspectorView(viewModel: AttributesInspectorViewModel(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/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift:61:75: error: 'init()' is unavailable in watchOS
    AttributesInspectorView(viewModel: AttributesInspectorViewModel(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:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift:17:32: error: 'UIActivity' is unavailable in watchOS
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:44:79: note: 'UIActivity' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivity : NSObject
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift:20:24: error: cannot override 'activityCategory' which has been marked unavailable
    override class var activityCategory: UIActivity.Category {
                       ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:47:58: note: 'activityCategory' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIActivityCategory activityCategory API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos); // default is UIActivityCategoryAction.
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift:20:24: note: remove 'override' modifier to declare a new 'activityCategory'
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~~          ^

/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift:20:42: error: 'UIActivity' is unavailable in watchOS
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:44:79: note: 'UIActivity' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivity : NSObject
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift:10:23: error: 'UIActivity' is unavailable in watchOS
class CustomActivity: UIActivity {
                      ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:44:79: note: 'UIActivity' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivity : NSObject
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:11:43: error: 'UIActivity' is unavailable in watchOS
    typealias Callback = (_ activityType: UIActivity.ActivityType?, _ completed: Bool, _ returnedItems: [Any]?, _ error: Error?) -> Void
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:44:79: note: 'UIActivity' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivity : NSObject
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:14:33: error: 'UIActivity' is unavailable in watchOS
    let applicationActivities: [UIActivity]? = nil
                                ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:44:79: note: 'UIActivity' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivity : NSObject
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:15:33: error: 'UIActivity' is unavailable in watchOS
    let excludedActivityTypes: [UIActivity.ActivityType]? = nil
                                ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivity.h:44:79: note: 'UIActivity' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivity : NSObject
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:18:40: error: cannot find type 'Context' in scope
    func makeUIViewController(context: Context) -> UIActivityViewController {
                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:18:52: error: 'UIActivityViewController' is unavailable in watchOS
    func makeUIViewController(context: Context) -> UIActivityViewController {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h:26:79: note: 'UIActivityViewController' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivityViewController : UIViewController
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:27:88: error: cannot find type 'Context' in scope
    func updateUIViewController(_ uiViewController: UIActivityViewController, context: Context) {
                                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:27:53: error: 'UIActivityViewController' is unavailable in watchOS
    func updateUIViewController(_ uiViewController: UIActivityViewController, context: Context) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityViewController.h:26:79: note: 'UIActivityViewController' has been explicitly marked unavailable here
API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) __TVOS_PROHIBITED @interface UIActivityViewController : UIViewController
                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift:10:20: error: cannot find type 'UIViewControllerRepresentable' in scope
struct ShareSheet: UIViewControllerRepresentable {
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift:114:41: error: 'UIViewController' is unavailable in watchOS
    private func isActive(_ controller: UIViewController) -> Bool {
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift:126:35: error: 'UIView' is unavailable in watchOS
    private func isActive(_ view: UIView) -> Bool {
                                  ^~~~~~
/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/Sources/Debugger/Features/SystemDebugger/Logic/SystemMetricService.swift:19:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/SystemMetricService.swift:72:48: error: 'CADisplayLink' is unavailable in watchOS
    @objc private func newFrame(_ displayLink: CADisplayLink) {
                                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:21:36: error: 'CALayer' is unavailable in watchOS
    private weak var _borderLayer: CALayer? {
                                   ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:26:45: error: 'UITapGestureRecognizer' is unavailable in watchOS
    private weak var _tapGestureRecognizer: UITapGestureRecognizer? {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:31:40: error: 'CAShapeLayer' is unavailable in watchOS
    private static var _distanceLayer: CAShapeLayer? {
                                       ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:36:40: error: 'CAShapeLayer' is unavailable in watchOS
    private static var _outlinesLayer: CAShapeLayer? {
                                       ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:41:50: error: 'UILabel' is unavailable in watchOS
    private static var _horizontalDistanceLabel: UILabel? {
                                                 ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:46:48: error: 'UILabel' is unavailable in watchOS
    private static var _verticalDistanceLabel: UILabel? {
                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:51:51: error: 'UIView' is unavailable in watchOS
    private static var _layoutInspectorFirstView: 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/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:56:52: error: 'UIView' is unavailable in watchOS
    private static var _layoutInspectorSecondView: 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/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:67:18: error: 'UIWindow' is unavailable in watchOS
        didSet { UIWindow.allDebuggableWindows.forEach { $0.rootView?.updateConfigurationRecursively() } }
                 ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:155:48: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc private func handleTap(_ recognizer: UITapGestureRecognizer) {
                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift:10: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/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift:19:16: error: 'UIView' is unavailable in watchOS
    init(view: UIView, isUserInteractionEnabledBackup: Bool? = nil) {
               ^~~~~~
/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/Sources/Debugger/Shared/Extensions/Color+.swift:12:42: error: 'lightText' is unavailable in watchOS
    static let lightText = Color(UIColor.lightText)
                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:251:48: note: 'lightText' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIColor *lightTextColor API_UNAVAILABLE(tvos, watchos);    // for a dark background
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:13:41: error: 'darkText' is unavailable in watchOS
    static let darkText = Color(UIColor.darkText)
                                        ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:252:48: note: 'darkText' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) UIColor *darkTextColor API_UNAVAILABLE(tvos, watchos);     // for a light background
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:14:48: error: 'placeholderText' is unavailable in watchOS
    static let placeholderText = Color(UIColor.placeholderText)
                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:182:49: note: 'placeholderText' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *placeholderTextColor    API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:17:38: error: 'label' is unavailable in watchOS
    static let label = Color(UIColor.label)
                                     ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:171:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor              API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:18:47: error: 'secondaryLabel' is unavailable in watchOS
    static let secondaryLabel = Color(UIColor.secondaryLabel)
                                              ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:172:49: note: 'secondaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondaryLabelColor     API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:19:46: error: 'tertiaryLabel' is unavailable in watchOS
    static let tertiaryLabel = Color(UIColor.tertiaryLabel)
                                             ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'tertiaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *tertiaryLabelColor      API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:20:48: error: 'quaternaryLabel' is unavailable in watchOS
    static let quaternaryLabel = Color(UIColor.quaternaryLabel)
                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:174:49: note: 'quaternaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternaryLabelColor    API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:23:49: error: 'systemBackground' is unavailable in watchOS
    static let systemBackground = Color(UIColor.systemBackground)
                                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:208:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor                   API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:24:58: error: 'secondarySystemBackground' is unavailable in watchOS
    static let secondarySystemBackground = Color(UIColor.secondarySystemBackground)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:209:49: note: 'secondarySystemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondarySystemBackgroundColor          API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:25:57: error: 'tertiarySystemBackground' is unavailable in watchOS
    static let tertiarySystemBackground = Color(UIColor.tertiarySystemBackground)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:210:49: note: 'tertiarySystemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *tertiarySystemBackgroundColor           API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:28:43: error: 'systemFill' is unavailable in watchOS
    static let systemFill = Color(UIColor.systemFill)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:229:49: note: 'systemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemFillColor                         API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:29:52: error: 'secondarySystemFill' is unavailable in watchOS
    static let secondarySystemFill = Color(UIColor.secondarySystemFill)
                                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:234:49: note: 'secondarySystemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondarySystemFillColor                API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:30:51: error: 'tertiarySystemFill' is unavailable in watchOS
    static let tertiarySystemFill = Color(UIColor.tertiarySystemFill)
                                                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:239:49: note: 'tertiarySystemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *tertiarySystemFillColor                 API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:31:53: error: 'quaternarySystemFill' is unavailable in watchOS
    static let quaternarySystemFill = Color(UIColor.quaternarySystemFill)
                                                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:244:49: note: 'quaternarySystemFill' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternarySystemFillColor               API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:34:56: error: 'systemGroupedBackground' is unavailable in watchOS
    static let systemGroupedBackground = Color(UIColor.systemGroupedBackground)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:217:49: note: 'systemGroupedBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGroupedBackgroundColor            API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:35:65: error: 'secondarySystemGroupedBackground' is unavailable in watchOS
    static let secondarySystemGroupedBackground = Color(UIColor.secondarySystemGroupedBackground)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:218:49: note: 'secondarySystemGroupedBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *secondarySystemGroupedBackgroundColor   API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:36:64: error: 'tertiarySystemGroupedBackground' is unavailable in watchOS
    static let tertiarySystemGroupedBackground = Color(UIColor.tertiarySystemGroupedBackground)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:219:49: note: 'tertiarySystemGroupedBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *tertiarySystemGroupedBackgroundColor    API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:39:43: error: 'systemGray' is unavailable in watchOS
    static let systemGray = Color(UIColor.systemGray)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:136:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:40:44: error: 'systemGray2' is unavailable in watchOS
    static let systemGray2 = Color(UIColor.systemGray2)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:146:49: note: 'systemGray2' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray2Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:41:44: error: 'systemGray3' is unavailable in watchOS
    static let systemGray3 = Color(UIColor.systemGray3)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:147:49: note: 'systemGray3' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray3Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:42:44: error: 'systemGray4' is unavailable in watchOS
    static let systemGray4 = Color(UIColor.systemGray4)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:148:49: note: 'systemGray4' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray4Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:43:44: error: 'systemGray5' is unavailable in watchOS
    static let systemGray5 = Color(UIColor.systemGray5)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:149:49: note: 'systemGray5' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray5Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:44:44: error: 'systemGray6' is unavailable in watchOS
    static let systemGray6 = Color(UIColor.systemGray6)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:150:49: note: 'systemGray6' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGray6Color        API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:47:42: error: 'separator' is unavailable in watchOS
    static let separator = Color(UIColor.separator)
                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:189:49: note: 'separator' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *separatorColor          API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:48:48: error: 'opaqueSeparator' is unavailable in watchOS
    static let opaqueSeparator = Color(UIColor.opaqueSeparator)
                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:190:49: note: 'opaqueSeparator' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *opaqueSeparatorColor    API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:49:37: error: 'link' is unavailable in watchOS
    static let link = Color(UIColor.link)
                                    ^~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:178:49: note: 'link' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *linkColor               API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:52:43: error: 'systemBlue' is unavailable in watchOS
    static let systemBlue = Color(UIColor.systemBlue)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:53:45: error: 'systemPurple' is unavailable in watchOS
    static let systemPurple = Color(UIColor.systemPurple)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:127:49: note: 'systemPurple' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPurpleColor       API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:54:44: error: 'systemGreen' is unavailable in watchOS
    static let systemGreen = Color(UIColor.systemGreen)
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:122:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor        API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:55:45: error: 'systemYellow' is unavailable in watchOS
    static let systemYellow = Color(UIColor.systemYellow)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemYellow' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemYellowColor       API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:56:45: error: 'systemOrange' is unavailable in watchOS
    static let systemOrange = Color(UIColor.systemOrange)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemOrange' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemOrangeColor       API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:57:43: error: 'systemPink' is unavailable in watchOS
    static let systemPink = Color(UIColor.systemPink)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:126:49: note: 'systemPink' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPinkColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:58:42: error: 'systemRed' is unavailable in watchOS
    static let systemRed = Color(UIColor.systemRed)
                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:121:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor          API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:59:43: error: 'systemTeal' is unavailable in watchOS
    static let systemTeal = Color(UIColor.systemTeal)
                                          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:128:49: note: 'systemTeal' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemTealColor         API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift:60:45: error: 'systemIndigo' is unavailable in watchOS
    static let systemIndigo = Color(UIColor.systemIndigo)
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:129:49: note: 'systemIndigo' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemIndigoColor       API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift:10:11: error: 'UIApplication' is unavailable in watchOS
extension UIApplication {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift:11:58: error: 'UIViewController' is unavailable in watchOS
    @objc func alterPushViewController(_ viewController: UIViewController, animated: Bool) {
                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift:10:11: error: 'UINavigationController' is unavailable in watchOS
extension UINavigationController {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift:10: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/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift:12:36: error: 'UIViewController' is unavailable in watchOS
        _ viewControllerToPresent: UIViewController,
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift:10:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:12:32: error: 'UIWindowScene' is unavailable in watchOS
    private static var _scene: UIWindowScene? { UIApplication.shared.connectedScenes.first as? UIWindowScene }
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:21:12: note: 'UIWindowScene' has been explicitly marked unavailable here
@interface UIWindowScene : UIScene
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:14:39: error: 'UIWindow' is unavailable in watchOS
    private static var _widgetWindow: UIWindow?
                                      ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:15:52: error: 'UIWindow' is unavailable in watchOS
    private static var _attributesInspectorWindow: UIWindow?
                                                   ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:16:41: error: 'UIWindow' is unavailable in watchOS
    private static var _debuggerWindow: UIWindow?
                                        ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:17:45: error: cannot find type 'UIHostingController' in scope
    private static var _debuggerController: UIHostingController<DebuggerView>?
                                            ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:21:39: error: 'UIWindow' is unavailable in watchOS
    static var allDebuggableWindows: [UIWindow] { getAllDebuggableWindows() }
                                      ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:22:27: error: 'UIWindow' is unavailable in watchOS
    static var keyWindow: UIWindow? { _scene?.windows.first(where: \.isKeyWindow) }
                          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:26:19: error: 'UIView' is unavailable in watchOS
    var rootView: UIView? { rootViewController?.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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:28:46: error: 'UIEvent' is unavailable in watchOS
    open override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
                                             ^~~~~~~
/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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:28:80: error: 'UIEvent' is unavailable in watchOS
    open override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
                                                                               ^~~~~~~
/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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:48:19: error: 'UIView' is unavailable in watchOS
        for 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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:86:55: error: 'UIWindow' is unavailable in watchOS
    private static func getAllDebuggableWindows() -> [UIWindow] {
                                                      ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:154:19: error: 'UIView' is unavailable in watchOS
        for 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/Sources/Debugger/Shared/Extensions/UIWindow+.swift:185:64: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc private func handleSystemWidgetPanGesture(_ gesture: UIPanGestureRecognizer) {
                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:195:78: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc private func handleAttributesInspectorOutsideTapGesture(_ gesture: UITapGestureRecognizer) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift:11:11: error: 'UIWindow' is unavailable in watchOS
extension UIWindow {
          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
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/Sources/Debugger/Debugger.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Models/DebugFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/ViewModels/DebuggerItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Views/DebuggerItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Debugger/Views/DebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/ViewModels/AnimationControlViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/AnimationControl/Views/AnimationControlView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/ConfigurationSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfigurationRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationRuleViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationSwitcherViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationEditRuleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationRuleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationSwitcherView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/FileHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModelBeautifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/PostmanModels.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestTagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/NetworkSnifferView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestTagItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/Notification.Name+Leaks.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/FPSCounterService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/MemoryLeakSnifferService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/ObjectLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/PropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/SystemMetricService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Models/SystemMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Logic/ViewInspectorService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Models/ViewInspectorConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Binding+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/DispatchQueue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EdgeInsets+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EnvironmentValues+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/InputStream+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NSObject+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/String+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/URLSessionConfiguration+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/View+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/AnyCodableParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/EnvironmentSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListNavigationRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/View+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Utils/AssociatedObject.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/FlexibleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueInfoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/SearchBar.swift -target arm64-apple-watchos7.0 -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/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger-dependencies-3.json -Xllvm -aarch64-use-tbi -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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger_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/Debugger.build/Debug-watchos/Debugger.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/Debugger.build/Debug-watchos/Debugger.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Debugger -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-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/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Debugger.build/Debug-watchos/Debugger.build/Objects-normal/arm64/Debugger.abi.json
SwiftCompile normal arm64 Compiling\ EnvironmentValues+.swift,\ InputStream+.swift,\ NSObject+.swift,\ NotificationCenter+.swift,\ String+.swift,\ UIApplication+.swift,\ UIColor+.swift,\ UINavigationController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EnvironmentValues+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/InputStream+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NSObject+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/String+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EnvironmentValues+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/InputStream+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NSObject+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/NotificationCenter+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/String+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIApplication+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIColor+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UINavigationController+Swizzle.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Swizzle.swift,\ UIViewController+Swizzle.swift,\ UIWindow+.swift,\ URLSessionConfiguration+.swift,\ View+.swift,\ AnyCodableParameter.swift,\ EnvironmentSettings.swift,\ ListModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/URLSessionConfiguration+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/View+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/AnyCodableParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/EnvironmentSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListModifier.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIView+Swizzle.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIViewController+Swizzle.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/UIWindow+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/URLSessionConfiguration+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/View+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/AnyCodableParameter.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Models/EnvironmentSettings.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListModifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ViewInspectorViewModel.swift,\ AttributesInspectorView.swift,\ ViewInspectorConfigurationView.swift,\ ViewInspectorView.swift,\ Binding+.swift,\ Color+.swift,\ DispatchQueue+.swift,\ EdgeInsets+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Binding+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/DispatchQueue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EdgeInsets+.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/ViewInspectorViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/AttributesInspectorView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorConfigurationView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Views/ViewInspectorView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Binding+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/Color+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/DispatchQueue+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Extensions/EdgeInsets+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ListNavigationRowModifier.swift,\ ListRowModifier.swift,\ View+Modifiers.swift,\ AssociatedObject.swift,\ FlexibleView.swift,\ KeyValueInfoView.swift,\ KeyValueView.swift,\ SearchBar.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListNavigationRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListRowModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/View+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Utils/AssociatedObject.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/FlexibleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueInfoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/SearchBar.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListNavigationRowModifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/ListRowModifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Modifiers/View+Modifiers.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Utils/AssociatedObject.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/FlexibleView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueInfoView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/KeyValueView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Shared/Views/SearchBar.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SystemMetric.swift,\ SystemDebuggerViewModel.swift,\ SystemDebuggerView.swift,\ SystemDebuggerWidgetView.swift,\ UIView+.swift,\ ViewInspectorService.swift,\ ViewInspectorConfiguration.swift,\ AttributesInspectorViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Models/SystemMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Logic/ViewInspectorService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Models/ViewInspectorConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Models/SystemMetric.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/ViewModels/SystemDebuggerViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Views/SystemDebuggerWidgetView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Extensions/UIView+.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Logic/ViewInspectorService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/Models/ViewInspectorConfiguration.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ViewInspector/ViewModels/AttributesInspectorViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestTagItemView.swift,\ RequestView.swift,\ NSObject+LifecycleMonitor.swift,\ Notification.Name+Leaks.swift,\ FPSCounterService.swift,\ MemoryLeakSnifferService.swift,\ ObjectLifecycleMonitor.swift,\ PropertyWrapper.swift,\ SystemMetricService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestTagItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/Notification.Name+Leaks.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/FPSCounterService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/MemoryLeakSnifferService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/ObjectLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/PropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/SystemMetricService.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestTagItemView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/NSObject+LifecycleMonitor.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Extensions/Notification.Name+Leaks.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/FPSCounterService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/MemoryLeakSnifferService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/ObjectLifecycleMonitor.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/PropertyWrapper.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/SystemDebugger/Logic/SystemMetricService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DebuggerConfigurationRule.swift,\ ConfigurationItemViewModel.swift,\ ConfigurationRuleViewModel.swift,\ ConfigurationSwitcherViewModel.swift,\ ConfigurationViewModel.swift,\ ConfigurationEditRuleView.swift,\ ConfigurationItemView.swift,\ ConfigurationRuleView.swift,\ ConfigurationSwitcherView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfigurationRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationRuleViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationSwitcherViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationEditRuleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationRuleView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationSwitcherView.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Models/DebuggerConfigurationRule.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationItemViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationRuleViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationSwitcherViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/ViewModels/ConfigurationViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationEditRuleView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationItemView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationRuleView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationSwitcherView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestContentType.swift,\ RequestModel.swift,\ RequestTagItem.swift,\ NetworkSnifferViewModel.swift,\ RequestSectionViewModel.swift,\ RequestTagItemViewModel.swift,\ NetworkSnifferView.swift,\ RequestItemView.swift,\ RequestSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestTagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/NetworkSnifferView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestSectionView.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestContentType.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/RequestTagItem.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/NetworkSnifferViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestSectionViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/ViewModels/RequestTagItemViewModel.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/NetworkSnifferView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestItemView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Views/RequestSectionView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConfigurationView.swift,\ CustomActivity.swift,\ DebugHTTPProtocol.swift,\ FileHandler.swift,\ RequestModelBeautifier.swift,\ RequestModifierService.swift,\ ShareSheet.swift,\ ShareUtils.swift,\ PostmanModels.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/FileHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModelBeautifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/PostmanModels.swift (in target 'Debugger' from project 'Debugger')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/ConfigurationSwitcher/Views/ConfigurationView.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/CustomActivity.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/DebugHTTPProtocol.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/FileHandler.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModelBeautifier.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/RequestModifierService.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareSheet.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Logic/ShareUtils.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debugger/Features/NetworkSniffer/Models/PostmanModels.swift (in target 'Debugger' from project 'Debugger')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ Debugger (in target 'Debugger' from project 'Debugger')
2026-04-14 10:20:57.305 xcodebuild[868:4950] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'Debugger' from project 'Debugger')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Debugger (in target 'Debugger' from project 'Debugger')
	Building workspace spi-builder-workspace with scheme Debugger
(3 failures)
BUILD FAILURE 6.3 watchOS