The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Succinct, reference main (be4b0b), with Swift 6.2 for watchOS using Xcode 26.3 on 18 Mar 2026 06:36:54 UTC.

Build Command

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

Build Log

                                                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UISwitch.swift:33:70: error: 'UISwitch' is unavailable in watchOS
    internal func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                     ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift:59:93: error: 'UISwitch' is unavailable in watchOS
    @objc internal func findSwitch(colocatedWithUILabelWithExactText searchText: String) -> UISwitch? {
                                                                                            ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextField.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextField.swift:64:87: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(withExactPlaceholderText searchText: String) -> UITextField? {
                                                                                      ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:78:88: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(containingPlaceholderText searchText: String) -> UITextField? {
                                                                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:92:76: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(withExactText searchText: String) -> UITextField? {
                                                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:106:77: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(containingText searchText: String) -> UITextField? {
                                                                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:55:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextField.swift:113:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextView.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextView.swift:60:75: error: 'UITextView' is unavailable in watchOS
    @objc internal func findTextView(withExactText searchText: String) -> UITextView? {
                                                                          ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift:78:10: error: 'UITextView' is unavailable in watchOS
    ) -> UITextView? {
         ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift:94:76: error: 'UITextView' is unavailable in watchOS
    @objc internal func findTextView(containingText searchText: String) -> UITextView? {
                                                                           ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift:51:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextView.swift:101:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+countOfViewsWithBackgroundColor.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:7:10: error: 'UIView' is unavailable in watchOS
    ) -> UIView? {
         ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:47:11: error: 'UIView' is unavailable in watchOS
    ) -> [UIView] {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:72:78: error: 'UIView' is unavailable in watchOS
    func isTableView(thatSatisfiesCondition condition: SuccinctCondition) -> UIView? {
                                                                             ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:87:10: error: 'UIView' is unavailable in watchOS
    ) -> UIView? {
         ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:71:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+hasViewWithBackgroundColor.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Debugging.swift:4:66: error: 'UIView' is unavailable in watchOS
    internal func executeWithEnterAndExitDebugLog(closure: () -> UIView?) -> UIView? {
                                                                 ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Debugging.swift:4:78: error: 'UIView' is unavailable in watchOS
    internal func executeWithEnterAndExitDebugLog(closure: () -> UIView?) -> UIView? {
                                                                             ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Debugging.swift:3:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+MKMapView.swift:23:40: error: 'MKMapView' is unavailable in watchOS
    @objc public func findMapView() -> MKMapView? {
                                       ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapView.h:73:12: note: 'MKMapView' has been explicitly marked unavailable here
@interface MKMapView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+MKMapView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Testing.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift:15:73: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc public func hasBarButtonItem(withSystemItem searchSystemItem: UIBarButtonItem.SystemItem) -> Bool {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift:58:73: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc public func tapBarButtonItem(withSystemItem searchSystemItem: UIBarButtonItem.SystemItem) {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIButton.swift:27:71: error: 'UIButton' is unavailable in watchOS
    @objc public func findButton(withExactText searchText: String) -> UIButton? {
                                                                      ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:65:69: error: 'UIButton' is unavailable in watchOS
    @objc public func findButton(withImage searchImage: UIImage) -> UIButton? {
                                                                    ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:93:52: error: 'UIControl' is unavailable in watchOS
    @objc public func findButtons(withState state: UIControl.State) -> [UIButton] {
                                                   ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:93:73: error: 'UIButton' is unavailable in watchOS
    @objc public func findButtons(withState state: UIControl.State) -> [UIButton] {
                                                                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIDatePickerView.swift:23:47: error: 'UIDatePicker' is unavailable in watchOS
    @objc public func findDatePickerView() -> UIDatePicker? {
                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIDatePickerView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIImage.swift:23:72: error: 'UIImageView' is unavailable in watchOS
    @objc public func findImageView(withImage searchImage: UIImage) -> UIImageView? {
                                                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIImage.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UILabel.swift:78:70: error: 'UILabel' is unavailable in watchOS
    @objc public func findLabel(withExactText searchText: String) -> UILabel? {
                                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UILabel.swift:103:71: error: 'UILabel' is unavailable in watchOS
    @objc public func findLabel(containingText searchText: String) -> UILabel? {
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UILabel.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIPickerView.swift:25:43: error: 'UIPickerView' is unavailable in watchOS
    @objc public func findPickerView() -> UIPickerView? {
                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIPickerView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISegmentedControl.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISlider.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIStepper.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISwitch.swift:23:87: error: 'UIView' is unavailable in watchOS
    public func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISwitch.swift:23:68: error: 'UISwitch' is unavailable in watchOS
    public func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                   ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISwitch.swift:35:91: error: 'UISwitch' is unavailable in watchOS
    @objc public func findSwitch(colocatedWithUILabelWithExactText searchText: String) -> UISwitch? {
                                                                                          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISwitch.swift:46:73: error: 'UIView' is unavailable in watchOS
    public func tapSwitch<T>(containedInView viewType: T.Type) where T: UIView {
                                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISwitch.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UITableView.swift:9:54: error: 'UITableViewCell' is unavailable in watchOS
    @objc public func findSelectedTableViewCell() -> UITableViewCell? {
                                                     ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITableView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UITextField.swift:61:85: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(withExactPlaceholderText searchText: String) -> UITextField? {
                                                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:73:86: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(containingPlaceholderText searchText: String) -> UITextField? {
                                                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:85:74: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(withExactText searchText: String) -> UITextField? {
                                                                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:97:75: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(containingText searchText: String) -> UITextField? {
                                                                          ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UITextView.swift:53:73: error: 'UITextView' is unavailable in watchOS
    @objc public func findTextView(withExactText searchText: String) -> UITextView? {
                                                                        ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift:69:10: error: 'UITextView' is unavailable in watchOS
    ) -> UITextView? {
         ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift:81:74: error: 'UITextView' is unavailable in watchOS
    @objc public func findTextView(containingText searchText: String) -> UITextView? {
                                                                         ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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>
           ^
SwiftCompile normal arm64_32 Compiling\ ViewHierarchyLogger.swift,\ NSObject+MemoryAddress.swift,\ NSAttributedString+Attributes.swift,\ Optional+NilCheck.swift,\ PrivateTypes.swift,\ UIBarButtonItem+Extensions.swift,\ UIButton+Tap.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/ViewHierarchyLogger.swift /Users/admin/builder/spi-builder-workspace/Succinct/Memory/NSObject+MemoryAddress.swift /Users/admin/builder/spi-builder-workspace/Succinct/NSAttributedString/NSAttributedString+Attributes.swift /Users/admin/builder/spi-builder-workspace/Succinct/Optional/Optional+NilCheck.swift /Users/admin/builder/spi-builder-workspace/Succinct/PrivateTypes/PrivateTypes.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIButton/UIButton+Tap.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/ViewHierarchyLogger.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Memory/NSObject+MemoryAddress.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/NSAttributedString/NSAttributedString+Attributes.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Optional/Optional+NilCheck.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/PrivateTypes/PrivateTypes.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIButton/UIButton+Tap.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UISwitch+Readability.swift,\ UISwitch+Tap.swift,\ UITabBarController+TabInteractions.swift,\ UITableView+Evaluations.swift,\ IsMapView.swift,\ UIView+MKMapView.swift,\ IsButtonWithExactText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Tap.swift /Users/admin/builder/spi-builder-workspace/Succinct/UITabBarController/UITabBarController+TabInteractions.swift /Users/admin/builder/spi-builder-workspace/Succinct/UITableView/UITableView+Evaluations.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/IsMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/UIView+MKMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithExactText.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Readability.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Tap.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UITabBarController/UITabBarController+TabInteractions.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UITableView/UITableView+Evaluations.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/IsMapView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/UIView+MKMapView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithExactText.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UICollectionView+Evaluations.swift,\ UIControl+Readability.swift,\ UINavigationController+UILabel.swift,\ UINavigationItem+UIBarButtonItem.swift,\ UIPickerView+SelectComponent.swift,\ UISegmentedControl+UISegmentLabel.swift,\ UISlider+SetValue.swift /Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIControl/UIControl+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationController/UINavigationController+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIPickerView/UIPickerView+SelectComponent.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISegmentedControl/UISegmentedControl+UISegmentLabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISlider/UISlider+SetValue.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIControl/UIControl+Readability.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationController/UINavigationController+UILabel.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIPickerView/UIPickerView+SelectComponent.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISegmentedControl/UISegmentedControl+UISegmentLabel.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISlider/UISlider+SetValue.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ Succinct (in target 'Succinct' from project 'Succinct')
EmitSwiftModule normal armv7k (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Succinct (in target 'Succinct' from project 'Succinct')
2026-03-18 02:36:44.220 xcodebuild[791:4432] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Succinct (in target 'Succinct' from project 'Succinct')
	EmitSwiftModule normal arm64_32 (in target 'Succinct' from project 'Succinct')
	Building workspace spi-builder-workspace with scheme Succinct
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Succinct: /Users/admin/builder/spi-builder-workspace
resolved source packages: Succinct
2026-03-18 02:36:50.927 xcodebuild[952:5023] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Succinct",
  "name" : "Succinct",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Succinct",
      "targets" : [
        "Succinct"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SuccinctTests",
      "module_type" : "SwiftTarget",
      "name" : "SuccinctTests",
      "path" : "SuccinctTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/SuccinctTests/Resources/TestImages.xcassets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Array/ArrayAccessors.swift",
        "Configuration/SpyOutputMethod.swift",
        "DebugLogging/UIView/DebugLogging+MKMapViewSpec.swift",
        "DebugLogging/UIView/DebugLogging+UIDatePickerViewSpec.swift",
        "DebugLogging/UIView/DebugLogging+UIPickerViewSpec.swift",
        "DebugLogging/UIView/DebugLogging+UIViewSpec.swift",
        "DebugLogging/UIView/TestEvaluationResultType.swift",
        "DebugLogging/UIView/UIButton/DebugLogging+UIButtonSpec.swift",
        "DebugLogging/UIView/UILabel/DebugLogging+UILabelSpec.swift",
        "DebugLogging/UIViewController/DebugLogging+UIViewController+UIButton.swift",
        "NSAttributedString/AttributedStringKeyValueFixture.swift",
        "NSAttributedString/NSAttributedString+AttributesSpec.swift",
        "New Group/UINavigationController+UILabelSpec.swift",
        "Optional/Optional+NilCheckSpec.swift",
        "UICollectionView/UICollectionViewConfigurationSpec.swift",
        "UIControl/UIControl+ReadabilitySpec.swift",
        "UIImage/UIImage+TestAssets.swift",
        "UILabel/UITableViewController+findingUILabel.swift",
        "UIPickerView/UIPickerView+SelectComponentSpec.swift",
        "UIPickerView/UIViewController+UIPickerViewSpec.swift",
        "UISwitch/UISwitch+ReadabilitySpec.swift",
        "UITabBarController/UITabBarController+TabInteractionsSpec.swift",
        "UITableView/IndexPathFixture.swift",
        "UITableView/UITableViewCellConfiguration.swift",
        "UITableView/UITableViewConfiguration.swift",
        "UITableView/UITableViewConfigurationSpec.swift",
        "UITableView/UnitTestUITableView.swift",
        "UIView/UIView+ReadabilitySpec.swift",
        "UIViewController/UIViewController+MKMapViewSpec.swift",
        "UIViewController/UIViewController+UIBarButtonItemSpec.swift",
        "UIViewController/UIViewController+UIButton+findButtonSpec.swift",
        "UIViewController/UIViewController+UIButton+findButtonsSpec.swift",
        "UIViewController/UIViewController+UIButton+hasButtonSpec.swift",
        "UIViewController/UIViewController+UIDatePickerSpec.swift",
        "UIViewController/UIViewController+UIImageViewSpec.swift",
        "UIViewController/UIViewController+UILabelSpec.swift",
        "UIViewController/UIViewController+UISegmentedControlSpec.swift",
        "UIViewController/UIViewController+UISliderSpec.swift",
        "UIViewController/UIViewController+UISwitchSpec.swift",
        "UIViewController/UIViewController+UITableViewSpec.swift",
        "UIViewController/UIViewController+UITextFieldSpec.swift",
        "UIViewController/UIViewController+UITextViewSpec.swift",
        "UIViewController/UIViewController+UIViewSpec.swift"
      ],
      "target_dependencies" : [
        "Succinct"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Succinct",
      "module_type" : "SwiftTarget",
      "name" : "Succinct",
      "path" : "Succinct",
      "product_memberships" : [
        "Succinct"
      ],
      "sources" : [
        "Condition/SuccinctCondition.swift",
        "Configuration/Logger.swift",
        "Configuration/PrintOutputMethod.swift",
        "Configuration/Succinct.swift",
        "Configuration/SuccinctConfig.swift",
        "DebugLog/EvaluationResult.swift",
        "DebugLog/EvaluationResultType.swift",
        "DebugLog/ViewHierarchyLogger.swift",
        "Memory/NSObject+MemoryAddress.swift",
        "NSAttributedString/NSAttributedString+Attributes.swift",
        "Optional/Optional+NilCheck.swift",
        "PrivateTypes/PrivateTypes.swift",
        "UIBarButtonItem/UIBarButtonItem+Extensions.swift",
        "UIButton/UIButton+Tap.swift",
        "UICollectionView/UICollectionView+Evaluations.swift",
        "UIControl/UIControl+Readability.swift",
        "UINavigationController/UINavigationController+UILabel.swift",
        "UINavigationItem/UINavigationItem+UIBarButtonItem.swift",
        "UIPickerView/UIPickerView+SelectComponent.swift",
        "UISegmentedControl/UISegmentedControl+UISegmentLabel.swift",
        "UISlider/UISlider+SetValue.swift",
        "UISwitch/UISwitch+Readability.swift",
        "UISwitch/UISwitch+Tap.swift",
        "UITabBarController/UITabBarController+TabInteractions.swift",
        "UITableView/UITableView+Evaluations.swift",
        "UIView/MKMapView/IsMapView.swift",
        "UIView/MKMapView/UIView+MKMapView.swift",
        "UIView/UIButton/IsButtonWithExactText.swift",
        "UIView/UIButton/IsButtonWithImage.swift",
        "UIView/UIButton/UIView+UIButton.swift",
        "UIView/UIImage/IsImageViewWithImage.swift",
        "UIView/UIImage/UIView+UIImage.swift",
        "UIView/UIImage/UIView+UIImageView.swift",
        "UIView/UILabel/IsLabelContainingText.swift",
        "UIView/UILabel/IsLabelWithExactText.swift",
        "UIView/UILabel/UIView+UILabel.swift",
        "UIView/UISegmentedControl/UIView+hasSegmentedControlSegmentSelected.swift",
        "UIView/UIView+Readability.swift",
        "UIView/UIView+UIBarButtonItem.swift",
        "UIView/UIView+UIDatePickerView.swift",
        "UIView/UIView+UIPickerView.swift",
        "UIView/UIView+UISegmentedControl.swift",
        "UIView/UIView+UISlider.swift",
        "UIView/UIView+UIStepper.swift",
        "UIView/UIView+UISwitch.swift",
        "UIView/UIView+UITextField.swift",
        "UIView/UIView+UITextView.swift",
        "UIView/UIView/UIView+countOfViewsWithBackgroundColor.swift",
        "UIView/UIView/UIView+findInSubviews.swift",
        "UIView/UIView/UIView+hasViewWithBackgroundColor.swift",
        "UIViewController/UIViewController+Debugging.swift",
        "UIViewController/UIViewController+MKMapView.swift",
        "UIViewController/UIViewController+Testing.swift",
        "UIViewController/UIViewController+UIBarButtonItem.swift",
        "UIViewController/UIViewController+UIButton.swift",
        "UIViewController/UIViewController+UIDatePickerView.swift",
        "UIViewController/UIViewController+UIImage.swift",
        "UIViewController/UIViewController+UILabel.swift",
        "UIViewController/UIViewController+UIPickerView.swift",
        "UIViewController/UIViewController+UISegmentedControl.swift",
        "UIViewController/UIViewController+UISlider.swift",
        "UIViewController/UIViewController+UIStepper.swift",
        "UIViewController/UIViewController+UISwitch.swift",
        "UIViewController/UIViewController+UITableView.swift",
        "UIViewController/UIViewController+UITextField.swift",
        "UIViewController/UIViewController+UITextView.swift",
        "UIViewController/UIViewController+UIView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Succinct"
    ]
  }
}
2026-03-18 02:36:52.010 xcodebuild[960:5095] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Succinct -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.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 Succinct -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Succinct: /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 'Succinct' in project 'Succinct'
        ➜ Explicit dependency on target 'Succinct' in project 'Succinct'
    Target 'Succinct' in project 'Succinct' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
SwiftDriver Succinct normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Succinct -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64/Succinct.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.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.0.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.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64/Succinct-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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64/Succinct.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64/Succinct_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/Succinct.build/Debug-watchos/Succinct.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64/Succinct-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Succinct normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Succinct -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/armv7k/Succinct.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.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.0.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.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/armv7k/Succinct-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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/armv7k/Succinct.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/armv7k/Succinct_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/Succinct.build/Debug-watchos/Succinct.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/armv7k/Succinct-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Succinct normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Succinct -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.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.0.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.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct-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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct_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/Succinct.build/Debug-watchos/Succinct.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ SuccinctCondition.swift,\ Logger.swift,\ PrintOutputMethod.swift,\ Succinct.swift,\ SuccinctConfig.swift,\ EvaluationResult.swift,\ EvaluationResultType.swift /Users/admin/builder/spi-builder-workspace/Succinct/Condition/SuccinctCondition.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/Logger.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/PrintOutputMethod.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/Succinct.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/SuccinctConfig.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/EvaluationResult.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/EvaluationResultType.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Condition/SuccinctCondition.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/Logger.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/PrintOutputMethod.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/Succinct.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/SuccinctConfig.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/EvaluationResult.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/EvaluationResultType.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Succinct (in target 'Succinct' from project 'Succinct')
Failed frontend command:
/Applications/Xcode-26.0.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/Succinct/Condition/SuccinctCondition.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/Logger.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/PrintOutputMethod.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/Succinct.swift /Users/admin/builder/spi-builder-workspace/Succinct/Configuration/SuccinctConfig.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/EvaluationResult.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/EvaluationResultType.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/ViewHierarchyLogger.swift /Users/admin/builder/spi-builder-workspace/Succinct/Memory/NSObject+MemoryAddress.swift /Users/admin/builder/spi-builder-workspace/Succinct/NSAttributedString/NSAttributedString+Attributes.swift /Users/admin/builder/spi-builder-workspace/Succinct/Optional/Optional+NilCheck.swift /Users/admin/builder/spi-builder-workspace/Succinct/PrivateTypes/PrivateTypes.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIButton/UIButton+Tap.swift /Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIControl/UIControl+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationController/UINavigationController+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIPickerView/UIPickerView+SelectComponent.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISegmentedControl/UISegmentedControl+UISegmentLabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISlider/UISlider+SetValue.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Tap.swift /Users/admin/builder/spi-builder-workspace/Succinct/UITabBarController/UITabBarController+TabInteractions.swift /Users/admin/builder/spi-builder-workspace/Succinct/UITableView/UITableView+Evaluations.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/IsMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/UIView+MKMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithExactText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/IsImageViewWithImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/IsLabelContainingText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/IsLabelWithExactText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/UIView+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UISegmentedControl/UIView+hasSegmentedControlSegmentSelected.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIDatePickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIPickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISlider.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+countOfViewsWithBackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+findInSubviews.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+hasViewWithBackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+Debugging.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+MKMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+Testing.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIDatePickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIPickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISlider.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISwitch.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITableView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIView.swift -target arm64_32-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.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.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -enforce-exclusivity\=checked -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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct_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.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.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/Succinct.build/Debug-watchos/Succinct.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Succinct -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.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/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Succinct.build/Debug-watchos/Succinct.build/Objects-normal/arm64_32/Succinct.abi.json
EmitSwiftModule normal arm64_32 (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Succinct/Condition/SuccinctCondition.swift:10:29: error: 'UIView' is unavailable in watchOS
    private let condition: (UIView) -> EvaluationResult
                            ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/Condition/SuccinctCondition.swift:12:34: error: 'UIView' is unavailable in watchOS
    init(_ condition: @escaping (UIView) -> EvaluationResult) {
                                 ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/Condition/SuccinctCondition.swift:21:27: error: 'UIView' is unavailable in watchOS
    func evaluate(_ view: UIView) -> Bool {
                          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:4:37: error: 'UIView' is unavailable in watchOS
    func logEnterParentView(_ view: UIView)
                                    ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:5:36: error: 'UIView' is unavailable in watchOS
    func logExitParentView(_ view: UIView)
                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:7:36: error: 'UIView' is unavailable in watchOS
    func logEnterChildView(_ view: UIView)
                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:8:35: error: 'UIView' is unavailable in watchOS
    func logExitChildView(_ view: UIView)
                                  ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:20:44: error: 'UIView' is unavailable in watchOS
    public func logEnterParentView(_ view: UIView) {
                                           ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:27:43: error: 'UIView' is unavailable in watchOS
    public func logExitParentView(_ view: UIView) {
                                          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:34:43: error: 'UIView' is unavailable in watchOS
    public func logEnterChildView(_ view: UIView) {
                                          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/DebugLog/ViewHierarchyLogger.swift:41:42: error: 'UIView' is unavailable in watchOS
    public func logExitChildView(_ view: UIView) {
                                         ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift:9:30: error: 'SystemItem' is unavailable in watchOS
    internal var systemItem: SystemItem? {
                             ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:37:28: note: 'SystemItem' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIBarButtonSystemItem) {
                           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift:3:11: error: 'UIBarButtonItem' is unavailable in watchOS
extension UIBarButtonItem {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIButton/UIButton+Tap.swift:3:11: error: 'UIButton' is unavailable in watchOS
extension UIButton {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift:12:40: error: 'UICollectionViewCell' is unavailable in watchOS
    func hasCell(satisfyingCondition: (UICollectionViewCell) -> Bool) -> Bool {
                                       ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift:3:11: error: 'UICollectionView' is unavailable in watchOS
extension UICollectionView {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIControl/UIControl+Readability.swift:3:11: error: 'UIControl' is unavailable in watchOS
extension UIControl {
          ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UINavigationController/UINavigationController+UILabel.swift:28:72: error: 'UILabel' is unavailable in watchOS
    func findLabelInNavigationBar(withExactText searchText: String) -> UILabel? {
                                                                       ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UINavigationController/UINavigationController+UILabel.swift:42:73: error: 'UILabel' is unavailable in watchOS
    func findLabelInNavigationBar(containingText searchText: String) -> UILabel? {
                                                                        ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UINavigationController/UINavigationController+UILabel.swift:3:11: error: 'UINavigationController' is unavailable in watchOS
extension UINavigationController {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift:4:81: error: 'UIBarButtonItem' is unavailable in watchOS
    internal func findBarButtonItem(matchingCondition searchCondition: (_ item: UIBarButtonItem) -> Bool) -> UIBarButtonItem? {
                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift:4:110: error: 'UIBarButtonItem' is unavailable in watchOS
    internal func findBarButtonItem(matchingCondition searchCondition: (_ item: UIBarButtonItem) -> Bool) -> UIBarButtonItem? {
                                                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift:3:11: error: 'UINavigationItem' is unavailable in watchOS
extension UINavigationItem {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:91:12: note: 'UINavigationItem' has been explicitly marked unavailable here
@interface UINavigationItem : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIPickerView/UIPickerView+SelectComponent.swift:3:11: error: 'UIPickerView' is unavailable in watchOS
extension UIPickerView {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UISegmentedControl/UISegmentedControl+UISegmentLabel.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UISlider/UISlider+SetValue.swift:3:11: error: 'UISlider' is unavailable in watchOS
extension UISlider {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Readability.swift:4:11: error: 'UISwitch' is unavailable in watchOS
extension UISwitch {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Tap.swift:3:11: error: 'UISwitch' is unavailable in watchOS
extension UISwitch {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UITabBarController/UITabBarController+TabInteractions.swift:31:87: error: 'UIViewController' is unavailable in watchOS
    public func selectedTab<T>(isAKindOf viewControllerType: T.Type) -> Bool where T: UIViewController {
                                                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UITabBarController/UITabBarController+TabInteractions.swift:4:11: error: 'UITabBarController' is unavailable in watchOS
extension UITabBarController {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:64:12: note: 'UITabBarController' has been explicitly marked unavailable here
@interface UITabBarController : UIViewController <UITabBarDelegate, NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UITableView/UITableView+Evaluations.swift:9:57: error: 'UIView' is unavailable in watchOS
internal typealias UIViewEvaluator = (_ viewToEvaluate: UIView) -> UIView?
                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UITableView/UITableView+Evaluations.swift:9:68: error: 'UIView' is unavailable in watchOS
internal typealias UIViewEvaluator = (_ viewToEvaluate: UIView) -> UIView?
                                                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UITableView/UITableView+Evaluations.swift:20:75: error: 'UIView' is unavailable in watchOS
    @objc internal func findView(satisfyingCondition: UIViewEvaluator) -> UIView? {
                                                                          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UITableView/UITableView+Evaluations.swift:11:11: error: 'UITableView' is unavailable in watchOS
extension UITableView {
          ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/IsMapView.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/MKMapView/UIView+MKMapView.swift:12:42: error: 'MKMapView' is unavailable in watchOS
    @objc internal func findMapView() -> MKMapView? {
                                         ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapView.h:73:12: note: 'MKMapView' has been explicitly marked unavailable here
@interface MKMapView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/UIView+MKMapView.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIButton/IsButtonWithExactText.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIButton/IsButtonWithImage.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIButton/UIView+UIButton.swift:13:73: error: 'UIButton' is unavailable in watchOS
    @objc internal func findButton(withExactText searchText: String) -> UIButton? {
                                                                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift:29:71: error: 'UIButton' is unavailable in watchOS
    @objc internal func findButton(withImage searchImage: UIImage) -> UIButton? {
                                                                      ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift:43:60: error: 'UIControl' is unavailable in watchOS
    @objc internal func findButtons(withState searchState: UIControl.State) -> [UIButton] {
                                                           ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift:43:81: error: 'UIButton' is unavailable in watchOS
    @objc internal func findButtons(withState searchState: UIControl.State) -> [UIButton] {
                                                                                ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIImage/IsImageViewWithImage.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIImage/UIView+UIImage.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIImage/UIView+UIImageView.swift:26:72: error: 'UIImageView' is unavailable in watchOS
    @objc public func findImageView(withImage searchImage: UIImage) -> UIImageView? {
                                                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImageView.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UILabel/IsLabelContainingText.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UILabel/IsLabelWithExactText.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UILabel/UIView+UILabel.swift:37:72: error: 'UILabel' is unavailable in watchOS
    @objc internal func findLabel(withExactText searchText: String) -> UILabel? {
                                                                       ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UILabel/UIView+UILabel.swift:51:73: error: 'UILabel' is unavailable in watchOS
    @objc internal func findLabel(containingText searchText: String) -> UILabel? {
                                                                        ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UILabel/UIView+UILabel.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UISegmentedControl/UIView+hasSegmentedControlSegmentSelected.swift:3:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+Readability.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIBarButtonItem.swift:13:72: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc internal func findBarButtonItem(systemItem searchSystemItem: UIBarButtonItem.SystemItem) -> UIBarButtonItem? {
                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIBarButtonItem.swift:13:103: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc internal func findBarButtonItem(systemItem searchSystemItem: UIBarButtonItem.SystemItem) -> UIBarButtonItem? {
                                                                                                      ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIBarButtonItem.swift:39:73: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc internal func findBarButtonItem(title searchTitle: String) -> UIBarButtonItem? {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIBarButtonItem.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIDatePickerView.swift:12:49: error: 'UIDatePicker' is unavailable in watchOS
    @objc internal func findDatePickerView() -> UIDatePicker? {
                                                ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIDatePickerView.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIDatePickerView.swift:19:20: error: 'UIView' is unavailable in watchOS
internal extension UIView {
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIDatePickerView.swift:34:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIPickerView.swift:11:45: error: 'UIPickerView' is unavailable in watchOS
    @objc internal func findPickerView() -> UIPickerView? {
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIPickerView.swift:17:47: error: 'UIPickerView' is unavailable in watchOS
    @objc internal func findPickerViews() -> [UIPickerView] {
                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIPickerView.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIPickerView.swift:27:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UISegmentedControl.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UISlider.swift:21:69: error: 'UISlider' is unavailable in watchOS
    @objc internal func findSlider(withValue searchValue: Float) -> UISlider? {
                                                                    ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISlider.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UIStepper.swift:20:58: error: 'UIStepper' is unavailable in watchOS
    @objc internal func findStepper(withTag tag: Int) -> UIStepper? {
                                                         ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIStepper.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UISwitch.swift:33:89: error: 'UIView' is unavailable in watchOS
    internal func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UISwitch.swift:33:70: error: 'UISwitch' is unavailable in watchOS
    internal func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                     ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift:59:93: error: 'UISwitch' is unavailable in watchOS
    @objc internal func findSwitch(colocatedWithUILabelWithExactText searchText: String) -> UISwitch? {
                                                                                            ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextField.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextField.swift:64:87: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(withExactPlaceholderText searchText: String) -> UITextField? {
                                                                                      ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:78:88: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(containingPlaceholderText searchText: String) -> UITextField? {
                                                                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:92:76: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(withExactText searchText: String) -> UITextField? {
                                                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:106:77: error: 'UITextField' is unavailable in watchOS
    @objc internal func findTextField(containingText searchText: String) -> UITextField? {
                                                                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift:55:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextField.swift:113:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextView.swift:4:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextView.swift:60:75: error: 'UITextView' is unavailable in watchOS
    @objc internal func findTextView(withExactText searchText: String) -> UITextView? {
                                                                          ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift:78:10: error: 'UITextView' is unavailable in watchOS
    ) -> UITextView? {
         ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift:94:76: error: 'UITextView' is unavailable in watchOS
    @objc internal func findTextView(containingText searchText: String) -> UITextView? {
                                                                           ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift:51:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView+UITextView.swift:101:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+countOfViewsWithBackgroundColor.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:7:10: error: 'UIView' is unavailable in watchOS
    ) -> UIView? {
         ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:47:11: error: 'UIView' is unavailable in watchOS
    ) -> [UIView] {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:72:78: error: 'UIView' is unavailable in watchOS
    func isTableView(thatSatisfiesCondition condition: SuccinctCondition) -> UIView? {
                                                                             ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:87:10: error: 'UIView' is unavailable in watchOS
    ) -> UIView? {
         ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+findInSubviews.swift:71:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView {
                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIView/UIView/UIView+hasViewWithBackgroundColor.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Debugging.swift:4:66: error: 'UIView' is unavailable in watchOS
    internal func executeWithEnterAndExitDebugLog(closure: () -> UIView?) -> UIView? {
                                                                 ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Debugging.swift:4:78: error: 'UIView' is unavailable in watchOS
    internal func executeWithEnterAndExitDebugLog(closure: () -> UIView?) -> UIView? {
                                                                             ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Debugging.swift:3:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+MKMapView.swift:23:40: error: 'MKMapView' is unavailable in watchOS
    @objc public func findMapView() -> MKMapView? {
                                       ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapView.h:73:12: note: 'MKMapView' has been explicitly marked unavailable here
@interface MKMapView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+MKMapView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+Testing.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift:15:73: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc public func hasBarButtonItem(withSystemItem searchSystemItem: UIBarButtonItem.SystemItem) -> Bool {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift:58:73: error: 'UIBarButtonItem' is unavailable in watchOS
    @objc public func tapBarButtonItem(withSystemItem searchSystemItem: UIBarButtonItem.SystemItem) {
                                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIButton.swift:27:71: error: 'UIButton' is unavailable in watchOS
    @objc public func findButton(withExactText searchText: String) -> UIButton? {
                                                                      ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:65:69: error: 'UIButton' is unavailable in watchOS
    @objc public func findButton(withImage searchImage: UIImage) -> UIButton? {
                                                                    ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:93:52: error: 'UIControl' is unavailable in watchOS
    @objc public func findButtons(withState state: UIControl.State) -> [UIButton] {
                                                   ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:93:73: error: 'UIButton' is unavailable in watchOS
    @objc public func findButtons(withState state: UIControl.State) -> [UIButton] {
                                                                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIDatePickerView.swift:23:47: error: 'UIDatePicker' is unavailable in watchOS
    @objc public func findDatePickerView() -> UIDatePicker? {
                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIDatePickerView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIImage.swift:23:72: error: 'UIImageView' is unavailable in watchOS
    @objc public func findImageView(withImage searchImage: UIImage) -> UIImageView? {
                                                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIImage.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UILabel.swift:78:70: error: 'UILabel' is unavailable in watchOS
    @objc public func findLabel(withExactText searchText: String) -> UILabel? {
                                                                     ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UILabel.swift:103:71: error: 'UILabel' is unavailable in watchOS
    @objc public func findLabel(containingText searchText: String) -> UILabel? {
                                                                      ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UILabel.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIPickerView.swift:25:43: error: 'UIPickerView' is unavailable in watchOS
    @objc public func findPickerView() -> UIPickerView? {
                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIPickerView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISegmentedControl.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISlider.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIStepper.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISwitch.swift:23:87: error: 'UIView' is unavailable in watchOS
    public func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISwitch.swift:23:68: error: 'UISwitch' is unavailable in watchOS
    public func findSwitch<T>(containedInView viewType: T.Type) -> UISwitch? where T: UIView {
                                                                   ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISwitch.swift:35:91: error: 'UISwitch' is unavailable in watchOS
    @objc public func findSwitch(colocatedWithUILabelWithExactText searchText: String) -> UISwitch? {
                                                                                          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISwitch.swift:46:73: error: 'UIView' is unavailable in watchOS
    public func tapSwitch<T>(containedInView viewType: T.Type) where T: UIView {
                                                                        ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UISwitch.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UITableView.swift:9:54: error: 'UITableViewCell' is unavailable in watchOS
    @objc public func findSelectedTableViewCell() -> UITableViewCell? {
                                                     ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITableView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UITextField.swift:61:85: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(withExactPlaceholderText searchText: String) -> UITextField? {
                                                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:73:86: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(containingPlaceholderText searchText: String) -> UITextField? {
                                                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:85:74: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(withExactText searchText: String) -> UITextField? {
                                                                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:97:75: error: 'UITextField' is unavailable in watchOS
    @objc public func findTextField(containingText searchText: String) -> UITextField? {
                                                                          ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextField.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UITextView.swift:53:73: error: 'UITextView' is unavailable in watchOS
    @objc public func findTextView(withExactText searchText: String) -> UITextView? {
                                                                        ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift:69:10: error: 'UITextView' is unavailable in watchOS
    ) -> UITextView? {
         ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift:81:74: error: 'UITextView' is unavailable in watchOS
    @objc public func findTextView(containingText searchText: String) -> UITextView? {
                                                                         ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UITextView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Succinct/UIViewController/UIViewController+UIView.swift:4:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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>
           ^
SwiftCompile normal arm64_32 Compiling\ ViewHierarchyLogger.swift,\ NSObject+MemoryAddress.swift,\ NSAttributedString+Attributes.swift,\ Optional+NilCheck.swift,\ PrivateTypes.swift,\ UIBarButtonItem+Extensions.swift,\ UIButton+Tap.swift /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/ViewHierarchyLogger.swift /Users/admin/builder/spi-builder-workspace/Succinct/Memory/NSObject+MemoryAddress.swift /Users/admin/builder/spi-builder-workspace/Succinct/NSAttributedString/NSAttributedString+Attributes.swift /Users/admin/builder/spi-builder-workspace/Succinct/Optional/Optional+NilCheck.swift /Users/admin/builder/spi-builder-workspace/Succinct/PrivateTypes/PrivateTypes.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIButton/UIButton+Tap.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/DebugLog/ViewHierarchyLogger.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Memory/NSObject+MemoryAddress.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/NSAttributedString/NSAttributedString+Attributes.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/Optional/Optional+NilCheck.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/PrivateTypes/PrivateTypes.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIBarButtonItem/UIBarButtonItem+Extensions.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIButton/UIButton+Tap.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UISwitch+Readability.swift,\ UISwitch+Tap.swift,\ UITabBarController+TabInteractions.swift,\ UITableView+Evaluations.swift,\ IsMapView.swift,\ UIView+MKMapView.swift,\ IsButtonWithExactText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Tap.swift /Users/admin/builder/spi-builder-workspace/Succinct/UITabBarController/UITabBarController+TabInteractions.swift /Users/admin/builder/spi-builder-workspace/Succinct/UITableView/UITableView+Evaluations.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/IsMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/UIView+MKMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithExactText.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Readability.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISwitch/UISwitch+Tap.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UITabBarController/UITabBarController+TabInteractions.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UITableView/UITableView+Evaluations.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/IsMapView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/MKMapView/UIView+MKMapView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithExactText.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ IsButtonWithImage.swift,\ UIView+UIButton.swift,\ IsImageViewWithImage.swift,\ UIView+UIImage.swift,\ UIView+UIImageView.swift,\ IsLabelContainingText.swift,\ IsLabelWithExactText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/IsImageViewWithImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/IsLabelContainingText.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/IsLabelWithExactText.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/IsButtonWithImage.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIButton/UIView+UIButton.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/IsImageViewWithImage.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImage.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIImage/UIView+UIImageView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/IsLabelContainingText.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/IsLabelWithExactText.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UICollectionView+Evaluations.swift,\ UIControl+Readability.swift,\ UINavigationController+UILabel.swift,\ UINavigationItem+UIBarButtonItem.swift,\ UIPickerView+SelectComponent.swift,\ UISegmentedControl+UISegmentLabel.swift,\ UISlider+SetValue.swift /Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIControl/UIControl+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationController/UINavigationController+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIPickerView/UIPickerView+SelectComponent.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISegmentedControl/UISegmentedControl+UISegmentLabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UISlider/UISlider+SetValue.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UICollectionView/UICollectionView+Evaluations.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIControl/UIControl+Readability.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationController/UINavigationController+UILabel.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UINavigationItem/UINavigationItem+UIBarButtonItem.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIPickerView/UIPickerView+SelectComponent.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISegmentedControl/UISegmentedControl+UISegmentLabel.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UISlider/UISlider+SetValue.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIView+UILabel.swift,\ UIView+hasSegmentedControlSegmentSelected.swift,\ UIView+Readability.swift,\ UIView+UIBarButtonItem.swift,\ UIView+UIDatePickerView.swift,\ UIView+UIPickerView.swift,\ UIView+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/UIView+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UISegmentedControl/UIView+hasSegmentedControlSegmentSelected.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+Readability.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIDatePickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIPickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISegmentedControl.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UILabel/UIView+UILabel.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UISegmentedControl/UIView+hasSegmentedControlSegmentSelected.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+Readability.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIBarButtonItem.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIDatePickerView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIPickerView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISegmentedControl.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIViewController+UIDatePickerView.swift,\ UIViewController+UIImage.swift,\ UIViewController+UILabel.swift,\ UIViewController+UIPickerView.swift,\ UIViewController+UISegmentedControl.swift,\ UIViewController+UISlider.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIDatePickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIImage.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UILabel.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIPickerView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISlider.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIDatePickerView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIImage.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UILabel.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIPickerView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISegmentedControl.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UISlider.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIView+hasViewWithBackgroundColor.swift,\ UIViewController+Debugging.swift,\ UIViewController+MKMapView.swift,\ UIViewController+Testing.swift,\ UIViewController+UIBarButtonItem.swift,\ UIViewController+UIButton.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+hasViewWithBackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+Debugging.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+MKMapView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+Testing.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+hasViewWithBackgroundColor.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+Debugging.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+MKMapView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+Testing.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIBarButtonItem.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIViewController/UIViewController+UIButton.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIView+UISlider.swift,\ UIView+UIStepper.swift,\ UIView+UISwitch.swift,\ UIView+UITextField.swift,\ UIView+UITextView.swift,\ UIView+countOfViewsWithBackgroundColor.swift,\ UIView+findInSubviews.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISlider.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+countOfViewsWithBackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+findInSubviews.swift (in target 'Succinct' from project 'Succinct')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISlider.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UIStepper.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UISwitch.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextField.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView+UITextView.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+countOfViewsWithBackgroundColor.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Succinct/UIView/UIView/UIView+findInSubviews.swift (in target 'Succinct' from project 'Succinct')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ Succinct (in target 'Succinct' from project 'Succinct')
2026-03-18 02:36:52.872 xcodebuild[962:5125] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Succinct (in target 'Succinct' from project 'Succinct')
	EmitSwiftModule normal arm64_32 (in target 'Succinct' from project 'Succinct')
	Building workspace spi-builder-workspace with scheme Succinct
(3 failures)
BUILD FAILURE 6.2 watchOS