Build Information
Failed to build UIKitPlus, reference 2.3.0 (f1d23d
), with Swift 6.0 for macOS (SPM) on 15 Jun 2025 00:00:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
10 |
11 | public class NavigationController: ViewController {
12 | public private (set) var viewControllers: [ViewController] = []
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
13 |
14 | public let rootViewController: ViewController
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
87 | func happenedLeft() {
88 | guard direction == .left, let action = action else { return }
89 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
92 | func happenedRight() {
93 | guard direction == .right, let action = action else { return }
94 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
95 | }
96 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
97 | func happenedUp() {
98 | guard direction == .up, let action = action else { return }
99 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
100 | }
101 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
102 | func happenedDown() {
103 | guard direction == .down, let action = action else { return }
104 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
105 | }
106 |
[173/297] Compiling UIKitPlus AnyScene.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
10 |
11 | public class NavigationController: ViewController {
12 | public private (set) var viewControllers: [ViewController] = []
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
13 |
14 | public let rootViewController: ViewController
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
87 | func happenedLeft() {
88 | guard direction == .left, let action = action else { return }
89 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
92 | func happenedRight() {
93 | guard direction == .right, let action = action else { return }
94 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
95 | }
96 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
97 | func happenedUp() {
98 | guard direction == .up, let action = action else { return }
99 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
100 | }
101 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
102 | func happenedDown() {
103 | guard direction == .down, let action = action else { return }
104 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
105 | }
106 |
[174/297] Compiling UIKitPlus ArrowPositionable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
10 |
11 | public class NavigationController: ViewController {
12 | public private (set) var viewControllers: [ViewController] = []
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
13 |
14 | public let rootViewController: ViewController
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
87 | func happenedLeft() {
88 | guard direction == .left, let action = action else { return }
89 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
92 | func happenedRight() {
93 | guard direction == .right, let action = action else { return }
94 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
95 | }
96 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
97 | func happenedUp() {
98 | guard direction == .up, let action = action else { return }
99 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
100 | }
101 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
102 | func happenedDown() {
103 | guard direction == .down, let action = action else { return }
104 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
105 | }
106 |
[175/297] Compiling UIKitPlus BackgroundColorable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
10 |
11 | public class NavigationController: ViewController {
12 | public private (set) var viewControllers: [ViewController] = []
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
13 |
14 | public let rootViewController: ViewController
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:89:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
87 | func happenedLeft() {
88 | guard direction == .left, let action = action else { return }
89 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:94:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
92 | func happenedRight() {
93 | guard direction == .right, let action = action else { return }
94 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
95 | }
96 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:99:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
97 | func happenedUp() {
98 | guard direction == .up, let action = action else { return }
99 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
100 | }
101 |
/Users/admin/builder/spi-builder-workspace/Classes/Objects/SwipeGestureRecognizer.swift:104:17: warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
102 | func happenedDown() {
103 | guard direction == .down, let action = action else { return }
104 | target?.perform(action, with: self)
| `- warning: result of call to function returning 'Unmanaged<AnyObject>?' is unused
105 | }
106 |
[176/297] Compiling UIKitPlus DeclarativeConstraintCSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[177/297] Compiling UIKitPlus DeclarativeConstraintDSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[178/297] Compiling UIKitPlus DeclarativeConstraintXSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[179/297] Compiling UIKitPlus DeclarativeConstraintYSide.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[180/297] Compiling UIKitPlus Language.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[181/297] Compiling UIKitPlus LocalizedString.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[182/297] Compiling UIKitPlus MacOS+TextFieldContentType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[183/297] Compiling UIKitPlus NavigationControllerStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[184/297] Compiling UIKitPlus PushNotificationOption.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[185/297] Compiling UIKitPlus PushNotificationsAuthorizationStatus.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[186/297] Compiling UIKitPlus RootTransitionAnimation.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[187/297] Compiling UIKitPlus SegmentControlableItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[188/297] Compiling UIKitPlus StatusBarStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[189/297] Compiling UIKitPlus TextFieldContentType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[190/297] Compiling UIKitPlus TextItemInteraction.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[191/297] Compiling UIKitPlus Array+Diff.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[192/297] Compiling UIKitPlus AttrStr+Concat.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[193/297] Compiling UIKitPlus AttrStr+Joined.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[194/297] Compiling UIKitPlus ClosedRange+NSRange.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[195/297] Compiling UIKitPlus CollectionView+Cellable.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[196/297] Compiling UIKitPlus ConstraintValueType+Operators.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[197/297] Compiling UIKitPlus DeclarativeProtocol+Alpha.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[198/297] Compiling UIKitPlus DeclarativeProtocol+Apply.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[199/297] Compiling UIKitPlus DeclarativeProtocol+Background.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[200/297] Compiling UIKitPlus DeclarativeProtocol+Borders.swift
/Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift:17:13: warning: variable 'res' was never mutated; consider changing to 'let' constant
15 | extension Array: AnyString where Element == AnyString {
16 | public var attributedString: NSAttributedString {
17 | var res: NSMutableAttributedString = .init()
| `- warning: variable 'res' was never mutated; consider changing to 'let' constant
18 | for str in self {
19 | res.append(str.attributedString)
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[201/297] Compiling UIKitPlus DeclarativeProtocol+Bounds.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[202/297] Compiling UIKitPlus DeclarativeProtocol+Click.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[203/297] Compiling UIKitPlus DeclarativeProtocol+CompressionResistance.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[204/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintLinks.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[205/297] Compiling UIKitPlus DeclarativeProtocol+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[206/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsRelative.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[207/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSolo.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[208/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSuper.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[209/297] Compiling UIKitPlus DeclarativeProtocol+Corners.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[210/297] Compiling UIKitPlus DeclarativeProtocol+DeclarativeView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[211/297] Compiling UIKitPlus DeclarativeProtocol+Gesture.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[212/297] Compiling UIKitPlus DeclarativeProtocol+Hidden.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[213/297] Compiling UIKitPlus DeclarativeProtocol+Hover.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[214/297] Compiling UIKitPlus DeclarativeProtocol+HuggingPriority.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[215/297] Compiling UIKitPlus DeclarativeProtocol+Itself.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[216/297] Compiling UIKitPlus DeclarativeProtocol+LayoutMargin.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[217/297] Compiling UIKitPlus DeclarativeProtocol+LayoutSubviews.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[218/297] Compiling UIKitPlus DeclarativeProtocol+LongPress.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[219/297] Compiling UIKitPlus DeclarativeProtocol+Magnification.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[220/297] Compiling UIKitPlus DeclarativeProtocol+MovedToSuperview.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[221/297] Compiling UIKitPlus DeclarativeProtocol+NextResponder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[222/297] Compiling UIKitPlus DeclarativeProtocol+Opacity.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[223/297] Compiling UIKitPlus DeclarativeProtocol+Pan.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[224/297] Compiling UIKitPlus DeclarativeProtocol+Pinch.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[225/297] Compiling UIKitPlus DeclarativeProtocol+Press.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[226/297] Compiling UIKitPlus MacOS+VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[227/297] Compiling UIKitPlus PopupButton.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[228/297] Compiling UIKitPlus SecureTextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[229/297] Compiling UIKitPlus Button.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[230/297] Compiling UIKitPlus Collection.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[231/297] Compiling UIKitPlus CollectionDynamicCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[232/297] Compiling UIKitPlus CollectionView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[233/297] Compiling UIKitPlus CollectionViewAlignedFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[234/297] Compiling UIKitPlus CollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[235/297] Compiling UIKitPlus CollectionViewFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[236/297] Compiling UIKitPlus ControlView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[237/297] Compiling UIKitPlus DatePickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[238/297] Compiling UIKitPlus DynamicPickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[239/297] Compiling UIKitPlus ImageView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[240/297] Compiling UIKitPlus InputView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[241/297] Compiling UIKitPlus LayerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[242/297] Compiling UIKitPlus List.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[243/297] Compiling UIKitPlus ListDynamicCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[244/297] Compiling UIKitPlus PickerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[245/297] Compiling UIKitPlus RefreshControl.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[246/297] Compiling UIKitPlus ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[247/297] Compiling UIKitPlus SegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[248/297] Compiling UIKitPlus SliderView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[249/297] Compiling UIKitPlus StaticListCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[250/297] Compiling UIKitPlus Stepper.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[251/297] Compiling UIKitPlus TableView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[252/297] Compiling UIKitPlus TableViewCell.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[253/297] Compiling UIKitPlus Text.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[254/297] Compiling UIKitPlus TextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[255/297] Compiling UIKitPlus TextView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[256/297] Compiling UIKitPlus Toggle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[257/297] Compiling UIKitPlus VerificationCodeView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[258/297] Compiling UIKitPlus VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[259/297] Compiling UIKitPlus WrappedViewControllerView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[260/297] Compiling UIKitPlus ActivityIndicator.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[261/297] Compiling UIKitPlus BarButtonItemView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[262/297] Compiling UIKitPlus BaseView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[263/297] Compiling UIKitPlus HScrollStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[264/297] Compiling UIKitPlus HSpace.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[265/297] Compiling UIKitPlus HStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[266/297] Compiling UIKitPlus HUD.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[267/297] Compiling UIKitPlus Space.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[268/297] Compiling UIKitPlus StackView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[269/297] Compiling UIKitPlus VScrollStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[270/297] Compiling UIKitPlus VSpace.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[271/297] Compiling UIKitPlus VStack.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[272/297] Compiling UIKitPlus View.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[273/297] Compiling UIKitPlus WrapperView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
9 |
10 | open class UHUD: UView {
11 | override public var declarativeView: HUD { return self }
| |- warning: 'HUD' is deprecated: renamed to 'UHUD'
| `- note: use 'UHUD' instead
12 |
13 | var imageHeight: CGFloat = 50
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:252:25: warning: 'StackView' is deprecated: renamed to 'UStackView'
250 | #if os(macOS)
251 | fileprivate func flatten(_ orientation: NSUserInterfaceLayoutOrientation) -> BaseView {
252 | let stackView = StackView().orientation(orientation)
| |- warning: 'StackView' is deprecated: renamed to 'UStackView'
| `- note: use 'UStackView' instead
253 | forEach { stackView.add(item: $0) }
254 | return stackView
/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
205 | _touchPanHandler?(.began, .zero, .zero)
206 | case .changed:
207 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
208 | scrollLastDeltaPoint.x += event.scrollingDeltaX
209 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
211 | }
212 | case .ended:
213 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
214 | scrollLastDeltaPoint.x += event.scrollingDeltaX
215 | scrollLastDeltaPoint.y += event.scrollingDeltaY
/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
222 | }
223 | case .cancelled:
224 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
225 | _touchPanHandler?(.cancelled, .zero, .zero)
226 | self.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
231 | break
232 | default:
233 | if let scrollBeganPoint = scrollBeganPoint {
| `- warning: value 'scrollBeganPoint' was defined but never used; consider replacing with boolean test
234 | print(event)
235 | scrollLastDeltaPoint.x += event.scrollingDeltaX
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[274/297] Compiling UIKitPlus Borders.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[275/297] Compiling UIKitPlus CodableState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[276/297] Compiling UIKitPlus ConstraintValueType.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[277/297] Compiling UIKitPlus CustomCorners.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[278/297] Compiling UIKitPlus DeclarativeViewConstraints.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[279/297] Compiling UIKitPlus ExpressableState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[280/297] Compiling UIKitPlus GesturesBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[281/297] Compiling UIKitPlus ImageReloadingStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[282/297] Compiling UIKitPlus InnerState.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[283/297] Compiling UIKitPlus LivePreview.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[284/297] Compiling UIKitPlus PreviewBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[285/297] Compiling UIKitPlus PreviewBuilderItem.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[286/297] Compiling UIKitPlus ShortcutBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[287/297] Compiling UIKitPlus Spoken.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[288/297] Compiling UIKitPlus State.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[289/297] Compiling UIKitPlus StateStringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[290/297] Compiling UIKitPlus UILayoutPriority.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[291/297] Compiling UIKitPlus ViewContext.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[292/297] Compiling UIKitPlus TextFieldStyle.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[293/297] Compiling UIKitPlus MacOS+Button.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[294/297] Compiling UIKitPlus MacOS+ImageView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[295/297] Compiling UIKitPlus MacOS+ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[296/297] Compiling UIKitPlus MacOS+Text.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
[297/297] Compiling UIKitPlus MacOS+TextField.swift
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:864:19: warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
862 | }
863 |
864 | fileprivate class _Formatter<TF>: NumberFormatter where TF: UTextField {
| `- warning: class '_Formatter' must restate inherited '@unchecked Sendable' conformance
865 | let tf: TF
866 |
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:539:38: warning: result of call to function returning 'Bool?' is unused
537 | public func `return`() {
538 | _innerDelegate.action()
539 | _innerDelegate.newLineHandler?()
| `- warning: result of call to function returning 'Bool?' is unused
540 | }
541 | }
/Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+TextField.swift:591:14: warning: no method declared with Objective-C selector 'noop:'
589 | func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
590 | switch commandSelector {
591 | case "noop:": // any unsupported combination
| `- warning: no method declared with Objective-C selector 'noop:'
592 | guard let event = NSApp.currentEvent else {
593 | return false
/Users/admin/builder/spi-builder-workspace/Classes/Objects/Properties.swift:43:73: error: cannot find type 'UITraitCollection' in scope
41 | case borderColor, shadowColor
42 | }
43 | var traitCollectionDidChangeHandlers: [TraitCollectionHandlerType: (UITraitCollection) -> Void] = [:]
| `- error: cannot find type 'UITraitCollection' in scope
44 |
45 | var hovered: Bool = false
BUILD FAILURE 6.0 macosSpm