The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AutoLayoutProxy, reference master (b072fb), with Swift 6.0 for Linux on 3 Nov 2024 13:49:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:124:13: error: cannot find type 'NSLayoutAnchor' in scope
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |             `- error: cannot find type 'NSLayoutAnchor' in scope
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
126 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:124:46: error: cannot find type 'NSLayoutAnchor' in scope
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                              `- error: cannot find type 'NSLayoutAnchor' in scope
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
126 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:125:6: error: cannot find type 'NSLayoutAnchor' in scope
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
126 |     -> [NSLayoutConstraint] {
127 |         [lhs.0.0 >= rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:125:39: error: cannot find type 'NSLayoutAnchor' in scope
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
126 |     -> [NSLayoutConstraint] {
127 |         [lhs.0.0 >= rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:126:9: error: cannot find type 'NSLayoutConstraint' in scope
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
126 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
127 |         [lhs.0.0 >= rhs.0.0.0 + rhs.1.top,
128 |          lhs.0.1 >= rhs.0.0.1 + rhs.1.left,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:118:22: error: cannot find type 'NSObject' in scope
116 |
117 | @discardableResult public func >=<
118 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
119 |     SecondAnchorType: NSObject,
120 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:119:23: error: cannot find type 'NSObject' in scope
117 | @discardableResult public func >=<
118 |     FirstAnchorType: NSObject,
119 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
120 |     ThirdAnchorType: NSObject,
121 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:120:22: error: cannot find type 'NSObject' in scope
118 |     FirstAnchorType: NSObject,
119 |     SecondAnchorType: NSObject,
120 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
121 |     FourthAnchorType: NSObject>(
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:121:23: error: cannot find type 'NSObject' in scope
119 |     SecondAnchorType: NSObject,
120 |     ThirdAnchorType: NSObject,
121 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: error: cannot find type 'NSLayoutAnchor' in scope
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 20 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: error: cannot find type 'NSLayoutAnchor' in scope
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 20 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: error: cannot find type 'NSLayoutAnchor' in scope
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 20 |     -> [NSLayoutConstraint] {
 21 |         [lhs.0 == rhs.0, lhs.1 == rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: error: cannot find type 'NSLayoutAnchor' in scope
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 20 |     -> [NSLayoutConstraint] {
 21 |         [lhs.0 == rhs.0, lhs.1 == rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: error: cannot find type 'NSLayoutConstraint' in scope
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 20 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 21 |         [lhs.0 == rhs.0, lhs.1 == rhs.1]
 22 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:17:52: error: cannot find type 'NSObject' in scope
 15 | // MARK: Double Anchor Constraint
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:17:79: error: cannot find type 'NSObject' in scope
 15 | // MARK: Double Anchor Constraint
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: error: cannot find type 'NSLayoutAnchor' in scope
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 27 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: error: cannot find type 'NSLayoutAnchor' in scope
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 27 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: error: cannot find type 'NSLayoutAnchor' in scope
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 27 |     -> [NSLayoutConstraint] {
 28 |         [lhs.0 <= rhs.0, lhs.1 <= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: error: cannot find type 'NSLayoutAnchor' in scope
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 27 |     -> [NSLayoutConstraint] {
 28 |         [lhs.0 <= rhs.0, lhs.1 <= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: error: cannot find type 'NSLayoutConstraint' in scope
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 27 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 28 |         [lhs.0 <= rhs.0, lhs.1 <= rhs.1]
 29 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:24:52: error: cannot find type 'NSObject' in scope
 22 | }
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:24:79: error: cannot find type 'NSObject' in scope
 22 | }
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: error: cannot find type 'NSLayoutAnchor' in scope
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 34 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: error: cannot find type 'NSLayoutAnchor' in scope
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 34 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: error: cannot find type 'NSLayoutAnchor' in scope
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 34 |     -> [NSLayoutConstraint] {
 35 |         [lhs.0 >= rhs.0, lhs.1 >= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: error: cannot find type 'NSLayoutAnchor' in scope
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 34 |     -> [NSLayoutConstraint] {
 35 |         [lhs.0 >= rhs.0, lhs.1 >= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: error: cannot find type 'NSLayoutConstraint' in scope
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 34 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 35 |         [lhs.0 >= rhs.0, lhs.1 >= rhs.1]
 36 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:31:52: error: cannot find type 'NSObject' in scope
 29 | }
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:31:79: error: cannot find type 'NSObject' in scope
 29 | }
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: error: cannot find type 'NSLayoutConstraint' in scope
 39 |
 40 | @discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
 41 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 42 |         [lhs.0 == rhs.width, lhs.1 == rhs.height]
 43 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: error: cannot find type 'NSLayoutDimension' in scope
 38 | // MARK: - Double Dimension Anchor Constraint With Constant And Relation
 39 |
 40 | @discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 41 |     -> [NSLayoutConstraint] {
 42 |         [lhs.0 == rhs.width, lhs.1 == rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: error: cannot find type 'NSLayoutDimension' in scope
 38 | // MARK: - Double Dimension Anchor Constraint With Constant And Relation
 39 |
 40 | @discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                                             `- error: cannot find type 'NSLayoutDimension' in scope
 41 |     -> [NSLayoutConstraint] {
 42 |         [lhs.0 == rhs.width, lhs.1 == rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: error: cannot find type 'NSLayoutConstraint' in scope
 44 |
 45 | @discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
 46 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 47 |         [lhs.0 <= rhs.width, lhs.1 <= rhs.height]
 48 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: error: cannot find type 'NSLayoutDimension' in scope
 43 | }
 44 |
 45 | @discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 46 |     -> [NSLayoutConstraint] {
 47 |         [lhs.0 <= rhs.width, lhs.1 <= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: error: cannot find type 'NSLayoutDimension' in scope
 43 | }
 44 |
 45 | @discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                                             `- error: cannot find type 'NSLayoutDimension' in scope
 46 |     -> [NSLayoutConstraint] {
 47 |         [lhs.0 <= rhs.width, lhs.1 <= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: error: cannot find type 'NSLayoutConstraint' in scope
 49 |
 50 | @discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
 51 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 52 |         [lhs.0 >= rhs.width, lhs.1 >= rhs.height]
 53 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: error: cannot find type 'NSLayoutDimension' in scope
 48 | }
 49 |
 50 | @discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 51 |     -> [NSLayoutConstraint] {
 52 |         [lhs.0 >= rhs.width, lhs.1 >= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: error: cannot find type 'NSLayoutDimension' in scope
 48 | }
 49 |
 50 | @discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                                             `- error: cannot find type 'NSLayoutDimension' in scope
 51 |     -> [NSLayoutConstraint] {
 52 |         [lhs.0 >= rhs.width, lhs.1 >= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: error: cannot find type 'NSLayoutAnchor' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: error: cannot find type 'NSLayoutAnchor' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:86: error: cannot find type 'CGFloat' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:95: error: cannot find type 'CGFloat' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: error: cannot find type 'NSLayoutAnchor' in scope
 55 | // MARK: - Double Anchor And Constant Combinations
 56 |
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: error: cannot find type 'NSLayoutAnchor' in scope
 55 | // MARK: - Double Anchor And Constant Combinations
 56 |
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: error: cannot find type 'NSLayoutAnchor' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: error: cannot find type 'NSLayoutAnchor' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:86: error: cannot find type 'CGFloat' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:95: error: cannot find type 'CGFloat' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: error: cannot find type 'NSLayoutAnchor' in scope
 61 | }
 62 |
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: error: cannot find type 'NSLayoutAnchor' in scope
 61 | }
 62 |
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: error: cannot find type 'NSLayoutAnchor' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: error: cannot find type 'NSLayoutAnchor' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:86: error: cannot find type 'CGFloat' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:95: error: cannot find type 'CGFloat' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: error: cannot find type 'NSLayoutAnchor' in scope
 67 | }
 68 |
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: error: cannot find type 'NSLayoutAnchor' in scope
 67 | }
 68 |
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:10: error: cannot find type 'NSLayoutAnchor' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:47: error: cannot find type 'NSLayoutAnchor' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:86: error: cannot find type 'CGFloat' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:95: error: cannot find type 'CGFloat' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:22: error: cannot find type 'NSLayoutAnchor' in scope
 73 | }
 74 |
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:59: error: cannot find type 'NSLayoutAnchor' in scope
 73 | }
 74 |
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:10: error: cannot find type 'NSLayoutAnchor' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:47: error: cannot find type 'NSLayoutAnchor' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:86: error: cannot find type 'CGFloat' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:95: error: cannot find type 'CGFloat' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:22: error: cannot find type 'NSLayoutAnchor' in scope
 79 | }
 80 |
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:59: error: cannot find type 'NSLayoutAnchor' in scope
 79 | }
 80 |
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:10: error: cannot find type 'NSLayoutAnchor' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:47: error: cannot find type 'NSLayoutAnchor' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:86: error: cannot find type 'CGFloat' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:95: error: cannot find type 'CGFloat' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:22: error: cannot find type 'NSLayoutAnchor' in scope
 85 | }
 86 |
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:59: error: cannot find type 'NSLayoutAnchor' in scope
 85 | }
 86 |
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:11: error: cannot find type 'NSLayoutAnchor' in scope
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
 98 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:43: error: cannot find type 'NSLayoutAnchor' in scope
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
 98 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:12: error: cannot find type 'NSLayoutAnchor' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:44: error: cannot find type 'NSLayoutAnchor' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                            `- error: cannot find type 'NSLayoutAnchor' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:79: error: cannot find type 'CGFloat' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                               `- error: cannot find type 'CGFloat' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:88: error: cannot find type 'CGFloat' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                                        `- error: cannot find type 'CGFloat' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:98:9: error: cannot find type 'NSLayoutConstraint' in scope
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
 98 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
100 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:95:52: error: cannot find type 'NSObject' in scope
 93 | // MARK: - Double Anchor Constraint With Constant And Relation
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:95:79: error: cannot find type 'NSObject' in scope
 93 | // MARK: - Double Anchor Constraint With Constant And Relation
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:11: error: cannot find type 'NSLayoutAnchor' in scope
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
105 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:43: error: cannot find type 'NSLayoutAnchor' in scope
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
105 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:12: error: cannot find type 'NSLayoutAnchor' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:44: error: cannot find type 'NSLayoutAnchor' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                            `- error: cannot find type 'NSLayoutAnchor' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:79: error: cannot find type 'CGFloat' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                               `- error: cannot find type 'CGFloat' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:88: error: cannot find type 'CGFloat' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                                        `- error: cannot find type 'CGFloat' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:105:9: error: cannot find type 'NSLayoutConstraint' in scope
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
105 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
107 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:102:52: error: cannot find type 'NSObject' in scope
100 | }
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:102:79: error: cannot find type 'NSObject' in scope
100 | }
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:11: error: cannot find type 'NSLayoutAnchor' in scope
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
112 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:43: error: cannot find type 'NSLayoutAnchor' in scope
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
112 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:12: error: cannot find type 'NSLayoutAnchor' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:44: error: cannot find type 'NSLayoutAnchor' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                            `- error: cannot find type 'NSLayoutAnchor' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:79: error: cannot find type 'CGFloat' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                               `- error: cannot find type 'CGFloat' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:88: error: cannot find type 'CGFloat' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                                        `- error: cannot find type 'CGFloat' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:112:9: error: cannot find type 'NSLayoutConstraint' in scope
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
112 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
114 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:109:52: error: cannot find type 'NSObject' in scope
107 | }
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:109:79: error: cannot find type 'NSObject' in scope
107 | }
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
[22/25] Compiling AutoLayoutProxy BBAutoLayoutableTupleOperators.swift
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:22:12: error: cannot find type 'NSLayoutAnchor' in scope
 20 |     ThirdAnchorType: NSObject,
 21 |     FourthAnchorType: NSObject>(
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:22:45: error: cannot find type 'NSLayoutAnchor' in scope
 20 |     ThirdAnchorType: NSObject,
 21 |     FourthAnchorType: NSObject>(
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:23:6: error: cannot find type 'NSLayoutAnchor' in scope
 21 |     FourthAnchorType: NSObject>(
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:23:39: error: cannot find type 'NSLayoutAnchor' in scope
 21 |     FourthAnchorType: NSObject>(
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:24:12: error: cannot find type 'NSLayoutAnchor' in scope
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 26 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:24:45: error: cannot find type 'NSLayoutAnchor' in scope
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 26 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:25:6: error: cannot find type 'NSLayoutAnchor' in scope
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 26 |     -> [NSLayoutConstraint] {
 27 |         [lhs.0.0 == rhs.0.0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:25:39: error: cannot find type 'NSLayoutAnchor' in scope
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 26 |     -> [NSLayoutConstraint] {
 27 |         [lhs.0.0 == rhs.0.0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:26:9: error: cannot find type 'NSLayoutConstraint' in scope
 24 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 25 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 26 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 27 |         [lhs.0.0 == rhs.0.0,
 28 |          lhs.0.1 == rhs.0.1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:18:22: error: cannot find type 'NSObject' in scope
 16 |
 17 | @discardableResult public func ==<
 18 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 19 |     SecondAnchorType: NSObject,
 20 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:19:23: error: cannot find type 'NSObject' in scope
 17 | @discardableResult public func ==<
 18 |     FirstAnchorType: NSObject,
 19 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
 20 |     ThirdAnchorType: NSObject,
 21 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:20:22: error: cannot find type 'NSObject' in scope
 18 |     FirstAnchorType: NSObject,
 19 |     SecondAnchorType: NSObject,
 20 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 21 |     FourthAnchorType: NSObject>(
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:21:23: error: cannot find type 'NSObject' in scope
 19 |     SecondAnchorType: NSObject,
 20 |     ThirdAnchorType: NSObject,
 21 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
 22 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 23 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:38:12: error: cannot find type 'NSLayoutAnchor' in scope
 36 |     ThirdAnchorType: NSObject,
 37 |     FourthAnchorType: NSObject>(
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:38:45: error: cannot find type 'NSLayoutAnchor' in scope
 36 |     ThirdAnchorType: NSObject,
 37 |     FourthAnchorType: NSObject>(
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:39:6: error: cannot find type 'NSLayoutAnchor' in scope
 37 |     FourthAnchorType: NSObject>(
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:39:39: error: cannot find type 'NSLayoutAnchor' in scope
 37 |     FourthAnchorType: NSObject>(
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:40:12: error: cannot find type 'NSLayoutAnchor' in scope
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 42 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:40:45: error: cannot find type 'NSLayoutAnchor' in scope
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 42 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:41:6: error: cannot find type 'NSLayoutAnchor' in scope
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 42 |     -> [NSLayoutConstraint] {
 43 |         [lhs.0.0 <= rhs.0.0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:41:39: error: cannot find type 'NSLayoutAnchor' in scope
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 42 |     -> [NSLayoutConstraint] {
 43 |         [lhs.0.0 <= rhs.0.0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:42:9: error: cannot find type 'NSLayoutConstraint' in scope
 40 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 41 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 42 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 43 |         [lhs.0.0 <= rhs.0.0,
 44 |          lhs.0.1 <= rhs.0.1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:34:22: error: cannot find type 'NSObject' in scope
 32 |
 33 | @discardableResult public func <=<
 34 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 35 |     SecondAnchorType: NSObject,
 36 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:35:23: error: cannot find type 'NSObject' in scope
 33 | @discardableResult public func <=<
 34 |     FirstAnchorType: NSObject,
 35 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
 36 |     ThirdAnchorType: NSObject,
 37 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:36:22: error: cannot find type 'NSObject' in scope
 34 |     FirstAnchorType: NSObject,
 35 |     SecondAnchorType: NSObject,
 36 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 37 |     FourthAnchorType: NSObject>(
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:37:23: error: cannot find type 'NSObject' in scope
 35 |     SecondAnchorType: NSObject,
 36 |     ThirdAnchorType: NSObject,
 37 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
 38 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 39 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:54:12: error: cannot find type 'NSLayoutAnchor' in scope
 52 |     ThirdAnchorType: NSObject,
 53 |     FourthAnchorType: NSObject>(
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:54:45: error: cannot find type 'NSLayoutAnchor' in scope
 52 |     ThirdAnchorType: NSObject,
 53 |     FourthAnchorType: NSObject>(
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:55:6: error: cannot find type 'NSLayoutAnchor' in scope
 53 |     FourthAnchorType: NSObject>(
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:55:39: error: cannot find type 'NSLayoutAnchor' in scope
 53 |     FourthAnchorType: NSObject>(
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:56:12: error: cannot find type 'NSLayoutAnchor' in scope
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 58 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:56:45: error: cannot find type 'NSLayoutAnchor' in scope
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 58 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:57:6: error: cannot find type 'NSLayoutAnchor' in scope
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 58 |     -> [NSLayoutConstraint] {
 59 |         [lhs.0.0 >= rhs.0.0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:57:39: error: cannot find type 'NSLayoutAnchor' in scope
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 58 |     -> [NSLayoutConstraint] {
 59 |         [lhs.0.0 >= rhs.0.0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:58:9: error: cannot find type 'NSLayoutConstraint' in scope
 56 |     rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 57 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
 58 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 59 |         [lhs.0.0 >= rhs.0.0,
 60 |          lhs.0.1 >= rhs.0.1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:50:22: error: cannot find type 'NSObject' in scope
 48 |
 49 | @discardableResult public func >=<
 50 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 51 |     SecondAnchorType: NSObject,
 52 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:51:23: error: cannot find type 'NSObject' in scope
 49 | @discardableResult public func >=<
 50 |     FirstAnchorType: NSObject,
 51 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
 52 |     ThirdAnchorType: NSObject,
 53 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:52:22: error: cannot find type 'NSObject' in scope
 50 |     FirstAnchorType: NSObject,
 51 |     SecondAnchorType: NSObject,
 52 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 53 |     FourthAnchorType: NSObject>(
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:53:23: error: cannot find type 'NSObject' in scope
 51 |     SecondAnchorType: NSObject,
 52 |     ThirdAnchorType: NSObject,
 53 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
 54 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 55 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:70:11: error: cannot find type 'NSLayoutAnchor' in scope
 68 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 69 |                rhs: BBEdgeInsetConvertible)
 70 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 71 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
 72 |         (lhs, rhs)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:70:48: error: cannot find type 'NSLayoutAnchor' in scope
 68 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 69 |                rhs: BBEdgeInsetConvertible)
 70 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                `- error: cannot find type 'NSLayoutAnchor' in scope
 71 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
 72 |         (lhs, rhs)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:71:6: error: cannot find type 'NSLayoutAnchor' in scope
 69 |                rhs: BBEdgeInsetConvertible)
 70 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 71 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 72 |         (lhs, rhs)
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:71:43: error: cannot find type 'NSLayoutAnchor' in scope
 69 |                rhs: BBEdgeInsetConvertible)
 70 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 71 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 72 |         (lhs, rhs)
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:67:23: error: cannot find type 'NSLayoutAnchor' in scope
 65 | // MARK: - Quadruple Anchor And Constant Combinations
 66 |
 67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                       `- error: cannot find type 'NSLayoutAnchor' in scope
 68 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 69 |                rhs: BBEdgeInsetConvertible)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:67:60: error: cannot find type 'NSLayoutAnchor' in scope
 65 | // MARK: - Quadruple Anchor And Constant Combinations
 66 |
 67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                            `- error: cannot find type 'NSLayoutAnchor' in scope
 68 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 69 |                rhs: BBEdgeInsetConvertible)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:68:6: error: cannot find type 'NSLayoutAnchor' in scope
 66 |
 67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 68 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 69 |                rhs: BBEdgeInsetConvertible)
 70 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:68:43: error: cannot find type 'NSLayoutAnchor' in scope
 66 |
 67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 68 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 69 |                rhs: BBEdgeInsetConvertible)
 70 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:78:11: error: cannot find type 'NSLayoutAnchor' in scope
 76 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 77 |                rhs: BBEdgeInsetConvertible)
 78 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 79 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
 80 |         (lhs, rhs)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:78:48: error: cannot find type 'NSLayoutAnchor' in scope
 76 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 77 |                rhs: BBEdgeInsetConvertible)
 78 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                `- error: cannot find type 'NSLayoutAnchor' in scope
 79 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
 80 |         (lhs, rhs)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:79:6: error: cannot find type 'NSLayoutAnchor' in scope
 77 |                rhs: BBEdgeInsetConvertible)
 78 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 79 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 80 |         (lhs, rhs)
 81 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:79:43: error: cannot find type 'NSLayoutAnchor' in scope
 77 |                rhs: BBEdgeInsetConvertible)
 78 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 79 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 80 |         (lhs, rhs)
 81 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:75:23: error: cannot find type 'NSLayoutAnchor' in scope
 73 | }
 74 |
 75 | public func - (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                       `- error: cannot find type 'NSLayoutAnchor' in scope
 76 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 77 |                rhs: BBEdgeInsetConvertible)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:75:60: error: cannot find type 'NSLayoutAnchor' in scope
 73 | }
 74 |
 75 | public func - (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                            `- error: cannot find type 'NSLayoutAnchor' in scope
 76 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
 77 |                rhs: BBEdgeInsetConvertible)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:76:6: error: cannot find type 'NSLayoutAnchor' in scope
 74 |
 75 | public func - (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 77 |                rhs: BBEdgeInsetConvertible)
 78 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:76:43: error: cannot find type 'NSLayoutAnchor' in scope
 74 |
 75 | public func - (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |     (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 77 |                rhs: BBEdgeInsetConvertible)
 78 |     -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:90:12: error: cannot find type 'NSLayoutAnchor' in scope
 88 |     ThirdAnchorType: NSObject,
 89 |     FourthAnchorType: NSObject>(
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:90:45: error: cannot find type 'NSLayoutAnchor' in scope
 88 |     ThirdAnchorType: NSObject,
 89 |     FourthAnchorType: NSObject>(
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:91:6: error: cannot find type 'NSLayoutAnchor' in scope
 89 |     FourthAnchorType: NSObject>(
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:91:39: error: cannot find type 'NSLayoutAnchor' in scope
 89 |     FourthAnchorType: NSObject>(
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:92:13: error: cannot find type 'NSLayoutAnchor' in scope
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |             `- error: cannot find type 'NSLayoutAnchor' in scope
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
 94 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:92:46: error: cannot find type 'NSLayoutAnchor' in scope
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                              `- error: cannot find type 'NSLayoutAnchor' in scope
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
 94 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:93:6: error: cannot find type 'NSLayoutAnchor' in scope
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
 94 |     -> [NSLayoutConstraint] {
 95 |         [lhs.0.0 == rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:93:39: error: cannot find type 'NSLayoutAnchor' in scope
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
 94 |     -> [NSLayoutConstraint] {
 95 |         [lhs.0.0 == rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:94:9: error: cannot find type 'NSLayoutConstraint' in scope
 92 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 93 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
 94 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 95 |         [lhs.0.0 == rhs.0.0.0 + rhs.1.top,
 96 |          lhs.0.1 == rhs.0.0.1 + rhs.1.left,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:86:22: error: cannot find type 'NSObject' in scope
 84 |
 85 | @discardableResult public func ==<
 86 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 87 |     SecondAnchorType: NSObject,
 88 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:87:23: error: cannot find type 'NSObject' in scope
 85 | @discardableResult public func ==<
 86 |     FirstAnchorType: NSObject,
 87 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
 88 |     ThirdAnchorType: NSObject,
 89 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:88:22: error: cannot find type 'NSObject' in scope
 86 |     FirstAnchorType: NSObject,
 87 |     SecondAnchorType: NSObject,
 88 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
 89 |     FourthAnchorType: NSObject>(
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:89:23: error: cannot find type 'NSObject' in scope
 87 |     SecondAnchorType: NSObject,
 88 |     ThirdAnchorType: NSObject,
 89 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
 90 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
 91 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:106:12: error: cannot find type 'NSLayoutAnchor' in scope
104 |     ThirdAnchorType: NSObject,
105 |     FourthAnchorType: NSObject>(
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:106:45: error: cannot find type 'NSLayoutAnchor' in scope
104 |     ThirdAnchorType: NSObject,
105 |     FourthAnchorType: NSObject>(
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:107:6: error: cannot find type 'NSLayoutAnchor' in scope
105 |     FourthAnchorType: NSObject>(
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:107:39: error: cannot find type 'NSLayoutAnchor' in scope
105 |     FourthAnchorType: NSObject>(
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:108:13: error: cannot find type 'NSLayoutAnchor' in scope
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |             `- error: cannot find type 'NSLayoutAnchor' in scope
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
110 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:108:46: error: cannot find type 'NSLayoutAnchor' in scope
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                              `- error: cannot find type 'NSLayoutAnchor' in scope
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
110 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:109:6: error: cannot find type 'NSLayoutAnchor' in scope
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
110 |     -> [NSLayoutConstraint] {
111 |         [lhs.0.0 <= rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:109:39: error: cannot find type 'NSLayoutAnchor' in scope
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
110 |     -> [NSLayoutConstraint] {
111 |         [lhs.0.0 <= rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:110:9: error: cannot find type 'NSLayoutConstraint' in scope
108 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
109 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
110 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
111 |         [lhs.0.0 <= rhs.0.0.0 + rhs.1.top,
112 |          lhs.0.1 <= rhs.0.0.1 + rhs.1.left,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:102:22: error: cannot find type 'NSObject' in scope
100 |
101 | @discardableResult public func <=<
102 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
103 |     SecondAnchorType: NSObject,
104 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:103:23: error: cannot find type 'NSObject' in scope
101 | @discardableResult public func <=<
102 |     FirstAnchorType: NSObject,
103 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
104 |     ThirdAnchorType: NSObject,
105 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:104:22: error: cannot find type 'NSObject' in scope
102 |     FirstAnchorType: NSObject,
103 |     SecondAnchorType: NSObject,
104 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
105 |     FourthAnchorType: NSObject>(
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:105:23: error: cannot find type 'NSObject' in scope
103 |     SecondAnchorType: NSObject,
104 |     ThirdAnchorType: NSObject,
105 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
106 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
107 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:122:12: error: cannot find type 'NSLayoutAnchor' in scope
120 |     ThirdAnchorType: NSObject,
121 |     FourthAnchorType: NSObject>(
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:122:45: error: cannot find type 'NSLayoutAnchor' in scope
120 |     ThirdAnchorType: NSObject,
121 |     FourthAnchorType: NSObject>(
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                             `- error: cannot find type 'NSLayoutAnchor' in scope
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:123:6: error: cannot find type 'NSLayoutAnchor' in scope
121 |     FourthAnchorType: NSObject>(
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:123:39: error: cannot find type 'NSLayoutAnchor' in scope
121 |     FourthAnchorType: NSObject>(
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:124:13: error: cannot find type 'NSLayoutAnchor' in scope
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |             `- error: cannot find type 'NSLayoutAnchor' in scope
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
126 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:124:46: error: cannot find type 'NSLayoutAnchor' in scope
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
    |                                              `- error: cannot find type 'NSLayoutAnchor' in scope
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
126 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:125:6: error: cannot find type 'NSLayoutAnchor' in scope
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |      `- error: cannot find type 'NSLayoutAnchor' in scope
126 |     -> [NSLayoutConstraint] {
127 |         [lhs.0.0 >= rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:125:39: error: cannot find type 'NSLayoutAnchor' in scope
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
126 |     -> [NSLayoutConstraint] {
127 |         [lhs.0.0 >= rhs.0.0.0 + rhs.1.top,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:126:9: error: cannot find type 'NSLayoutConstraint' in scope
124 |     rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
125 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
126 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
127 |         [lhs.0.0 >= rhs.0.0.0 + rhs.1.top,
128 |          lhs.0.1 >= rhs.0.0.1 + rhs.1.left,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:118:22: error: cannot find type 'NSObject' in scope
116 |
117 | @discardableResult public func >=<
118 |     FirstAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
119 |     SecondAnchorType: NSObject,
120 |     ThirdAnchorType: NSObject,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:119:23: error: cannot find type 'NSObject' in scope
117 | @discardableResult public func >=<
118 |     FirstAnchorType: NSObject,
119 |     SecondAnchorType: NSObject,
    |                       `- error: cannot find type 'NSObject' in scope
120 |     ThirdAnchorType: NSObject,
121 |     FourthAnchorType: NSObject>(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:120:22: error: cannot find type 'NSObject' in scope
118 |     FirstAnchorType: NSObject,
119 |     SecondAnchorType: NSObject,
120 |     ThirdAnchorType: NSObject,
    |                      `- error: cannot find type 'NSObject' in scope
121 |     FourthAnchorType: NSObject>(
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:121:23: error: cannot find type 'NSObject' in scope
119 |     SecondAnchorType: NSObject,
120 |     ThirdAnchorType: NSObject,
121 |     FourthAnchorType: NSObject>(
    |                       `- error: cannot find type 'NSObject' in scope
122 |     lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
123 |     (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: error: cannot find type 'NSLayoutAnchor' in scope
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 20 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: error: cannot find type 'NSLayoutAnchor' in scope
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 20 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: error: cannot find type 'NSLayoutAnchor' in scope
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 20 |     -> [NSLayoutConstraint] {
 21 |         [lhs.0 == rhs.0, lhs.1 == rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: error: cannot find type 'NSLayoutAnchor' in scope
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 20 |     -> [NSLayoutConstraint] {
 21 |         [lhs.0 == rhs.0, lhs.1 == rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: error: cannot find type 'NSLayoutConstraint' in scope
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 20 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 21 |         [lhs.0 == rhs.0, lhs.1 == rhs.1]
 22 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:17:52: error: cannot find type 'NSObject' in scope
 15 | // MARK: Double Anchor Constraint
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:17:79: error: cannot find type 'NSObject' in scope
 15 | // MARK: Double Anchor Constraint
 16 |
 17 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 18 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 19 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: error: cannot find type 'NSLayoutAnchor' in scope
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 27 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: error: cannot find type 'NSLayoutAnchor' in scope
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 27 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: error: cannot find type 'NSLayoutAnchor' in scope
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 27 |     -> [NSLayoutConstraint] {
 28 |         [lhs.0 <= rhs.0, lhs.1 <= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: error: cannot find type 'NSLayoutAnchor' in scope
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 27 |     -> [NSLayoutConstraint] {
 28 |         [lhs.0 <= rhs.0, lhs.1 <= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: error: cannot find type 'NSLayoutConstraint' in scope
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 27 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 28 |         [lhs.0 <= rhs.0, lhs.1 <= rhs.1]
 29 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:24:52: error: cannot find type 'NSObject' in scope
 22 | }
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:24:79: error: cannot find type 'NSObject' in scope
 22 | }
 23 |
 24 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 25 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 26 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: error: cannot find type 'NSLayoutAnchor' in scope
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 34 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: error: cannot find type 'NSLayoutAnchor' in scope
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 34 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: error: cannot find type 'NSLayoutAnchor' in scope
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 34 |     -> [NSLayoutConstraint] {
 35 |         [lhs.0 >= rhs.0, lhs.1 >= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: error: cannot find type 'NSLayoutAnchor' in scope
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 34 |     -> [NSLayoutConstraint] {
 35 |         [lhs.0 >= rhs.0, lhs.1 >= rhs.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: error: cannot find type 'NSLayoutConstraint' in scope
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
 34 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 35 |         [lhs.0 >= rhs.0, lhs.1 >= rhs.1]
 36 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:31:52: error: cannot find type 'NSObject' in scope
 29 | }
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:31:79: error: cannot find type 'NSObject' in scope
 29 | }
 30 |
 31 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 32 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 33 |     rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: error: cannot find type 'NSLayoutConstraint' in scope
 39 |
 40 | @discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
 41 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 42 |         [lhs.0 == rhs.width, lhs.1 == rhs.height]
 43 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: error: cannot find type 'NSLayoutDimension' in scope
 38 | // MARK: - Double Dimension Anchor Constraint With Constant And Relation
 39 |
 40 | @discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 41 |     -> [NSLayoutConstraint] {
 42 |         [lhs.0 == rhs.width, lhs.1 == rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: error: cannot find type 'NSLayoutDimension' in scope
 38 | // MARK: - Double Dimension Anchor Constraint With Constant And Relation
 39 |
 40 | @discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                                             `- error: cannot find type 'NSLayoutDimension' in scope
 41 |     -> [NSLayoutConstraint] {
 42 |         [lhs.0 == rhs.width, lhs.1 == rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: error: cannot find type 'NSLayoutConstraint' in scope
 44 |
 45 | @discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
 46 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 47 |         [lhs.0 <= rhs.width, lhs.1 <= rhs.height]
 48 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: error: cannot find type 'NSLayoutDimension' in scope
 43 | }
 44 |
 45 | @discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 46 |     -> [NSLayoutConstraint] {
 47 |         [lhs.0 <= rhs.width, lhs.1 <= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: error: cannot find type 'NSLayoutDimension' in scope
 43 | }
 44 |
 45 | @discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                                             `- error: cannot find type 'NSLayoutDimension' in scope
 46 |     -> [NSLayoutConstraint] {
 47 |         [lhs.0 <= rhs.width, lhs.1 <= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: error: cannot find type 'NSLayoutConstraint' in scope
 49 |
 50 | @discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
 51 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 52 |         [lhs.0 >= rhs.width, lhs.1 >= rhs.height]
 53 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: error: cannot find type 'NSLayoutDimension' in scope
 48 | }
 49 |
 50 | @discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 51 |     -> [NSLayoutConstraint] {
 52 |         [lhs.0 >= rhs.width, lhs.1 >= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: error: cannot find type 'NSLayoutDimension' in scope
 48 | }
 49 |
 50 | @discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
    |                                                             `- error: cannot find type 'NSLayoutDimension' in scope
 51 |     -> [NSLayoutConstraint] {
 52 |         [lhs.0 >= rhs.width, lhs.1 >= rhs.height]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: error: cannot find type 'NSLayoutAnchor' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: error: cannot find type 'NSLayoutAnchor' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:86: error: cannot find type 'CGFloat' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:95: error: cannot find type 'CGFloat' in scope
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 60 |         ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
 61 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: error: cannot find type 'NSLayoutAnchor' in scope
 55 | // MARK: - Double Anchor And Constant Combinations
 56 |
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: error: cannot find type 'NSLayoutAnchor' in scope
 55 | // MARK: - Double Anchor And Constant Combinations
 56 |
 57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 58 |                rhs: BBOffsetConvertible)
 59 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: error: cannot find type 'NSLayoutAnchor' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: error: cannot find type 'NSLayoutAnchor' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:86: error: cannot find type 'CGFloat' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:95: error: cannot find type 'CGFloat' in scope
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 66 |         ((lhs.0, lhs.1), (-rhs.horizontal, -rhs.vertical))
 67 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: error: cannot find type 'NSLayoutAnchor' in scope
 61 | }
 62 |
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: error: cannot find type 'NSLayoutAnchor' in scope
 61 | }
 62 |
 63 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 64 |                rhs: BBOffsetConvertible)
 65 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: error: cannot find type 'NSLayoutAnchor' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: error: cannot find type 'NSLayoutAnchor' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:86: error: cannot find type 'CGFloat' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:95: error: cannot find type 'CGFloat' in scope
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 72 |         ((lhs.0, lhs.1), (rhs.left, -rhs.right))
 73 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: error: cannot find type 'NSLayoutAnchor' in scope
 67 | }
 68 |
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: error: cannot find type 'NSLayoutAnchor' in scope
 67 | }
 68 |
 69 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 70 |                rhs: BBEdgeInsetConvertible)
 71 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:10: error: cannot find type 'NSLayoutAnchor' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:47: error: cannot find type 'NSLayoutAnchor' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:86: error: cannot find type 'CGFloat' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:95: error: cannot find type 'CGFloat' in scope
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 78 |         ((lhs.0, lhs.1), (-rhs.left, rhs.right))
 79 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:22: error: cannot find type 'NSLayoutAnchor' in scope
 73 | }
 74 |
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:59: error: cannot find type 'NSLayoutAnchor' in scope
 73 | }
 74 |
 75 | public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 76 |                rhs: BBEdgeInsetConvertible)
 77 |     -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:10: error: cannot find type 'NSLayoutAnchor' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:47: error: cannot find type 'NSLayoutAnchor' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:86: error: cannot find type 'CGFloat' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:95: error: cannot find type 'CGFloat' in scope
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 84 |         ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
 85 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:22: error: cannot find type 'NSLayoutAnchor' in scope
 79 | }
 80 |
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:59: error: cannot find type 'NSLayoutAnchor' in scope
 79 | }
 80 |
 81 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 82 |                rhs: BBEdgeInsetConvertible)
 83 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:10: error: cannot find type 'NSLayoutAnchor' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |          `- error: cannot find type 'NSLayoutAnchor' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:47: error: cannot find type 'NSLayoutAnchor' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                               `- error: cannot find type 'NSLayoutAnchor' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:86: error: cannot find type 'CGFloat' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                      `- error: cannot find type 'CGFloat' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:95: error: cannot find type 'CGFloat' in scope
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
    |                                                                                               `- error: cannot find type 'CGFloat' in scope
 90 |         ((lhs.0, lhs.1), (-rhs.top, rhs.bottom))
 91 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:22: error: cannot find type 'NSLayoutAnchor' in scope
 85 | }
 86 |
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                      `- error: cannot find type 'NSLayoutAnchor' in scope
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:59: error: cannot find type 'NSLayoutAnchor' in scope
 85 | }
 86 |
 87 | public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
    |                                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 88 |                rhs: BBEdgeInsetConvertible)
 89 |     -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:11: error: cannot find type 'NSLayoutAnchor' in scope
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
 98 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:43: error: cannot find type 'NSLayoutAnchor' in scope
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
 98 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:12: error: cannot find type 'NSLayoutAnchor' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:44: error: cannot find type 'NSLayoutAnchor' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                            `- error: cannot find type 'NSLayoutAnchor' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:79: error: cannot find type 'CGFloat' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                               `- error: cannot find type 'CGFloat' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:88: error: cannot find type 'CGFloat' in scope
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                                        `- error: cannot find type 'CGFloat' in scope
 98 |     -> [NSLayoutConstraint] {
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:98:9: error: cannot find type 'NSLayoutConstraint' in scope
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
 98 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
 99 |         [lhs.0 == rhs.0.0 + rhs.1.0, lhs.1 == rhs.0.1 + rhs.1.1]
100 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:95:52: error: cannot find type 'NSObject' in scope
 93 | // MARK: - Double Anchor Constraint With Constant And Relation
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:95:79: error: cannot find type 'NSObject' in scope
 93 | // MARK: - Double Anchor Constraint With Constant And Relation
 94 |
 95 | @discardableResult public func == <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
 96 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
 97 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:11: error: cannot find type 'NSLayoutAnchor' in scope
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
105 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:43: error: cannot find type 'NSLayoutAnchor' in scope
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
105 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:12: error: cannot find type 'NSLayoutAnchor' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:44: error: cannot find type 'NSLayoutAnchor' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                            `- error: cannot find type 'NSLayoutAnchor' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:79: error: cannot find type 'CGFloat' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                               `- error: cannot find type 'CGFloat' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:88: error: cannot find type 'CGFloat' in scope
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                                        `- error: cannot find type 'CGFloat' in scope
105 |     -> [NSLayoutConstraint] {
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:105:9: error: cannot find type 'NSLayoutConstraint' in scope
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
105 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
106 |         [lhs.0 <= rhs.0.0 + rhs.1.0, lhs.1 <= rhs.0.1 + rhs.1.1]
107 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:102:52: error: cannot find type 'NSObject' in scope
100 | }
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:102:79: error: cannot find type 'NSObject' in scope
100 | }
101 |
102 | @discardableResult public func <= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
103 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
104 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:11: error: cannot find type 'NSLayoutAnchor' in scope
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |           `- error: cannot find type 'NSLayoutAnchor' in scope
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
112 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:43: error: cannot find type 'NSLayoutAnchor' in scope
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
    |                                           `- error: cannot find type 'NSLayoutAnchor' in scope
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
112 |     -> [NSLayoutConstraint] {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:12: error: cannot find type 'NSLayoutAnchor' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |            `- error: cannot find type 'NSLayoutAnchor' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:44: error: cannot find type 'NSLayoutAnchor' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                            `- error: cannot find type 'NSLayoutAnchor' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:79: error: cannot find type 'CGFloat' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                               `- error: cannot find type 'CGFloat' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:88: error: cannot find type 'CGFloat' in scope
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
    |                                                                                        `- error: cannot find type 'CGFloat' in scope
112 |     -> [NSLayoutConstraint] {
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:112:9: error: cannot find type 'NSLayoutConstraint' in scope
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
112 |     -> [NSLayoutConstraint] {
    |         `- error: cannot find type 'NSLayoutConstraint' in scope
113 |         [lhs.0 >= rhs.0.0 + rhs.1.0, lhs.1 >= rhs.0.1 + rhs.1.1]
114 | }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:109:52: error: cannot find type 'NSObject' in scope
107 | }
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                    `- error: cannot find type 'NSObject' in scope
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:109:79: error: cannot find type 'NSObject' in scope
107 | }
108 |
109 | @discardableResult public func >= <LeftAnchorType: NSObject, RightAnchorType: NSObject>(
    |                                                                               `- error: cannot find type 'NSObject' in scope
110 |     lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
111 |     rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
[23/25] Compiling AutoLayoutProxy BBAutoLayoutStackable.swift
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:19:22: error: cannot find type 'NSLayoutConstraint' in scope
 17 |     func addSubview(
 18 |         _ view: View,
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:20:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 18 |         _ view: View,
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
    |              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:21:22: error: cannot find type 'NSLayoutConstraint' in scope
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:22:15: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
    |               `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:23:23: error: cannot find type 'NSLayoutConstraint' in scope
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
    |                       `- error: cannot find type 'NSLayoutConstraint' in scope
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:24:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:25:26: error: cannot find type 'NSLayoutConstraint' in scope
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:26:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
    |                 `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:27:25: error: cannot find type 'NSLayoutConstraint' in scope
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:28:16: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
    |                `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:29:24: error: cannot find type 'NSLayoutConstraint' in scope
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:30:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
    |                   `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 32 |         inset: BBEdgeInsetConvertible                 = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:31:27: error: cannot find type 'NSLayoutConstraint' in scope
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
    |                           `- error: cannot find type 'NSLayoutConstraint' in scope
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:33:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:34:26: error: cannot find type 'NSLayoutConstraint' in scope
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:35:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 37 |         offset: BBOffsetConvertible                   = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:36:26: error: cannot find type 'NSLayoutConstraint' in scope
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:38:16: error: cannot find type 'NSLayoutDimension' in scope
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
    |                `- error: cannot find type 'NSLayoutDimension' in scope
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:39:24: error: cannot find type 'NSLayoutConstraint' in scope
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 40 |         height: NSLayoutDimension?                    = nil,
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:40:17: error: cannot find type 'NSLayoutDimension' in scope
 38 |         width: NSLayoutDimension?                     = nil,
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
    |                 `- error: cannot find type 'NSLayoutDimension' in scope
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
 42 |         multiplier: BBMultiplierConvertible           = 1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:41:25: error: cannot find type 'NSLayoutConstraint' in scope
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 42 |         multiplier: BBMultiplierConvertible           = 1,
 43 |         size: BBSizeConvertible                       = 0) {
[24/25] Compiling AutoLayoutProxy BBAutoLayoutable.swift
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:19:22: error: cannot find type 'NSLayoutConstraint' in scope
 17 |     func addSubview(
 18 |         _ view: View,
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:20:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 18 |         _ view: View,
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
    |              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:21:22: error: cannot find type 'NSLayoutConstraint' in scope
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:22:15: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
    |               `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:23:23: error: cannot find type 'NSLayoutConstraint' in scope
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
    |                       `- error: cannot find type 'NSLayoutConstraint' in scope
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:24:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:25:26: error: cannot find type 'NSLayoutConstraint' in scope
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:26:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
    |                 `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:27:25: error: cannot find type 'NSLayoutConstraint' in scope
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:28:16: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
    |                `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:29:24: error: cannot find type 'NSLayoutConstraint' in scope
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:30:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
    |                   `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 32 |         inset: BBEdgeInsetConvertible                 = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:31:27: error: cannot find type 'NSLayoutConstraint' in scope
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
    |                           `- error: cannot find type 'NSLayoutConstraint' in scope
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:33:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:34:26: error: cannot find type 'NSLayoutConstraint' in scope
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:35:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 37 |         offset: BBOffsetConvertible                   = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:36:26: error: cannot find type 'NSLayoutConstraint' in scope
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:38:16: error: cannot find type 'NSLayoutDimension' in scope
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
    |                `- error: cannot find type 'NSLayoutDimension' in scope
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:39:24: error: cannot find type 'NSLayoutConstraint' in scope
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 40 |         height: NSLayoutDimension?                    = nil,
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:40:17: error: cannot find type 'NSLayoutDimension' in scope
 38 |         width: NSLayoutDimension?                     = nil,
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
    |                 `- error: cannot find type 'NSLayoutDimension' in scope
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
 42 |         multiplier: BBMultiplierConvertible           = 1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:41:25: error: cannot find type 'NSLayoutConstraint' in scope
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 42 |         multiplier: BBMultiplierConvertible           = 1,
 43 |         size: BBSizeConvertible                       = 0) {
[25/25] Compiling AutoLayoutProxy BBAutoLayoutableExtensions.swift
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:19:22: error: cannot find type 'NSLayoutConstraint' in scope
 17 |     func addSubview(
 18 |         _ view: View,
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:20:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 18 |         _ view: View,
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
    |              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:21:22: error: cannot find type 'NSLayoutConstraint' in scope
 19 |         anchors: Set<NSLayoutConstraint.Attribute>    = [],
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:22:15: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 20 |         top: NSLayoutYAxisAnchor?                     = nil,
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
    |               `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:23:23: error: cannot find type 'NSLayoutConstraint' in scope
 21 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
    |                       `- error: cannot find type 'NSLayoutConstraint' in scope
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:24:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 22 |         left: NSLayoutXAxisAnchor?                    = nil,
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:25:26: error: cannot find type 'NSLayoutConstraint' in scope
 23 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:26:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 24 |         leading: NSLayoutXAxisAnchor?                 = nil,
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
    |                 `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:27:25: error: cannot find type 'NSLayoutConstraint' in scope
 25 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:28:16: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 26 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
    |                `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:29:24: error: cannot find type 'NSLayoutConstraint' in scope
 27 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:30:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 28 |         right: NSLayoutXAxisAnchor?                   = nil,
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
    |                   `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 32 |         inset: BBEdgeInsetConvertible                 = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:31:27: error: cannot find type 'NSLayoutConstraint' in scope
 29 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 30 |         trailing: NSLayoutXAxisAnchor?                = nil,
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
    |                           `- error: cannot find type 'NSLayoutConstraint' in scope
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:33:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 31 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:34:26: error: cannot find type 'NSLayoutConstraint' in scope
 32 |         inset: BBEdgeInsetConvertible                 = 0,
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:35:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 33 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 37 |         offset: BBOffsetConvertible                   = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:36:26: error: cannot find type 'NSLayoutConstraint' in scope
 34 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 35 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:38:16: error: cannot find type 'NSLayoutDimension' in scope
 36 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
    |                `- error: cannot find type 'NSLayoutDimension' in scope
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:39:24: error: cannot find type 'NSLayoutConstraint' in scope
 37 |         offset: BBOffsetConvertible                   = 0,
 38 |         width: NSLayoutDimension?                     = nil,
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 40 |         height: NSLayoutDimension?                    = nil,
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:40:17: error: cannot find type 'NSLayoutDimension' in scope
 38 |         width: NSLayoutDimension?                     = nil,
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
    |                 `- error: cannot find type 'NSLayoutDimension' in scope
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
 42 |         multiplier: BBMultiplierConvertible           = 1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:41:25: error: cannot find type 'NSLayoutConstraint' in scope
 39 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
 40 |         height: NSLayoutDimension?                    = nil,
 41 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 42 |         multiplier: BBMultiplierConvertible           = 1,
 43 |         size: BBSizeConvertible                       = 0) {
BUILD FAILURE 6.0 linux