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 master (f1d23d), with Swift 5.9 for macOS (SPM) on 15 Jun 2025 21:53:48 UTC.

Build Command

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

Build Log

            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)
                 ^      ~~~~
[186/295] Compiling UIKitPlus MacApp.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)
                 ^      ~~~~
[187/295] Compiling UIKitPlus MacOS+NavigationController.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)
                 ^      ~~~~
[188/295] Compiling UIKitPlus MediaPicker.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)
                 ^      ~~~~
[189/295] Compiling UIKitPlus Menu.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)
                 ^      ~~~~
[190/295] Compiling UIKitPlus MenuItem.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)
                 ^      ~~~~
[191/295] Compiling UIKitPlus NavigationController.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)
                 ^      ~~~~
[192/295] Compiling UIKitPlus NotImplementedViewController.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)
                 ^      ~~~~
[193/295] Compiling UIKitPlus StatusItem.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)
                 ^      ~~~~
[194/295] Compiling UIKitPlus TabViewController.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)
                 ^      ~~~~
[195/295] Compiling UIKitPlus ViewController.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)
                 ^      ~~~~
[196/295] 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)
                 ^      ~~~~
[197/295] 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)
                 ^      ~~~~
[198/295] 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)
                 ^      ~~~~
[199/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[200/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[201/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[202/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[203/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[204/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[205/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[206/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[207/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[208/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[209/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[210/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[211/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[212/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[213/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[214/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[215/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[216/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[217/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[218/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[219/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[220/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[221/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[222/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[223/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[224/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[225/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[226/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[227/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[228/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[229/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[230/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[231/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[232/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[233/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[234/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[235/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[236/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[237/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[238/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[239/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[240/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[241/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[242/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[243/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[244/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[245/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[246/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[247/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[248/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[249/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[250/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[251/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[252/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[253/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[254/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[255/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[256/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[257/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[258/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[259/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[260/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[261/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[262/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[263/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[264/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[265/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[266/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[267/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[268/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[269/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[270/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[271/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[272/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[273/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[274/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[275/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[276/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[277/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[278/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[279/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[280/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[281/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[282/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[283/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[284/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[285/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[286/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[287/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[288/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[289/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[290/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[291/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[292/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[293/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[294/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
[295/295] 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] = [:]
                                                                        ^~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 macosSpm