Build Information
Failed to build UIKitPlus, reference 2.3.0 (f1d23d
), with Swift 5.9 for macOS (SPM) on 14 Jun 2025 23:59:19 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
^~~~~~~~~~~~~~~~~~
#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)
^ ~~~~
[121/271] 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)
^ ~~~~
[122/271] 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)
^ ~~~~
[123/271] 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)
^ ~~~~
[124/295] Compiling UIKitPlus GestureDelegator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[125/295] Compiling UIKitPlus GestureTracker.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[126/295] Compiling UIKitPlus HoverGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[127/295] Compiling UIKitPlus ImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[128/295] Compiling UIKitPlus ImpactFeedback.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[129/295] Compiling UIKitPlus Localization.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[130/295] Compiling UIKitPlus LongPressGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[131/295] Compiling UIKitPlus MagnificationGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[132/295] Compiling UIKitPlus PanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[133/295] Compiling UIKitPlus ParagraphStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[134/295] Compiling UIKitPlus PinchGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[135/295] Compiling UIKitPlus PreConstraint.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[136/295] Compiling UIKitPlus PressGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[137/295] Compiling UIKitPlus Properties.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[138/295] Compiling UIKitPlus PropertiesInternal.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[139/295] Compiling UIKitPlus RotationGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[140/295] Compiling UIKitPlus ScreenEdgePanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[141/295] Compiling UIKitPlus SwipeGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[142/295] Compiling UIKitPlus TapGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[143/295] Compiling UIKitPlus TextViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[144/295] Compiling UIKitPlus UIViewPropertyAnimator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[145/295] Compiling UIKitPlus Alternateable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[146/295] Compiling UIKitPlus AnyScene.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[147/295] Compiling UIKitPlus ArrowPositionable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[148/295] Compiling UIKitPlus BackgroundColorable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
target?.perform(action, with: self)
^ ~~~~~~~~~~~~~~~~~~~~
[149/295] Compiling UIKitPlus DeclarativeConstraintCSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[150/295] Compiling UIKitPlus DeclarativeConstraintDSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[151/295] Compiling UIKitPlus DeclarativeConstraintXSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[152/295] Compiling UIKitPlus DeclarativeConstraintYSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[153/295] Compiling UIKitPlus Language.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[154/295] Compiling UIKitPlus LocalizedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[155/295] Compiling UIKitPlus MacOS+TextFieldContentType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[156/295] Compiling UIKitPlus NavigationControllerStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[157/295] Compiling UIKitPlus PushNotificationOption.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[158/295] Compiling UIKitPlus PushNotificationsAuthorizationStatus.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[159/295] Compiling UIKitPlus RootTransitionAnimation.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[160/295] Compiling UIKitPlus SegmentControlableItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[161/295] Compiling UIKitPlus StatusBarStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[162/295] Compiling UIKitPlus TextFieldContentType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[163/295] Compiling UIKitPlus TextItemInteraction.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[164/295] Compiling UIKitPlus Array+Diff.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[165/295] Compiling UIKitPlus AttrStr+Concat.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[166/295] Compiling UIKitPlus AttrStr+Joined.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[167/295] Compiling UIKitPlus ClosedRange+NSRange.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[168/295] Compiling UIKitPlus CollectionView+Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[169/295] Compiling UIKitPlus ConstraintValueType+Operators.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[170/295] Compiling UIKitPlus DeclarativeProtocol+Alpha.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[171/295] Compiling UIKitPlus DeclarativeProtocol+Apply.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[172/295] Compiling UIKitPlus DeclarativeProtocol+Background.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[173/295] Compiling UIKitPlus DeclarativeProtocol+Borders.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
var res: NSMutableAttributedString = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[174/295] Compiling UIKitPlus DeclarativeProtocol+Bounds.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[175/295] Compiling UIKitPlus DeclarativeProtocol+Click.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[176/295] Compiling UIKitPlus DeclarativeProtocol+CompressionResistance.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[177/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintLinks.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[178/295] Compiling UIKitPlus DeclarativeProtocol+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[179/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintsRelative.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[180/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSolo.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[181/295] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSuper.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[182/295] Compiling UIKitPlus DeclarativeProtocol+Corners.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[183/295] Compiling UIKitPlus DeclarativeProtocol+DeclarativeView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[184/295] Compiling UIKitPlus DeclarativeProtocol+Gesture.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[185/295] Compiling UIKitPlus DeclarativeProtocol+Hidden.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[186/295] Compiling UIKitPlus DeclarativeProtocol+Hover.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[187/295] Compiling UIKitPlus DeclarativeProtocol+HuggingPriority.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[188/295] Compiling UIKitPlus DeclarativeProtocol+Itself.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[189/295] Compiling UIKitPlus DeclarativeProtocol+LayoutMargin.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[190/295] Compiling UIKitPlus DeclarativeProtocol+LayoutSubviews.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[191/295] Compiling UIKitPlus DeclarativeProtocol+LongPress.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[192/295] Compiling UIKitPlus DeclarativeProtocol+Magnification.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[193/295] Compiling UIKitPlus DeclarativeProtocol+MovedToSuperview.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[194/295] Compiling UIKitPlus DeclarativeProtocol+NextResponder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[195/295] Compiling UIKitPlus DeclarativeProtocol+Opacity.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[196/295] Compiling UIKitPlus DeclarativeProtocol+Pan.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[197/295] Compiling UIKitPlus DeclarativeProtocol+Pinch.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[198/295] Compiling UIKitPlus DeclarativeProtocol+Press.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[199/295] Compiling UIKitPlus DeclarativeProtocol+Rasterize.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[200/295] Compiling UIKitPlus DeclarativeProtocol+Rotation.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[201/295] Compiling UIKitPlus DeclarativeProtocol+ScreenEdgePan.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[202/295] Compiling UIKitPlus DeclarativeProtocol+Shadow.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[203/295] Compiling UIKitPlus DeclarativeProtocol+Swipe.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[204/295] Compiling UIKitPlus DeclarativeProtocol+Tag.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[205/295] Compiling UIKitPlus DeclarativeProtocol+Tap.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[206/295] Compiling UIKitPlus DeclarativeProtocol+Tint.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[207/295] Compiling UIKitPlus DeclarativeProtocol+UserInteraction.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[208/295] Compiling UIKitPlus NSEvent+Key.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[209/295] Compiling UIKitPlus NSLayoutConstraint+Activated.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[210/295] Compiling UIKitPlus NSLayoutConstraint+AllAttributes.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[211/295] Compiling UIKitPlus NSLayoutConstraint+Update.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[212/295] Compiling UIKitPlus NSSound+System.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[213/295] Compiling UIKitPlus NSView+BringToFront.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[214/295] Compiling UIKitPlus NavigationController+FadeTo.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[215/295] Compiling UIKitPlus NotificationCenter+Name.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[216/295] Compiling UIKitPlus Number+ConstraintValue.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[217/295] Compiling UIKitPlus Numeric+Device.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[218/295] Compiling UIKitPlus String+AttributedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[219/295] Compiling UIKitPlus String+LocalizedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[220/295] Compiling UIKitPlus String+SegmentControlable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[221/295] Compiling UIKitPlus TableView+Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[222/295] Compiling UIKitPlus UIColor+Aplha.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[223/295] Compiling UIKitPlus UIColor+Dynamic.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/NSView+BringToFront.swift:24:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
}, context: &theView)
^
[224/295] Compiling UIKitPlus MacOS+VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[225/295] Compiling UIKitPlus PopupButton.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[226/295] Compiling UIKitPlus SecureTextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[227/295] Compiling UIKitPlus Button.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[228/295] Compiling UIKitPlus Collection.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[229/295] Compiling UIKitPlus CollectionDynamicCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[230/295] Compiling UIKitPlus CollectionView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[231/295] Compiling UIKitPlus CollectionViewAlignedFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[232/295] Compiling UIKitPlus CollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[233/295] Compiling UIKitPlus CollectionViewFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[234/295] Compiling UIKitPlus ControlView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[235/295] Compiling UIKitPlus DatePickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[236/295] Compiling UIKitPlus DynamicPickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[237/295] Compiling UIKitPlus ImageView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[238/295] Compiling UIKitPlus InputView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[239/295] Compiling UIKitPlus LayerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[240/295] Compiling UIKitPlus List.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[241/295] Compiling UIKitPlus ListDynamicCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[242/295] Compiling UIKitPlus PickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[243/295] Compiling UIKitPlus RefreshControl.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[244/295] Compiling UIKitPlus ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[245/295] Compiling UIKitPlus SegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[246/295] Compiling UIKitPlus SliderView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[247/295] Compiling UIKitPlus StaticListCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[251/295] Compiling UIKitPlus Text.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[253/295] Compiling UIKitPlus TextView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[255/295] Compiling UIKitPlus VerificationCodeView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[257/295] Compiling UIKitPlus WrappedViewControllerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[259/295] Compiling UIKitPlus BarButtonItemView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[261/295] Compiling UIKitPlus HScrollStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[263/295] Compiling UIKitPlus HStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[265/295] Compiling UIKitPlus Space.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[267/295] Compiling UIKitPlus VScrollStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[269/295] Compiling UIKitPlus VStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[271/295] Compiling UIKitPlus WrapperView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
override public var declarativeView: HUD { return self }
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
override public var declarativeView: HUD { return self }
^~~
UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
let stackView = StackView().orientation(orientation)
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: note: use 'UStackView' instead
let stackView = StackView().orientation(orientation)
^~~~~~~~~
UStackView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:207:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:213:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:224:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:233:20: warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
if let scrollBeganPoint = scrollBeganPoint {
~~~~^~~~~~~~~~~~~~~~~~~
!= nil
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[273/295] Compiling UIKitPlus CodableState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[275/295] Compiling UIKitPlus CustomCorners.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[277/295] Compiling UIKitPlus ExpressableState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[279/295] Compiling UIKitPlus ImageReloadingStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[281/295] Compiling UIKitPlus LivePreview.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[283/295] Compiling UIKitPlus PreviewBuilderItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[285/295] Compiling UIKitPlus Spoken.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[287/295] Compiling UIKitPlus StateStringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[289/295] Compiling UIKitPlus ViewContext.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[291/295] Compiling UIKitPlus MacOS+Button.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[293/295] Compiling UIKitPlus MacOS+ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[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( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
[295/295] Compiling UIKitPlus MacOS+TextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
_innerDelegate.newLineHandler?()
^~~
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
case "noop:": // any unsupported combination
^
Selector( )
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
^~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 macosSpm