The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of UIKitPlus, reference 2.2.0 (6932b7), with Swift 5.9 for macOS (SPM) on 30 Sep 2024 12:10:15 UTC.

Build Command

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

Build Log

                        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)
                 ^      ~~~~
[90/247] 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)
                 ^      ~~~~
[91/247] 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)
                 ^      ~~~~
[92/247] 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)
                 ^      ~~~~
[93/247] 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)
                 ^      ~~~~
[94/247] 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)
                 ^      ~~~~
[95/247] 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)
                 ^      ~~~~
[96/247] 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)
                 ^      ~~~~
[97/247] 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)
                 ^      ~~~~
[98/247] 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)
                 ^      ~~~~
[99/247] Emitting module UIKitPlus
/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/Extensions/UIViewController+Body.swift:9:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func body(@BodyBuilder block: BodyBuilder.SingleView) -> Self {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/View+Body.swift:9:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func body(@BodyBuilder block: BodyBuilder.SingleView) -> Self {
    ^~~~
    public
/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
[100/295] Compiling UIKitPlus DeclarativeProtocol+Bounds.swift
[101/295] Compiling UIKitPlus DeclarativeProtocol+Click.swift
[102/295] Compiling UIKitPlus DeclarativeProtocol+CompressionResistance.swift
[103/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintLinks.swift
[104/295] Compiling UIKitPlus DeclarativeProtocol+Constraints.swift
[105/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintsRelative.swift
[106/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSolo.swift
[107/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSuper.swift
[108/295] Compiling UIKitPlus DeclarativeProtocol+Corners.swift
[109/295] Compiling UIKitPlus DeclarativeProtocol+DeclarativeView.swift
[110/295] Compiling UIKitPlus DeclarativeProtocol+Gesture.swift
[111/295] Compiling UIKitPlus DeclarativeProtocol+Hidden.swift
[112/295] Compiling UIKitPlus DeclarativeProtocol+Hover.swift
[113/295] Compiling UIKitPlus DeclarativeProtocol+HuggingPriority.swift
[114/295] Compiling UIKitPlus DeclarativeProtocol+Itself.swift
[115/295] Compiling UIKitPlus DeclarativeProtocol+LayoutMargin.swift
[116/295] Compiling UIKitPlus DeclarativeProtocol+LayoutSubviews.swift
[117/295] Compiling UIKitPlus DeclarativeProtocol+LongPress.swift
[118/295] Compiling UIKitPlus DeclarativeProtocol+Magnification.swift
[119/295] Compiling UIKitPlus DeclarativeProtocol+MovedToSuperview.swift
[120/295] Compiling UIKitPlus DeclarativeProtocol+NextResponder.swift
[121/295] Compiling UIKitPlus DeclarativeProtocol+Opacity.swift
[122/295] Compiling UIKitPlus DeclarativeProtocol+Pan.swift
[123/295] Compiling UIKitPlus DeclarativeProtocol+Pinch.swift
[124/295] Compiling UIKitPlus DeclarativeProtocol+Press.swift
[125/295] Compiling UIKitPlus DeclarativeProtocol+Rasterize.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[126/295] Compiling UIKitPlus DeclarativeProtocol+Rotation.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[127/295] Compiling UIKitPlus DeclarativeProtocol+ScreenEdgePan.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[128/295] Compiling UIKitPlus DeclarativeProtocol+Shadow.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[129/295] Compiling UIKitPlus DeclarativeProtocol+Swipe.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[130/295] Compiling UIKitPlus DeclarativeProtocol+Tag.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[131/295] Compiling UIKitPlus DeclarativeProtocol+Tap.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[132/295] Compiling UIKitPlus DeclarativeProtocol+Tint.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[133/295] Compiling UIKitPlus DeclarativeProtocol+UserInteraction.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[134/295] Compiling UIKitPlus NSEvent+Key.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[135/295] Compiling UIKitPlus NSLayoutConstraint+Activated.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[136/295] Compiling UIKitPlus NSLayoutConstraint+AllAttributes.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[137/295] Compiling UIKitPlus NSLayoutConstraint+Update.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[138/295] Compiling UIKitPlus NSSound+System.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[139/295] Compiling UIKitPlus NSView+BringToFront.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[140/295] Compiling UIKitPlus NavigationController+FadeTo.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[141/295] Compiling UIKitPlus NotificationCenter+Name.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[142/295] Compiling UIKitPlus Number+ConstraintValue.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[143/295] Compiling UIKitPlus Numeric+Device.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[144/295] Compiling UIKitPlus String+AttributedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[145/295] Compiling UIKitPlus String+LocalizedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[146/295] Compiling UIKitPlus String+SegmentControlable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[147/295] Compiling UIKitPlus TableView+Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[148/295] Compiling UIKitPlus UIColor+Aplha.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[149/295] Compiling UIKitPlus UIColor+Dynamic.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
            }, context: &theView)
                        ^
[150/295] Compiling UIKitPlus GestureDelegator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[151/295] Compiling UIKitPlus GestureTracker.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[152/295] Compiling UIKitPlus HoverGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[153/295] Compiling UIKitPlus ImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[154/295] Compiling UIKitPlus ImpactFeedback.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[155/295] Compiling UIKitPlus Localization.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[156/295] Compiling UIKitPlus LongPressGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[157/295] Compiling UIKitPlus MagnificationGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[158/295] Compiling UIKitPlus PanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[159/295] Compiling UIKitPlus ParagraphStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[160/295] Compiling UIKitPlus PinchGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[161/295] Compiling UIKitPlus PreConstraint.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[162/295] Compiling UIKitPlus PressGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[163/295] Compiling UIKitPlus Properties.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[164/295] Compiling UIKitPlus PropertiesInternal.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[165/295] Compiling UIKitPlus RotationGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[166/295] Compiling UIKitPlus ScreenEdgePanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[167/295] Compiling UIKitPlus SwipeGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[168/295] Compiling UIKitPlus TapGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[169/295] Compiling UIKitPlus TextViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[170/295] Compiling UIKitPlus UIViewPropertyAnimator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[171/295] Compiling UIKitPlus Alternateable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[172/295] Compiling UIKitPlus AnyScene.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[173/295] Compiling UIKitPlus ArrowPositionable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[174/295] Compiling UIKitPlus BackgroundColorable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
        target?.perform(action, with: self)
                ^      ~~~~~~~~~~~~~~~~~~~~
[175/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
[176/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
[177/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
[178/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
[179/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
[180/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
[181/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
[182/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
[183/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
[184/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
[185/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
[186/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
[187/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
[188/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
[189/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
[190/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
[191/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
[192/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
[193/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
[194/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
[195/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
[196/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
[197/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
[198/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
[199/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
[200/295] Compiling UIKitPlus BezelStyleable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[201/295] Compiling UIKitPlus Bezeledable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[202/295] Compiling UIKitPlus BodyBuilderItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[203/295] Compiling UIKitPlus Borderedable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[204/295] Compiling UIKitPlus BulletsEchoable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[205/295] Compiling UIKitPlus Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[206/295] Compiling UIKitPlus Cleanupable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[207/295] Compiling UIKitPlus Colorable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[208/295] Compiling UIKitPlus ConstraintValue.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[209/295] Compiling UIKitPlus Contextable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[210/295] Compiling UIKitPlus Continuousable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[211/295] Compiling UIKitPlus ControlStateable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[212/295] Compiling UIKitPlus DeclarativeProtocol.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[213/295] Compiling UIKitPlus DeclarativeProtocolInternal.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[214/295] Compiling UIKitPlus EditableStackView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[215/295] Compiling UIKitPlus Editableable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[216/295] Compiling UIKitPlus Enableable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[217/295] Compiling UIKitPlus FirstResponderRefusable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[218/295] Compiling UIKitPlus FocusRingTypeable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[219/295] Compiling UIKitPlus Fontable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[220/295] Compiling UIKitPlus GestureDelegatorable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[221/295] Compiling UIKitPlus GestureRecognizerable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[222/295] Compiling UIKitPlus GestureTrackable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[223/295] Compiling UIKitPlus Hiddenable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/BezelStyleable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _BezelStyleable else { return self }
              ~~~ ^
              let
/Users/admin/builder/spi-builder-workspace/Classes/Protocols/ControlStateable.swift:22:19: warning: variable 's' was never mutated; consider changing to 'let' constant
        guard var s = self as? _ControlStateable else { return self }
              ~~~ ^
              let
[224/295] Compiling UIKitPlus MacOS+VisualEffectView.swift
[225/295] Compiling UIKitPlus PopupButton.swift
[226/295] Compiling UIKitPlus SecureTextField.swift
[227/295] Compiling UIKitPlus Button.swift
[228/295] Compiling UIKitPlus Collection.swift
[229/295] Compiling UIKitPlus CollectionDynamicCell.swift
[230/295] Compiling UIKitPlus CollectionView.swift
[231/295] Compiling UIKitPlus CollectionViewAlignedFlowLayout.swift
[232/295] Compiling UIKitPlus CollectionViewCell.swift
[233/295] Compiling UIKitPlus CollectionViewFlowLayout.swift
[234/295] Compiling UIKitPlus ControlView.swift
[235/295] Compiling UIKitPlus DatePickerView.swift
[236/295] Compiling UIKitPlus DynamicPickerView.swift
[237/295] Compiling UIKitPlus ImageView.swift
[238/295] Compiling UIKitPlus InputView.swift
[239/295] Compiling UIKitPlus LayerView.swift
[240/295] Compiling UIKitPlus List.swift
[241/295] Compiling UIKitPlus ListDynamicCell.swift
[242/295] Compiling UIKitPlus PickerView.swift
[243/295] Compiling UIKitPlus RefreshControl.swift
[244/295] Compiling UIKitPlus ScrollView.swift
[245/295] Compiling UIKitPlus SegmentedControl.swift
[246/295] Compiling UIKitPlus SliderView.swift
[247/295] Compiling UIKitPlus StaticListCell.swift
[248/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[249/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[250/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[251/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[252/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[253/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[254/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[255/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[256/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[257/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[258/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[259/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[260/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[261/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[262/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[263/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[264/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[265/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[266/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[267/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[268/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[269/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[270/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[271/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:231:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
        let stackView = StackView().orientation(orientation)
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:231:25: note: use 'UStackView' instead
        let stackView = StackView().orientation(orientation)
                        ^~~~~~~~~
                        UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:186: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:192: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:203: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:212:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
            if let scrollBeganPoint = scrollBeganPoint {
               ~~~~^~~~~~~~~~~~~~~~~~~
                                                       != nil
[272/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( )
[273/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( )
[274/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( )
[275/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( )
[276/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( )
[277/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( )
[278/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( )
[279/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( )
[280/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( )
[281/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( )
[282/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( )
[283/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( )
[284/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( )
[285/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( )
[286/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( )
[287/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( )
[288/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( )
[289/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( )
[290/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( )
[291/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( )
[292/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( )
[293/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( )
[294/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( )
[295/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( )
Build complete! (14.75s)
Build complete.
Done.