The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AutoLayoutProxy, reference 4.1.0 (300fa5), with Swift 6.2 for Android on 20 Jun 2025 12:25:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

166 |     (lhs.0, (lhs.1.0, -rhs))
167 | }
/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/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: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: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/BBConvertible/BBEdgeInsetConvertible.swift:19:17: error: cannot find type 'CGFloat' in scope
17 |     var left: CGFloat { get }
18 |
19 |     var bottom: CGFloat { get }
   |                 `- error: cannot find type 'CGFloat' in scope
20 |
21 |     var right: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:120:23: error: cannot infer contextual base in reference to member 'bottom'
118 |         if sides.contains(.bottom) || bottom != nil {
119 |             view.anchor(
120 |                 lhs: .bottom,
    |                       `- error: cannot infer contextual base in reference to member 'bottom'
121 |                 relation: bottomRelation,
122 |                 rhs: bottom ?? bottomAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:125:28: error: cannot infer contextual base in reference to member 'right'
123 |                 constant: -inset.bottom)
124 |         }
125 |         if sides.contains(.right) || right != nil {
    |                            `- error: cannot infer contextual base in reference to member 'right'
126 |             view.anchor(
127 |                 lhs: .right,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:21:16: error: cannot find type 'CGFloat' in scope
19 |     var bottom: CGFloat { get }
20 |
21 |     var right: CGFloat { get }
   |                `- error: cannot find type 'CGFloat' in scope
22 | }
23 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:127:23: error: cannot infer contextual base in reference to member 'right'
125 |         if sides.contains(.right) || right != nil {
126 |             view.anchor(
127 |                 lhs: .right,
    |                       `- error: cannot infer contextual base in reference to member 'right'
128 |                 relation: rightRelation,
129 |                 rhs: right ?? rightAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:132:28: error: cannot infer contextual base in reference to member 'trailing'
130 |                 constant: -inset.right)
131 |         }
132 |         if sides.contains(.trailing) || trailing != nil {
    |                            `- error: cannot infer contextual base in reference to member 'trailing'
133 |             view.anchor(
134 |                 lhs: .trailing,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:134:23: error: cannot infer contextual base in reference to member 'trailing'
132 |         if sides.contains(.trailing) || trailing != nil {
133 |             view.anchor(
134 |                 lhs: .trailing,
    |                       `- error: cannot infer contextual base in reference to member 'trailing'
135 |                 relation: trailingRelation,
136 |                 rhs: trailing ?? trailingAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:150:30: error: cannot infer contextual base in reference to member 'centerX'
148 |         offset: BBOffsetConvertible                  = 0) {
149 |
150 |         if centers.contains(.centerX) || centerX != nil {
    |                              `- error: cannot infer contextual base in reference to member 'centerX'
151 |             view.anchor(
152 |                 lhs: .centerX,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBOffsetConvertible.swift:15:21: error: cannot find type 'CGFloat' in scope
13 | public protocol BBOffsetConvertible {
14 |
15 |     var horizontal: CGFloat { get }
   |                     `- error: cannot find type 'CGFloat' in scope
16 |
17 |     var vertical: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:152:23: error: cannot infer contextual base in reference to member 'centerX'
150 |         if centers.contains(.centerX) || centerX != nil {
151 |             view.anchor(
152 |                 lhs: .centerX,
    |                       `- error: cannot infer contextual base in reference to member 'centerX'
153 |                 relation: centerXRelation,
154 |                 rhs: centerX ?? centerXAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:157:30: error: cannot infer contextual base in reference to member 'centerY'
155 |                 constant: offset.horizontal)
156 |         }
157 |         if centers.contains(.centerY) || centerY != nil {
    |                              `- error: cannot infer contextual base in reference to member 'centerY'
158 |             view.anchor(
159 |                 lhs: .centerY,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBOffsetConvertible.swift:17:19: error: cannot find type 'CGFloat' in scope
15 |     var horizontal: CGFloat { get }
16 |
17 |     var vertical: CGFloat { get }
   |                   `- error: cannot find type 'CGFloat' in scope
18 | }
19 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:159:23: error: cannot infer contextual base in reference to member 'centerY'
157 |         if centers.contains(.centerY) || centerY != nil {
158 |             view.anchor(
159 |                 lhs: .centerY,
    |                       `- error: cannot infer contextual base in reference to member 'centerY'
160 |                 relation: centerYRelation,
161 |                 rhs: centerY ?? centerYAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:176:28: error: cannot infer contextual base in reference to member 'width'
174 |         size: BBSizeConvertible                     = 0) {
175 |
176 |         if sides.contains(.width) || width != nil {
    |                            `- error: cannot infer contextual base in reference to member 'width'
177 |             view.anchor(
178 |                 lhs: .width,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:15:23: error: cannot find type 'CGFloat' in scope
13 | public struct BBMultiplier {
14 |
15 |     public var width: CGFloat
   |                       `- error: cannot find type 'CGFloat' in scope
16 |
17 |     public var height: CGFloat
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBSizeConvertible.swift:15:16: error: cannot find type 'CGFloat' in scope
13 | public protocol BBSizeConvertible {
14 |
15 |     var width: CGFloat { get }
   |                `- error: cannot find type 'CGFloat' in scope
16 |
17 |     var height: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:178:23: error: cannot infer contextual base in reference to member 'width'
176 |         if sides.contains(.width) || width != nil {
177 |             view.anchor(
178 |                 lhs: .width,
    |                       `- error: cannot infer contextual base in reference to member 'width'
179 |                 relation: widthRelation,
180 |                 rhs: width ?? widthAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:185:23: error: cannot infer contextual base in reference to member 'width'
183 |         } else if size.width != 0 {
184 |             view.anchor(
185 |                 lhs: .width,
    |                       `- error: cannot infer contextual base in reference to member 'width'
186 |                 relation: widthRelation,
187 |                 rhs: size.width)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:189:28: error: cannot infer contextual base in reference to member 'height'
187 |                 rhs: size.width)
188 |         }
189 |         if sides.contains(.height) || height != nil {
    |                            `- error: cannot infer contextual base in reference to member 'height'
190 |             view.anchor(
191 |                 lhs: .height,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:17:24: error: cannot find type 'CGFloat' in scope
15 |     public var width: CGFloat
16 |
17 |     public var height: CGFloat
   |                        `- error: cannot find type 'CGFloat' in scope
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBSizeConvertible.swift:17:17: error: cannot find type 'CGFloat' in scope
15 |     var width: CGFloat { get }
16 |
17 |     var height: CGFloat { get }
   |                 `- error: cannot find type 'CGFloat' in scope
18 | }
19 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:191:23: error: cannot infer contextual base in reference to member 'height'
189 |         if sides.contains(.height) || height != nil {
190 |             view.anchor(
191 |                 lhs: .height,
    |                       `- error: cannot infer contextual base in reference to member 'height'
192 |                 relation: heightRelation,
193 |                 rhs: height ?? heightAnchor,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:198:23: error: cannot infer contextual base in reference to member 'height'
196 |         } else if size.height != 0 {
197 |             view.anchor(
198 |                 lhs: .height,
    |                       `- error: cannot infer contextual base in reference to member 'height'
199 |                 relation: heightRelation,
200 |                 rhs: size.height)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:211:39: error: cannot find type 'NSLayoutAnchor' in scope
209 |         constant: CGFloat                     = 0) {
210 |
211 |         let lhs = anchor(for: lhs) as NSLayoutAnchor<AnchorType>?
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
212 |
213 |         switch relation {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:215:34: error: cannot find type 'NSLayoutDimension' in scope
213 |         switch relation {
214 |         case .lessThanOrEqual:
215 |             if let lhs = lhs as? NSLayoutDimension {
    |                                  `- error: cannot find type 'NSLayoutDimension' in scope
216 |                 if let rhs = rhs as? NSLayoutDimension {
217 |                     lhs.constraint(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:216:38: error: cannot find type 'NSLayoutDimension' in scope
214 |         case .lessThanOrEqual:
215 |             if let lhs = lhs as? NSLayoutDimension {
216 |                 if let rhs = rhs as? NSLayoutDimension {
    |                                      `- error: cannot find type 'NSLayoutDimension' in scope
217 |                     lhs.constraint(
218 |                         lessThanOrEqualTo: rhs,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:234:34: error: cannot find type 'NSLayoutDimension' in scope
232 |             }
233 |         case .greaterThanOrEqual:
234 |             if let lhs = lhs as? NSLayoutDimension {
    |                                  `- error: cannot find type 'NSLayoutDimension' in scope
235 |                 if let rhs = rhs as? NSLayoutDimension {
236 |                     lhs.constraint(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:235:38: error: cannot find type 'NSLayoutDimension' in scope
233 |         case .greaterThanOrEqual:
234 |             if let lhs = lhs as? NSLayoutDimension {
235 |                 if let rhs = rhs as? NSLayoutDimension {
    |                                      `- error: cannot find type 'NSLayoutDimension' in scope
236 |                     lhs.constraint(
237 |                         greaterThanOrEqualTo: rhs,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:253:34: error: cannot find type 'NSLayoutDimension' in scope
251 |             }
252 |         default:
253 |             if let lhs = lhs as? NSLayoutDimension {
    |                                  `- error: cannot find type 'NSLayoutDimension' in scope
254 |                 if let rhs = rhs as? NSLayoutDimension {
255 |                     lhs.constraint(
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:254:38: error: cannot find type 'NSLayoutDimension' in scope
252 |         default:
253 |             if let lhs = lhs as? NSLayoutDimension {
254 |                 if let rhs = rhs as? NSLayoutDimension {
    |                                      `- error: cannot find type 'NSLayoutDimension' in scope
255 |                     lhs.constraint(
256 |                         equalTo: rhs,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:279:39: error: cannot find type 'NSLayoutAnchor' in scope
277 |         rhs: CGFloat                          = 0) {
278 |
279 |         let lhs = anchor(for: lhs) as NSLayoutAnchor<NSLayoutDimension>?
    |                                       `- error: cannot find type 'NSLayoutAnchor' in scope
280 |
281 |         switch relation {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:283:34: error: cannot find type 'NSLayoutDimension' in scope
281 |         switch relation {
282 |         case .lessThanOrEqual:
283 |             if let lhs = lhs as? NSLayoutDimension {
    |                                  `- error: cannot find type 'NSLayoutDimension' in scope
284 |                 lhs.constraint(
285 |                     lessThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:289:34: error: cannot find type 'NSLayoutDimension' in scope
287 |             }
288 |         case .greaterThanOrEqual:
289 |             if let lhs = lhs as? NSLayoutDimension {
    |                                  `- error: cannot find type 'NSLayoutDimension' in scope
290 |                 lhs.constraint(
291 |                     greaterThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:295:34: error: cannot find type 'NSLayoutDimension' in scope
293 |             }
294 |         default:
295 |             if let lhs = lhs as? NSLayoutDimension {
    |                                  `- error: cannot find type 'NSLayoutDimension' in scope
296 |                 lhs.constraint(
297 |                     equalToConstant: rhs)
[20/25] Compiling AutoLayoutProxy BBAutoLayoutableHelpers.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) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:79:24: error: cannot find type 'NSLayoutConstraint' in scope
 77 |
 78 |     func anchor(
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:80:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 78 |     func anchor(
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
    |              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:81:22: error: cannot find type 'NSLayoutConstraint' in scope
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:82:15: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
    |               `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:83:23: error: cannot find type 'NSLayoutConstraint' in scope
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
    |                       `- error: cannot find type 'NSLayoutConstraint' in scope
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:84:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:85:26: error: cannot find type 'NSLayoutConstraint' in scope
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:86:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
    |                 `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:87:25: error: cannot find type 'NSLayoutConstraint' in scope
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:88:16: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
    |                `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:89:24: error: cannot find type 'NSLayoutConstraint' in scope
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:90:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
    |                   `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 92 |         inset: BBEdgeInsetConvertible                 = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:91:27: error: cannot find type 'NSLayoutConstraint' in scope
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
    |                           `- error: cannot find type 'NSLayoutConstraint' in scope
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:93:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:94:26: error: cannot find type 'NSLayoutConstraint' in scope
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:95:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 97 |         offset: BBOffsetConvertible                   = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:96:26: error: cannot find type 'NSLayoutConstraint' in scope
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:98:16: error: cannot find type 'NSLayoutDimension' in scope
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
    |                `- error: cannot find type 'NSLayoutDimension' in scope
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:99:24: error: cannot find type 'NSLayoutConstraint' in scope
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
100 |         height: NSLayoutDimension?                    = nil,
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:100:17: error: cannot find type 'NSLayoutDimension' in scope
 98 |         width: NSLayoutDimension?                     = nil,
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
    |                 `- error: cannot find type 'NSLayoutDimension' in scope
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
102 |         multiplier: BBMultiplierConvertible           = 1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:101:25: error: cannot find type 'NSLayoutConstraint' in scope
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
102 |         multiplier: BBMultiplierConvertible           = 1,
103 |         size: BBSizeConvertible                       = 0) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:19:22: error: cannot find type 'NSLayoutConstraint' in scope
 17 |     func anchorView(
 18 |         _ view: BBAnchorable,
 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/BBAnchorable/BBAnchorableHelpers.swift:20:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 18 |         _ view: BBAnchorable,
 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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:15:14: error: cannot find type 'CGFloat' in scope
13 | public protocol BBEdgeInsetConvertible {
14 |
15 |     var top: CGFloat { get }
   |              `- error: cannot find type 'CGFloat' in scope
16 |
17 |     var left: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:17:15: error: cannot find type 'CGFloat' in scope
15 |     var top: CGFloat { get }
16 |
17 |     var left: CGFloat { get }
   |               `- error: cannot find type 'CGFloat' in scope
18 |
19 |     var bottom: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:19:17: error: cannot find type 'CGFloat' in scope
17 |     var left: CGFloat { get }
18 |
19 |     var bottom: CGFloat { get }
   |                 `- error: cannot find type 'CGFloat' in scope
20 |
21 |     var right: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:21:16: error: cannot find type 'CGFloat' in scope
19 |     var bottom: CGFloat { get }
20 |
21 |     var right: CGFloat { get }
   |                `- error: cannot find type 'CGFloat' in scope
22 | }
23 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:36:11: error: cannot find type 'CGFloat' in scope
34 | #endif
35 |
36 | extension CGFloat: BBEdgeInsetConvertible {
   |           `- error: cannot find type 'CGFloat' in scope
37 |
38 |     public var top: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:49:21: error: cannot find type 'CGFloat' in scope
47 | extension Double: BBEdgeInsetConvertible {
48 |
49 |     public var top: CGFloat { CGFloat(self) }
   |                     `- error: cannot find type 'CGFloat' in scope
50 |
51 |     public var left: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:51:22: error: cannot find type 'CGFloat' in scope
49 |     public var top: CGFloat { CGFloat(self) }
50 |
51 |     public var left: CGFloat { CGFloat(self) }
   |                      `- error: cannot find type 'CGFloat' in scope
52 |
53 |     public var bottom: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:53:24: error: cannot find type 'CGFloat' in scope
51 |     public var left: CGFloat { CGFloat(self) }
52 |
53 |     public var bottom: CGFloat { CGFloat(self) }
   |                        `- error: cannot find type 'CGFloat' in scope
54 |
55 |     public var right: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:55:23: error: cannot find type 'CGFloat' in scope
53 |     public var bottom: CGFloat { CGFloat(self) }
54 |
55 |     public var right: CGFloat { CGFloat(self) }
   |                       `- error: cannot find type 'CGFloat' in scope
56 | }
57 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:60:21: error: cannot find type 'CGFloat' in scope
58 | extension Int: BBEdgeInsetConvertible {
59 |
60 |     public var top: CGFloat { CGFloat(self) }
   |                     `- error: cannot find type 'CGFloat' in scope
61 |
62 |     public var left: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:62:22: error: cannot find type 'CGFloat' in scope
60 |     public var top: CGFloat { CGFloat(self) }
61 |
62 |     public var left: CGFloat { CGFloat(self) }
   |                      `- error: cannot find type 'CGFloat' in scope
63 |
64 |     public var bottom: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:64:24: error: cannot find type 'CGFloat' in scope
62 |     public var left: CGFloat { CGFloat(self) }
63 |
64 |     public var bottom: CGFloat { CGFloat(self) }
   |                        `- error: cannot find type 'CGFloat' in scope
65 |
66 |     public var right: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:66:23: error: cannot find type 'CGFloat' in scope
64 |     public var bottom: CGFloat { CGFloat(self) }
65 |
66 |     public var right: CGFloat { CGFloat(self) }
   |                       `- error: cannot find type 'CGFloat' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:23:11: error: cannot find type 'CGFloat' in scope
21 | }
22 |
23 | extension CGFloat: BBMultiplierConvertible {
   |           `- error: cannot find type 'CGFloat' in scope
24 |
25 |     public var multiplierValue: BBMultiplier { BBMultiplier(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:30:61: error: cannot find 'CGFloat' in scope
28 | extension Double: BBMultiplierConvertible {
29 |
30 |     public var multiplierValue: BBMultiplier { BBMultiplier(CGFloat(self)) }
   |                                                             `- error: cannot find 'CGFloat' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:19:26: error: cannot find type 'CGFloat' in scope
17 |     public var height: CGFloat
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
   |                          `- error: cannot find type 'CGFloat' in scope
20 |         self.width  = width
21 |         self.height = height
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:19:49: error: cannot find type 'CGFloat' in scope
17 |     public var height: CGFloat
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
   |                                                 `- error: cannot find type 'CGFloat' in scope
20 |         self.width  = width
21 |         self.height = height
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:24:18: error: cannot find type 'CGFloat' in scope
22 |     }
23 |
24 |     init(_ both: CGFloat = 1) {
   |                  `- error: cannot find type 'CGFloat' in scope
25 |         self.init(w: both, h: both)
26 |     }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:35:61: error: cannot find 'CGFloat' in scope
33 | extension Int: BBMultiplierConvertible {
34 |
35 |     public var multiplierValue: BBMultiplier { BBMultiplier(CGFloat(self)) }
   |                                                             `- error: cannot find 'CGFloat' in scope
36 | }
37 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:38:21: error: cannot find type 'CGFloat' in scope
36 | extension CGFloat: BBEdgeInsetConvertible {
37 |
38 |     public var top: CGFloat { self }
   |                     `- error: cannot find type 'CGFloat' in scope
39 |
40 |     public var left: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:40:22: error: cannot find type 'CGFloat' in scope
38 |     public var top: CGFloat { self }
39 |
40 |     public var left: CGFloat { self }
   |                      `- error: cannot find type 'CGFloat' in scope
41 |
42 |     public var bottom: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:42:24: error: cannot find type 'CGFloat' in scope
40 |     public var left: CGFloat { self }
41 |
42 |     public var bottom: CGFloat { self }
   |                        `- error: cannot find type 'CGFloat' in scope
43 |
44 |     public var right: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:44:23: error: cannot find type 'CGFloat' in scope
42 |     public var bottom: CGFloat { self }
43 |
44 |     public var right: CGFloat { self }
   |                       `- error: cannot find type 'CGFloat' in scope
45 | }
46 |
[21/25] Compiling AutoLayoutProxy BBEdgeInsetConvertible.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) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:79:24: error: cannot find type 'NSLayoutConstraint' in scope
 77 |
 78 |     func anchor(
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:80:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 78 |     func anchor(
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
    |              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:81:22: error: cannot find type 'NSLayoutConstraint' in scope
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:82:15: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
    |               `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:83:23: error: cannot find type 'NSLayoutConstraint' in scope
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
    |                       `- error: cannot find type 'NSLayoutConstraint' in scope
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:84:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:85:26: error: cannot find type 'NSLayoutConstraint' in scope
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:86:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
    |                 `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:87:25: error: cannot find type 'NSLayoutConstraint' in scope
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:88:16: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
    |                `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:89:24: error: cannot find type 'NSLayoutConstraint' in scope
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:90:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
    |                   `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 92 |         inset: BBEdgeInsetConvertible                 = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:91:27: error: cannot find type 'NSLayoutConstraint' in scope
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
    |                           `- error: cannot find type 'NSLayoutConstraint' in scope
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:93:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:94:26: error: cannot find type 'NSLayoutConstraint' in scope
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:95:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 97 |         offset: BBOffsetConvertible                   = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:96:26: error: cannot find type 'NSLayoutConstraint' in scope
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:98:16: error: cannot find type 'NSLayoutDimension' in scope
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
    |                `- error: cannot find type 'NSLayoutDimension' in scope
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:99:24: error: cannot find type 'NSLayoutConstraint' in scope
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
100 |         height: NSLayoutDimension?                    = nil,
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:100:17: error: cannot find type 'NSLayoutDimension' in scope
 98 |         width: NSLayoutDimension?                     = nil,
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
    |                 `- error: cannot find type 'NSLayoutDimension' in scope
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
102 |         multiplier: BBMultiplierConvertible           = 1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:101:25: error: cannot find type 'NSLayoutConstraint' in scope
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
102 |         multiplier: BBMultiplierConvertible           = 1,
103 |         size: BBSizeConvertible                       = 0) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:19:22: error: cannot find type 'NSLayoutConstraint' in scope
 17 |     func anchorView(
 18 |         _ view: BBAnchorable,
 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/BBAnchorable/BBAnchorableHelpers.swift:20:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 18 |         _ view: BBAnchorable,
 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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:15:14: error: cannot find type 'CGFloat' in scope
13 | public protocol BBEdgeInsetConvertible {
14 |
15 |     var top: CGFloat { get }
   |              `- error: cannot find type 'CGFloat' in scope
16 |
17 |     var left: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:17:15: error: cannot find type 'CGFloat' in scope
15 |     var top: CGFloat { get }
16 |
17 |     var left: CGFloat { get }
   |               `- error: cannot find type 'CGFloat' in scope
18 |
19 |     var bottom: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:19:17: error: cannot find type 'CGFloat' in scope
17 |     var left: CGFloat { get }
18 |
19 |     var bottom: CGFloat { get }
   |                 `- error: cannot find type 'CGFloat' in scope
20 |
21 |     var right: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:21:16: error: cannot find type 'CGFloat' in scope
19 |     var bottom: CGFloat { get }
20 |
21 |     var right: CGFloat { get }
   |                `- error: cannot find type 'CGFloat' in scope
22 | }
23 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:36:11: error: cannot find type 'CGFloat' in scope
34 | #endif
35 |
36 | extension CGFloat: BBEdgeInsetConvertible {
   |           `- error: cannot find type 'CGFloat' in scope
37 |
38 |     public var top: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:49:21: error: cannot find type 'CGFloat' in scope
47 | extension Double: BBEdgeInsetConvertible {
48 |
49 |     public var top: CGFloat { CGFloat(self) }
   |                     `- error: cannot find type 'CGFloat' in scope
50 |
51 |     public var left: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:51:22: error: cannot find type 'CGFloat' in scope
49 |     public var top: CGFloat { CGFloat(self) }
50 |
51 |     public var left: CGFloat { CGFloat(self) }
   |                      `- error: cannot find type 'CGFloat' in scope
52 |
53 |     public var bottom: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:53:24: error: cannot find type 'CGFloat' in scope
51 |     public var left: CGFloat { CGFloat(self) }
52 |
53 |     public var bottom: CGFloat { CGFloat(self) }
   |                        `- error: cannot find type 'CGFloat' in scope
54 |
55 |     public var right: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:55:23: error: cannot find type 'CGFloat' in scope
53 |     public var bottom: CGFloat { CGFloat(self) }
54 |
55 |     public var right: CGFloat { CGFloat(self) }
   |                       `- error: cannot find type 'CGFloat' in scope
56 | }
57 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:60:21: error: cannot find type 'CGFloat' in scope
58 | extension Int: BBEdgeInsetConvertible {
59 |
60 |     public var top: CGFloat { CGFloat(self) }
   |                     `- error: cannot find type 'CGFloat' in scope
61 |
62 |     public var left: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:62:22: error: cannot find type 'CGFloat' in scope
60 |     public var top: CGFloat { CGFloat(self) }
61 |
62 |     public var left: CGFloat { CGFloat(self) }
   |                      `- error: cannot find type 'CGFloat' in scope
63 |
64 |     public var bottom: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:64:24: error: cannot find type 'CGFloat' in scope
62 |     public var left: CGFloat { CGFloat(self) }
63 |
64 |     public var bottom: CGFloat { CGFloat(self) }
   |                        `- error: cannot find type 'CGFloat' in scope
65 |
66 |     public var right: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:66:23: error: cannot find type 'CGFloat' in scope
64 |     public var bottom: CGFloat { CGFloat(self) }
65 |
66 |     public var right: CGFloat { CGFloat(self) }
   |                       `- error: cannot find type 'CGFloat' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:23:11: error: cannot find type 'CGFloat' in scope
21 | }
22 |
23 | extension CGFloat: BBMultiplierConvertible {
   |           `- error: cannot find type 'CGFloat' in scope
24 |
25 |     public var multiplierValue: BBMultiplier { BBMultiplier(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:30:61: error: cannot find 'CGFloat' in scope
28 | extension Double: BBMultiplierConvertible {
29 |
30 |     public var multiplierValue: BBMultiplier { BBMultiplier(CGFloat(self)) }
   |                                                             `- error: cannot find 'CGFloat' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:19:26: error: cannot find type 'CGFloat' in scope
17 |     public var height: CGFloat
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
   |                          `- error: cannot find type 'CGFloat' in scope
20 |         self.width  = width
21 |         self.height = height
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:19:49: error: cannot find type 'CGFloat' in scope
17 |     public var height: CGFloat
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
   |                                                 `- error: cannot find type 'CGFloat' in scope
20 |         self.width  = width
21 |         self.height = height
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:24:18: error: cannot find type 'CGFloat' in scope
22 |     }
23 |
24 |     init(_ both: CGFloat = 1) {
   |                  `- error: cannot find type 'CGFloat' in scope
25 |         self.init(w: both, h: both)
26 |     }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:35:61: error: cannot find 'CGFloat' in scope
33 | extension Int: BBMultiplierConvertible {
34 |
35 |     public var multiplierValue: BBMultiplier { BBMultiplier(CGFloat(self)) }
   |                                                             `- error: cannot find 'CGFloat' in scope
36 | }
37 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:38:21: error: cannot find type 'CGFloat' in scope
36 | extension CGFloat: BBEdgeInsetConvertible {
37 |
38 |     public var top: CGFloat { self }
   |                     `- error: cannot find type 'CGFloat' in scope
39 |
40 |     public var left: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:40:22: error: cannot find type 'CGFloat' in scope
38 |     public var top: CGFloat { self }
39 |
40 |     public var left: CGFloat { self }
   |                      `- error: cannot find type 'CGFloat' in scope
41 |
42 |     public var bottom: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:42:24: error: cannot find type 'CGFloat' in scope
40 |     public var left: CGFloat { self }
41 |
42 |     public var bottom: CGFloat { self }
   |                        `- error: cannot find type 'CGFloat' in scope
43 |
44 |     public var right: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:44:23: error: cannot find type 'CGFloat' in scope
42 |     public var bottom: CGFloat { self }
43 |
44 |     public var right: CGFloat { self }
   |                       `- error: cannot find type 'CGFloat' in scope
45 | }
46 |
[22/25] Compiling AutoLayoutProxy BBMultiplierConvertible.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) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:79:24: error: cannot find type 'NSLayoutConstraint' in scope
 77 |
 78 |     func anchor(
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:80:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 78 |     func anchor(
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
    |              `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:81:22: error: cannot find type 'NSLayoutConstraint' in scope
 79 |         _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
    |                      `- error: cannot find type 'NSLayoutConstraint' in scope
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:82:15: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 80 |         top: NSLayoutYAxisAnchor?                     = nil,
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
    |               `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:83:23: error: cannot find type 'NSLayoutConstraint' in scope
 81 |         topRelation: NSLayoutConstraint.Relation      = .equal,
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
    |                       `- error: cannot find type 'NSLayoutConstraint' in scope
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:84:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 82 |         left: NSLayoutXAxisAnchor?                    = nil,
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:85:26: error: cannot find type 'NSLayoutConstraint' in scope
 83 |         leftRelation: NSLayoutConstraint.Relation     = .equal,
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:86:17: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 84 |         leading: NSLayoutXAxisAnchor?                 = nil,
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
    |                 `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:87:25: error: cannot find type 'NSLayoutConstraint' in scope
 85 |         leadingRelation: NSLayoutConstraint.Relation  = .equal,
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:88:16: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 86 |         bottom: NSLayoutYAxisAnchor?                  = nil,
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
    |                `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:89:24: error: cannot find type 'NSLayoutConstraint' in scope
 87 |         bottomRelation: NSLayoutConstraint.Relation   = .equal,
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:90:19: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 88 |         right: NSLayoutXAxisAnchor?                   = nil,
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
    |                   `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 92 |         inset: BBEdgeInsetConvertible                 = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:91:27: error: cannot find type 'NSLayoutConstraint' in scope
 89 |         rightRelation: NSLayoutConstraint.Relation    = .equal,
 90 |         trailing: NSLayoutXAxisAnchor?                = nil,
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
    |                           `- error: cannot find type 'NSLayoutConstraint' in scope
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:93:18: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 91 |         trailingRelation: NSLayoutConstraint.Relation = .equal,
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:94:26: error: cannot find type 'NSLayoutConstraint' in scope
 92 |         inset: BBEdgeInsetConvertible                 = 0,
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:95:18: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 93 |         centerX: NSLayoutXAxisAnchor?                 = nil,
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
    |                  `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 97 |         offset: BBOffsetConvertible                   = 0,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:96:26: error: cannot find type 'NSLayoutConstraint' in scope
 94 |         centerXRelation: NSLayoutConstraint.Relation  = .equal,
 95 |         centerY: NSLayoutYAxisAnchor?                 = nil,
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
    |                          `- error: cannot find type 'NSLayoutConstraint' in scope
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:98:16: error: cannot find type 'NSLayoutDimension' in scope
 96 |         centerYRelation: NSLayoutConstraint.Relation  = .equal,
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
    |                `- error: cannot find type 'NSLayoutDimension' in scope
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:99:24: error: cannot find type 'NSLayoutConstraint' in scope
 97 |         offset: BBOffsetConvertible                   = 0,
 98 |         width: NSLayoutDimension?                     = nil,
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
    |                        `- error: cannot find type 'NSLayoutConstraint' in scope
100 |         height: NSLayoutDimension?                    = nil,
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:100:17: error: cannot find type 'NSLayoutDimension' in scope
 98 |         width: NSLayoutDimension?                     = nil,
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
    |                 `- error: cannot find type 'NSLayoutDimension' in scope
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
102 |         multiplier: BBMultiplierConvertible           = 1,
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAutoLayoutable/BBAutoLayoutableHelpers.swift:101:25: error: cannot find type 'NSLayoutConstraint' in scope
 99 |         widthRelation: NSLayoutConstraint.Relation    = .equal,
100 |         height: NSLayoutDimension?                    = nil,
101 |         heightRelation: NSLayoutConstraint.Relation   = .equal,
    |                         `- error: cannot find type 'NSLayoutConstraint' in scope
102 |         multiplier: BBMultiplierConvertible           = 1,
103 |         size: BBSizeConvertible                       = 0) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBAnchorable/BBAnchorableHelpers.swift:19:22: error: cannot find type 'NSLayoutConstraint' in scope
 17 |     func anchorView(
 18 |         _ view: BBAnchorable,
 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/BBAnchorable/BBAnchorableHelpers.swift:20:14: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 18 |         _ view: BBAnchorable,
 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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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/BBAnchorable/BBAnchorableHelpers.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) {
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:15:14: error: cannot find type 'CGFloat' in scope
13 | public protocol BBEdgeInsetConvertible {
14 |
15 |     var top: CGFloat { get }
   |              `- error: cannot find type 'CGFloat' in scope
16 |
17 |     var left: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:17:15: error: cannot find type 'CGFloat' in scope
15 |     var top: CGFloat { get }
16 |
17 |     var left: CGFloat { get }
   |               `- error: cannot find type 'CGFloat' in scope
18 |
19 |     var bottom: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:19:17: error: cannot find type 'CGFloat' in scope
17 |     var left: CGFloat { get }
18 |
19 |     var bottom: CGFloat { get }
   |                 `- error: cannot find type 'CGFloat' in scope
20 |
21 |     var right: CGFloat { get }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:21:16: error: cannot find type 'CGFloat' in scope
19 |     var bottom: CGFloat { get }
20 |
21 |     var right: CGFloat { get }
   |                `- error: cannot find type 'CGFloat' in scope
22 | }
23 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:36:11: error: cannot find type 'CGFloat' in scope
34 | #endif
35 |
36 | extension CGFloat: BBEdgeInsetConvertible {
   |           `- error: cannot find type 'CGFloat' in scope
37 |
38 |     public var top: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:49:21: error: cannot find type 'CGFloat' in scope
47 | extension Double: BBEdgeInsetConvertible {
48 |
49 |     public var top: CGFloat { CGFloat(self) }
   |                     `- error: cannot find type 'CGFloat' in scope
50 |
51 |     public var left: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:51:22: error: cannot find type 'CGFloat' in scope
49 |     public var top: CGFloat { CGFloat(self) }
50 |
51 |     public var left: CGFloat { CGFloat(self) }
   |                      `- error: cannot find type 'CGFloat' in scope
52 |
53 |     public var bottom: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:53:24: error: cannot find type 'CGFloat' in scope
51 |     public var left: CGFloat { CGFloat(self) }
52 |
53 |     public var bottom: CGFloat { CGFloat(self) }
   |                        `- error: cannot find type 'CGFloat' in scope
54 |
55 |     public var right: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:55:23: error: cannot find type 'CGFloat' in scope
53 |     public var bottom: CGFloat { CGFloat(self) }
54 |
55 |     public var right: CGFloat { CGFloat(self) }
   |                       `- error: cannot find type 'CGFloat' in scope
56 | }
57 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:60:21: error: cannot find type 'CGFloat' in scope
58 | extension Int: BBEdgeInsetConvertible {
59 |
60 |     public var top: CGFloat { CGFloat(self) }
   |                     `- error: cannot find type 'CGFloat' in scope
61 |
62 |     public var left: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:62:22: error: cannot find type 'CGFloat' in scope
60 |     public var top: CGFloat { CGFloat(self) }
61 |
62 |     public var left: CGFloat { CGFloat(self) }
   |                      `- error: cannot find type 'CGFloat' in scope
63 |
64 |     public var bottom: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:64:24: error: cannot find type 'CGFloat' in scope
62 |     public var left: CGFloat { CGFloat(self) }
63 |
64 |     public var bottom: CGFloat { CGFloat(self) }
   |                        `- error: cannot find type 'CGFloat' in scope
65 |
66 |     public var right: CGFloat { CGFloat(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:66:23: error: cannot find type 'CGFloat' in scope
64 |     public var bottom: CGFloat { CGFloat(self) }
65 |
66 |     public var right: CGFloat { CGFloat(self) }
   |                       `- error: cannot find type 'CGFloat' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:23:11: error: cannot find type 'CGFloat' in scope
21 | }
22 |
23 | extension CGFloat: BBMultiplierConvertible {
   |           `- error: cannot find type 'CGFloat' in scope
24 |
25 |     public var multiplierValue: BBMultiplier { BBMultiplier(self) }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:30:61: error: cannot find 'CGFloat' in scope
28 | extension Double: BBMultiplierConvertible {
29 |
30 |     public var multiplierValue: BBMultiplier { BBMultiplier(CGFloat(self)) }
   |                                                             `- error: cannot find 'CGFloat' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:19:26: error: cannot find type 'CGFloat' in scope
17 |     public var height: CGFloat
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
   |                          `- error: cannot find type 'CGFloat' in scope
20 |         self.width  = width
21 |         self.height = height
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:19:49: error: cannot find type 'CGFloat' in scope
17 |     public var height: CGFloat
18 |
19 |     public init(w width: CGFloat = 1, h height: CGFloat = 1) {
   |                                                 `- error: cannot find type 'CGFloat' in scope
20 |         self.width  = width
21 |         self.height = height
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBHelpers/BBMultiplier.swift:24:18: error: cannot find type 'CGFloat' in scope
22 |     }
23 |
24 |     init(_ both: CGFloat = 1) {
   |                  `- error: cannot find type 'CGFloat' in scope
25 |         self.init(w: both, h: both)
26 |     }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBMultiplierConvertible.swift:35:61: error: cannot find 'CGFloat' in scope
33 | extension Int: BBMultiplierConvertible {
34 |
35 |     public var multiplierValue: BBMultiplier { BBMultiplier(CGFloat(self)) }
   |                                                             `- error: cannot find 'CGFloat' in scope
36 | }
37 |
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:38:21: error: cannot find type 'CGFloat' in scope
36 | extension CGFloat: BBEdgeInsetConvertible {
37 |
38 |     public var top: CGFloat { self }
   |                     `- error: cannot find type 'CGFloat' in scope
39 |
40 |     public var left: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:40:22: error: cannot find type 'CGFloat' in scope
38 |     public var top: CGFloat { self }
39 |
40 |     public var left: CGFloat { self }
   |                      `- error: cannot find type 'CGFloat' in scope
41 |
42 |     public var bottom: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:42:24: error: cannot find type 'CGFloat' in scope
40 |     public var left: CGFloat { self }
41 |
42 |     public var bottom: CGFloat { self }
   |                        `- error: cannot find type 'CGFloat' in scope
43 |
44 |     public var right: CGFloat { self }
/host/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBEdgeInsetConvertible.swift:44:23: error: cannot find type 'CGFloat' in scope
42 |     public var bottom: CGFloat { self }
43 |
44 |     public var right: CGFloat { self }
   |                       `- error: cannot find type 'CGFloat' in scope
45 | }
46 |
[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.2 android