The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build UIKitPlus, reference 2.3.0 (f1d23d), with Swift 5.10 for macOS (SPM) on 14 Jun 2025 23:58:55 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

        self.attributedTitle(state.wrappedValue)
             ^              ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:94:18: warning: result of call to 'attributedTitle' is unused
            self.attributedTitle($0)
                 ^              ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:105:9: warning: result of call to 'image' is unused
        image(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:107:18: warning: result of call to 'image' is unused
            self.image($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:118:9: warning: result of call to 'alternateImage' is unused
        alternateImage(state.wrappedValue)
        ^             ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:120:18: warning: result of call to 'alternateImage' is unused
            self.alternateImage($0)
                 ^             ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:131:14: warning: result of call to 'enabled' is unused
        self.enabled(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:133:18: warning: result of call to 'enabled' is unused
            self.enabled($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:144:14: warning: result of call to 'visible' is unused
        self.visible(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:146:18: warning: result of call to 'visible' is unused
            self.visible($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:162:9: warning: result of call to 'toolTip' is unused
        toolTip(state.wrappedValue)
        ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:164:18: warning: result of call to 'toolTip' is unused
            self.toolTip($0)
                 ^      ~~~~
[75/297] Compiling UIKitPlus Window.swift
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:82:54: warning: no method declared with Objective-C selector 'redo:'
                        if NSApp.sendAction(Selector("redo:"), to:nil, from:self) { return }
                                                     ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:82:54: note: wrap the selector name in parentheses to suppress this warning
                        if NSApp.sendAction(Selector("redo:"), to:nil, from:self) { return }
                                                     ^
                                                     (      )
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:88:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("cut:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~
                                        #selector(NSText.cut(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:90:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("copy:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~
                                        #selector(NSText.copy(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:92:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("paste:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~~
                                        #selector(NSText.paste(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:94:50: warning: no method declared with Objective-C selector 'undo:'
                    if NSApp.sendAction(Selector("undo:"), to:nil, from:self) { return }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:94:50: note: wrap the selector name in parentheses to suppress this warning
                    if NSApp.sendAction(Selector("undo:"), to:nil, from:self) { return }
                                                 ^
                                                 (      )
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:96:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("selectAll:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~~~~~~
                                        #selector(NSStandardKeyBindingResponding.selectAll(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:191:5: warning: @discardableResult declared on a function returning Void is unnecessary
    @discardableResult
    ^~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:196:5: warning: @discardableResult declared on a function returning Void is unnecessary
    @discardableResult
    ^~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MenuItem.swift:67:9: warning: result of call to 'submenu(content:)' is unused
        submenu(content: content)
        ^      ~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MenuItem.swift:72:14: warning: result of call to 'title' is unused
        menu.title(item.title)
             ^    ~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:79:9: warning: result of call to 'title' is unused
        title(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:81:18: warning: result of call to 'title' is unused
            self.title($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:92:14: warning: result of call to 'attributedTitle' is unused
        self.attributedTitle(state.wrappedValue)
             ^              ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:94:18: warning: result of call to 'attributedTitle' is unused
            self.attributedTitle($0)
                 ^              ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:105:9: warning: result of call to 'image' is unused
        image(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:107:18: warning: result of call to 'image' is unused
            self.image($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:118:9: warning: result of call to 'alternateImage' is unused
        alternateImage(state.wrappedValue)
        ^             ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:120:18: warning: result of call to 'alternateImage' is unused
            self.alternateImage($0)
                 ^             ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:131:14: warning: result of call to 'enabled' is unused
        self.enabled(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:133:18: warning: result of call to 'enabled' is unused
            self.enabled($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:144:14: warning: result of call to 'visible' is unused
        self.visible(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:146:18: warning: result of call to 'visible' is unused
            self.visible($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:162:9: warning: result of call to 'toolTip' is unused
        toolTip(state.wrappedValue)
        ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:164:18: warning: result of call to 'toolTip' is unused
            self.toolTip($0)
                 ^      ~~~~
[76/297] Compiling UIKitPlus ContentInsetAdjustment.swift
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:82:54: warning: no method declared with Objective-C selector 'redo:'
                        if NSApp.sendAction(Selector("redo:"), to:nil, from:self) { return }
                                                     ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:82:54: note: wrap the selector name in parentheses to suppress this warning
                        if NSApp.sendAction(Selector("redo:"), to:nil, from:self) { return }
                                                     ^
                                                     (      )
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:88:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("cut:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~
                                        #selector(NSText.cut(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:90:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("copy:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~
                                        #selector(NSText.copy(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:92:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("paste:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~~
                                        #selector(NSText.paste(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:94:50: warning: no method declared with Objective-C selector 'undo:'
                    if NSApp.sendAction(Selector("undo:"), to:nil, from:self) { return }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:94:50: note: wrap the selector name in parentheses to suppress this warning
                    if NSApp.sendAction(Selector("undo:"), to:nil, from:self) { return }
                                                 ^
                                                 (      )
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:96:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("selectAll:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~~~~~~
                                        #selector(NSStandardKeyBindingResponding.selectAll(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:191:5: warning: @discardableResult declared on a function returning Void is unnecessary
    @discardableResult
    ^~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:196:5: warning: @discardableResult declared on a function returning Void is unnecessary
    @discardableResult
    ^~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MenuItem.swift:67:9: warning: result of call to 'submenu(content:)' is unused
        submenu(content: content)
        ^      ~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MenuItem.swift:72:14: warning: result of call to 'title' is unused
        menu.title(item.title)
             ^    ~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:79:9: warning: result of call to 'title' is unused
        title(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:81:18: warning: result of call to 'title' is unused
            self.title($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:92:14: warning: result of call to 'attributedTitle' is unused
        self.attributedTitle(state.wrappedValue)
             ^              ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:94:18: warning: result of call to 'attributedTitle' is unused
            self.attributedTitle($0)
                 ^              ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:105:9: warning: result of call to 'image' is unused
        image(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:107:18: warning: result of call to 'image' is unused
            self.image($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:118:9: warning: result of call to 'alternateImage' is unused
        alternateImage(state.wrappedValue)
        ^             ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:120:18: warning: result of call to 'alternateImage' is unused
            self.alternateImage($0)
                 ^             ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:131:14: warning: result of call to 'enabled' is unused
        self.enabled(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:133:18: warning: result of call to 'enabled' is unused
            self.enabled($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:144:14: warning: result of call to 'visible' is unused
        self.visible(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:146:18: warning: result of call to 'visible' is unused
            self.visible($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:162:9: warning: result of call to 'toolTip' is unused
        toolTip(state.wrappedValue)
        ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:164:18: warning: result of call to 'toolTip' is unused
            self.toolTip($0)
                 ^      ~~~~
[77/297] Compiling UIKitPlus DeclarativeConstraintAnySide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:82:54: warning: no method declared with Objective-C selector 'redo:'
                        if NSApp.sendAction(Selector("redo:"), to:nil, from:self) { return }
                                                     ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:82:54: note: wrap the selector name in parentheses to suppress this warning
                        if NSApp.sendAction(Selector("redo:"), to:nil, from:self) { return }
                                                     ^
                                                     (      )
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:88:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("cut:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~
                                        #selector(NSText.cut(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:90:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("copy:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~
                                        #selector(NSText.copy(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:92:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("paste:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~~
                                        #selector(NSText.paste(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:94:50: warning: no method declared with Objective-C selector 'undo:'
                    if NSApp.sendAction(Selector("undo:"), to:nil, from:self) { return }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:94:50: note: wrap the selector name in parentheses to suppress this warning
                    if NSApp.sendAction(Selector("undo:"), to:nil, from:self) { return }
                                                 ^
                                                 (      )
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacApp.swift:96:41: warning: use '#selector' instead of explicitly constructing a 'Selector'
                    if NSApp.sendAction(Selector("selectAll:"), to:nil, from:self) { return }
                                        ^~~~~~~~~~~~~~~~~~~~~~
                                        #selector(NSStandardKeyBindingResponding.selectAll(_:))
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:191:5: warning: @discardableResult declared on a function returning Void is unnecessary
    @discardableResult
    ^~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:196:5: warning: @discardableResult declared on a function returning Void is unnecessary
    @discardableResult
    ^~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MenuItem.swift:67:9: warning: result of call to 'submenu(content:)' is unused
        submenu(content: content)
        ^      ~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MenuItem.swift:72:14: warning: result of call to 'title' is unused
        menu.title(item.title)
             ^    ~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:79:9: warning: result of call to 'title' is unused
        title(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:81:18: warning: result of call to 'title' is unused
            self.title($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:92:14: warning: result of call to 'attributedTitle' is unused
        self.attributedTitle(state.wrappedValue)
             ^              ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:94:18: warning: result of call to 'attributedTitle' is unused
            self.attributedTitle($0)
                 ^              ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:105:9: warning: result of call to 'image' is unused
        image(state.wrappedValue)
        ^    ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:107:18: warning: result of call to 'image' is unused
            self.image($0)
                 ^    ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:118:9: warning: result of call to 'alternateImage' is unused
        alternateImage(state.wrappedValue)
        ^             ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:120:18: warning: result of call to 'alternateImage' is unused
            self.alternateImage($0)
                 ^             ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:131:14: warning: result of call to 'enabled' is unused
        self.enabled(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:133:18: warning: result of call to 'enabled' is unused
            self.enabled($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:144:14: warning: result of call to 'visible' is unused
        self.visible(state.wrappedValue)
             ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:146:18: warning: result of call to 'visible' is unused
            self.visible($0)
                 ^      ~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:162:9: warning: result of call to 'toolTip' is unused
        toolTip(state.wrappedValue)
        ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/StatusItem.swift:164:18: warning: result of call to 'toolTip' is unused
            self.toolTip($0)
                 ^      ~~~~
[78/297] Compiling UIKitPlus Identable.swift
[79/297] Compiling UIKitPlus KeyMaskable.swift
[80/297] Compiling UIKitPlus Keyable.swift
[81/297] Compiling UIKitPlus Keyboardable.swift
[82/297] Compiling UIKitPlus Menuable.swift
[83/297] Compiling UIKitPlus Messageable.swift
[84/297] Compiling UIKitPlus MixedStateAllowable.swift
[85/297] Compiling UIKitPlus MultiClickIgnorable.swift
[86/297] Compiling UIKitPlus NavigationControllerable.swift
[87/297] Compiling UIKitPlus Placeholderable.swift
[88/297] Compiling UIKitPlus PullsDownable.swift
[89/297] Compiling UIKitPlus Refreshable.swift
[90/297] Compiling UIKitPlus Scrollable.swift
[91/297] Compiling UIKitPlus Secureable.swift
[92/297] Compiling UIKitPlus SegmentControlable.swift
[93/297] Compiling UIKitPlus SideViewProtocol.swift
[94/297] Compiling UIKitPlus Soundable.swift
[95/297] Compiling UIKitPlus StackForEach.swift
[96/297] Compiling UIKitPlus SwiftUIable.swift
[97/297] Compiling UIKitPlus Taggable.swift
[98/297] Compiling UIKitPlus TextAdjustsFontSizeable.swift
[99/297] Compiling UIKitPlus TextAligmentable.swift
[100/297] Compiling UIKitPlus TextAttributesEditingAllowable.swift
[101/297] Compiling UIKitPlus TextAutocapitalizationable.swift
[102/297] Compiling UIKitPlus TextAutocorrectionable.swift
[103/297] Compiling UIKitPlus TextBindable.swift
[104/297] Compiling UIKitPlus TextFieldContentTypeable.swift
[105/297] Compiling UIKitPlus TextFieldDelegate.swift
[106/297] Compiling UIKitPlus TextFieldLeftViewable.swift
[107/297] Compiling UIKitPlus TextFieldRightViewable.swift
[108/297] Compiling UIKitPlus TextLineBreakModeable.swift
[109/297] Compiling UIKitPlus TextLineable.swift
[110/297] Compiling UIKitPlus TextScaleable.swift
[111/297] Compiling UIKitPlus Textable.swift
[112/297] Compiling UIKitPlus Tintable.swift
[113/297] Compiling UIKitPlus Titleable.swift
[114/297] Compiling UIKitPlus Typeable.swift
[115/297] Compiling UIKitPlus UIButtonable.swift
[116/297] Compiling UIKitPlus UICollectionViewable.swift
[117/297] Compiling UIKitPlus UILabelable.swift
[118/297] Compiling UIKitPlus UIScrollViewable.swift
[119/297] Compiling UIKitPlus UITableViewable.swift
[120/297] Compiling UIKitPlus UIViewable.swift
[121/297] Compiling UIKitPlus ViewTransitionable.swift
[122/297] Compiling UIKitPlus WrappedViewControllerable.swift
[123/297] Compiling UIKitPlus AppBuilder.swift
[124/297] Compiling UIKitPlus BodyBuilder.swift
[125/297] Compiling UIKitPlus BodyBuilderItems.swift
[126/297] Compiling UIKitPlus GestureDelegator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[127/297] Compiling UIKitPlus GestureTracker.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[128/297] Compiling UIKitPlus HoverGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[129/297] Compiling UIKitPlus ImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[130/297] Compiling UIKitPlus ImpactFeedback.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[131/297] Compiling UIKitPlus Localization.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[132/297] Compiling UIKitPlus LongPressGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[133/297] Compiling UIKitPlus MagnificationGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[134/297] Compiling UIKitPlus PanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[135/297] Compiling UIKitPlus ParagraphStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[136/297] Compiling UIKitPlus PinchGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[137/297] Compiling UIKitPlus PreConstraint.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[138/297] Compiling UIKitPlus PressGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[139/297] Compiling UIKitPlus Properties.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[140/297] Compiling UIKitPlus PropertiesInternal.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[141/297] Compiling UIKitPlus RotationGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[142/297] Compiling UIKitPlus ScreenEdgePanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[143/297] Compiling UIKitPlus SwipeGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[144/297] Compiling UIKitPlus TapGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[145/297] Compiling UIKitPlus TextViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[146/297] Compiling UIKitPlus UIViewPropertyAnimator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[147/297] Compiling UIKitPlus Alternateable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[148/297] Compiling UIKitPlus AnyScene.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[149/297] Compiling UIKitPlus ArrowPositionable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[150/297] Compiling UIKitPlus BackgroundColorable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[151/297] Compiling UIKitPlus DeclarativeProtocol+Bounds.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[152/297] Compiling UIKitPlus DeclarativeProtocol+Click.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[153/297] Compiling UIKitPlus DeclarativeProtocol+CompressionResistance.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[154/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintLinks.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[155/297] Compiling UIKitPlus DeclarativeProtocol+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[156/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsRelative.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[157/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSolo.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[158/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSuper.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[159/297] Compiling UIKitPlus DeclarativeProtocol+Corners.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[160/297] Compiling UIKitPlus DeclarativeProtocol+DeclarativeView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[161/297] Compiling UIKitPlus DeclarativeProtocol+Gesture.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[162/297] Compiling UIKitPlus DeclarativeProtocol+Hidden.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[163/297] Compiling UIKitPlus DeclarativeProtocol+Hover.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[164/297] Compiling UIKitPlus DeclarativeProtocol+HuggingPriority.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[165/297] Compiling UIKitPlus DeclarativeProtocol+Itself.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[166/297] Compiling UIKitPlus DeclarativeProtocol+LayoutMargin.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[167/297] Compiling UIKitPlus DeclarativeProtocol+LayoutSubviews.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[168/297] Compiling UIKitPlus DeclarativeProtocol+LongPress.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[169/297] Compiling UIKitPlus DeclarativeProtocol+Magnification.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[170/297] Compiling UIKitPlus DeclarativeProtocol+MovedToSuperview.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[171/297] Compiling UIKitPlus DeclarativeProtocol+NextResponder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[172/297] Compiling UIKitPlus DeclarativeProtocol+Opacity.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[173/297] Compiling UIKitPlus DeclarativeProtocol+Pan.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[174/297] Compiling UIKitPlus DeclarativeProtocol+Pinch.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[175/297] Compiling UIKitPlus DeclarativeProtocol+Press.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[176/297] Compiling UIKitPlus DeclarativeProtocol+Rasterize.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[177/297] Compiling UIKitPlus DeclarativeProtocol+Rotation.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[178/297] Compiling UIKitPlus DeclarativeProtocol+ScreenEdgePan.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[179/297] Compiling UIKitPlus DeclarativeProtocol+Shadow.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[180/297] Compiling UIKitPlus DeclarativeProtocol+Swipe.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[181/297] Compiling UIKitPlus DeclarativeProtocol+Tag.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[182/297] Compiling UIKitPlus DeclarativeProtocol+Tap.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[183/297] Compiling UIKitPlus DeclarativeProtocol+Tint.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[184/297] Compiling UIKitPlus DeclarativeProtocol+UserInteraction.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[185/297] Compiling UIKitPlus NSEvent+Key.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[186/297] Compiling UIKitPlus NSLayoutConstraint+Activated.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[187/297] Compiling UIKitPlus NSLayoutConstraint+AllAttributes.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[188/297] Compiling UIKitPlus NSLayoutConstraint+Update.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[189/297] Compiling UIKitPlus NSSound+System.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[190/297] Compiling UIKitPlus NSView+BringToFront.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[191/297] Compiling UIKitPlus NavigationController+FadeTo.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[192/297] Compiling UIKitPlus NotificationCenter+Name.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[193/297] Compiling UIKitPlus Number+ConstraintValue.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[194/297] Compiling UIKitPlus Numeric+Device.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[195/297] Compiling UIKitPlus String+AttributedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[196/297] Compiling UIKitPlus String+LocalizedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[197/297] Compiling UIKitPlus String+SegmentControlable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[198/297] Compiling UIKitPlus TableView+Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[199/297] Compiling UIKitPlus UIColor+Aplha.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[200/297] Compiling UIKitPlus UIColor+Dynamic.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[201/297] Compiling UIKitPlus DeclarativeConstraintCSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[202/297] Compiling UIKitPlus DeclarativeConstraintDSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[203/297] Compiling UIKitPlus DeclarativeConstraintXSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[204/297] Compiling UIKitPlus DeclarativeConstraintYSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[205/297] Compiling UIKitPlus Language.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[206/297] Compiling UIKitPlus LocalizedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[207/297] Compiling UIKitPlus MacOS+TextFieldContentType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[208/297] Compiling UIKitPlus NavigationControllerStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[209/297] Compiling UIKitPlus PushNotificationOption.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[210/297] Compiling UIKitPlus PushNotificationsAuthorizationStatus.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[211/297] Compiling UIKitPlus RootTransitionAnimation.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[212/297] Compiling UIKitPlus SegmentControlableItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[213/297] Compiling UIKitPlus StatusBarStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[214/297] Compiling UIKitPlus TextFieldContentType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[215/297] Compiling UIKitPlus TextItemInteraction.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[216/297] Compiling UIKitPlus Array+Diff.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[217/297] Compiling UIKitPlus AttrStr+Concat.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[218/297] Compiling UIKitPlus AttrStr+Joined.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[219/297] Compiling UIKitPlus ClosedRange+NSRange.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[220/297] Compiling UIKitPlus CollectionView+Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[221/297] Compiling UIKitPlus ConstraintValueType+Operators.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[222/297] Compiling UIKitPlus DeclarativeProtocol+Alpha.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[223/297] Compiling UIKitPlus DeclarativeProtocol+Apply.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[224/297] Compiling UIKitPlus DeclarativeProtocol+Background.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[225/297] Compiling UIKitPlus DeclarativeProtocol+Borders.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
        var res: NSMutableAttributedString = .init()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[226/297] Compiling UIKitPlus MacOS+VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[227/297] Compiling UIKitPlus PopupButton.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[228/297] Compiling UIKitPlus SecureTextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[229/297] Compiling UIKitPlus Button.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[230/297] Compiling UIKitPlus Collection.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[231/297] Compiling UIKitPlus CollectionDynamicCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[232/297] Compiling UIKitPlus CollectionView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[233/297] Compiling UIKitPlus CollectionViewAlignedFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[234/297] Compiling UIKitPlus CollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[235/297] Compiling UIKitPlus CollectionViewFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[236/297] Compiling UIKitPlus ControlView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[237/297] Compiling UIKitPlus DatePickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[238/297] Compiling UIKitPlus DynamicPickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[239/297] Compiling UIKitPlus ImageView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[240/297] Compiling UIKitPlus InputView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[241/297] Compiling UIKitPlus LayerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[242/297] Compiling UIKitPlus List.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[243/297] Compiling UIKitPlus ListDynamicCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[244/297] Compiling UIKitPlus PickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[245/297] Compiling UIKitPlus RefreshControl.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[246/297] Compiling UIKitPlus ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[247/297] Compiling UIKitPlus SegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[248/297] Compiling UIKitPlus SliderView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[249/297] Compiling UIKitPlus StaticListCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[250/297] Compiling UIKitPlus Stepper.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[251/297] Compiling UIKitPlus TableView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[252/297] Compiling UIKitPlus TableViewCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[253/297] Compiling UIKitPlus Text.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[254/297] Compiling UIKitPlus TextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[255/297] Compiling UIKitPlus TextView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[256/297] Compiling UIKitPlus Toggle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[257/297] Compiling UIKitPlus VerificationCodeView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[258/297] Compiling UIKitPlus VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[259/297] Compiling UIKitPlus WrappedViewControllerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[260/297] Compiling UIKitPlus ActivityIndicator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[261/297] Compiling UIKitPlus BarButtonItemView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[262/297] Compiling UIKitPlus BaseView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[263/297] Compiling UIKitPlus HScrollStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[264/297] Compiling UIKitPlus HSpace.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[265/297] Compiling UIKitPlus HStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[266/297] Compiling UIKitPlus HUD.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[267/297] Compiling UIKitPlus Space.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[268/297] Compiling UIKitPlus StackView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[269/297] Compiling UIKitPlus VScrollStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[270/297] Compiling UIKitPlus VSpace.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[271/297] Compiling UIKitPlus VStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[272/297] Compiling UIKitPlus View.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[273/297] Compiling UIKitPlus WrapperView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[274/297] Compiling UIKitPlus Borders.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[275/297] Compiling UIKitPlus CodableState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[276/297] Compiling UIKitPlus ConstraintValueType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[277/297] Compiling UIKitPlus CustomCorners.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[278/297] Compiling UIKitPlus DeclarativeViewConstraints.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[279/297] Compiling UIKitPlus ExpressableState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[280/297] Compiling UIKitPlus GesturesBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[281/297] Compiling UIKitPlus ImageReloadingStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[282/297] Compiling UIKitPlus InnerState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[283/297] Compiling UIKitPlus LivePreview.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[284/297] Compiling UIKitPlus PreviewBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[285/297] Compiling UIKitPlus PreviewBuilderItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[286/297] Compiling UIKitPlus ShortcutBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[287/297] Compiling UIKitPlus Spoken.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[288/297] Compiling UIKitPlus State.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[289/297] Compiling UIKitPlus StateStringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[290/297] Compiling UIKitPlus UILayoutPriority.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[291/297] Compiling UIKitPlus ViewContext.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[292/297] Compiling UIKitPlus TextFieldStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[293/297] Compiling UIKitPlus MacOS+Button.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[294/297] Compiling UIKitPlus MacOS+ImageView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[295/297] Compiling UIKitPlus MacOS+ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[296/297] Compiling UIKitPlus MacOS+Text.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[297/297] Compiling UIKitPlus MacOS+TextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
        _innerDelegate.newLineHandler?()
                                     ^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
        case "noop:": // any unsupported combination
             ^
             Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
    var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 macosSpm