Build Information
Failed to build BBLayoutKit, reference 1.1.0 (54b41a
), with Swift 6.0 for Linux on 1 Nov 2024 13:26:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
| `- error: cannot find type 'NSLayoutAnchor' in scope
125 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
126 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:10: error: cannot find type 'NSLayoutAnchor' in scope
123 | public func !>=<AnchorType>(
124 | lhs: NSLayoutAnchor<AnchorType>,
125 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
126 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
127 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:41: error: cannot find type 'NSLayoutConstraint' in scope
123 | public func !>=<AnchorType>(
124 | lhs: NSLayoutAnchor<AnchorType>,
125 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
126 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
127 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:23: error: cannot find type 'NSLayoutAnchor' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:59: error: cannot find type 'CGFloat' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:68: error: cannot find type 'CGFloat' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:146:10: error: cannot find type 'NSLayoutAnchor' in scope
144 |
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
148 | (lhs, (rhs, 0))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:10: error: cannot find type 'CGFloat' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:23: error: cannot find type 'NSLayoutAnchor' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:59: error: cannot find type 'CGFloat' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:68: error: cannot find type 'CGFloat' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:152:10: error: cannot find type 'NSLayoutAnchor' in scope
150 |
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
154 | (lhs, (1/rhs, 0))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:10: error: cannot find type 'CGFloat' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:172:10: error: cannot find type 'NSLayoutAnchor' in scope
170 |
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
174 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:11: error: cannot find type 'NSLayoutAnchor' in scope
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:40: error: cannot find type 'CGFloat' in scope
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:49: error: cannot find type 'CGFloat' in scope
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:174:8: error: cannot find type 'NSLayoutConstraint' in scope
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
174 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
176 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:171:47: error: cannot find type 'NSObject' in scope
169 | // MARK: - Single Anchor Constraint With Constant, Relation And Active Status
170 |
171 | @discardableResult public func ==<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:190:10: error: cannot find type 'NSLayoutAnchor' in scope
188 |
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
192 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:11: error: cannot find type 'NSLayoutAnchor' in scope
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:40: error: cannot find type 'CGFloat' in scope
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:49: error: cannot find type 'CGFloat' in scope
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:192:8: error: cannot find type 'NSLayoutConstraint' in scope
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
192 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
194 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:189:47: error: cannot find type 'NSObject' in scope
187 | }
188 |
189 | @discardableResult public func <=<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:208:10: error: cannot find type 'NSLayoutAnchor' in scope
206 |
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
210 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:11: error: cannot find type 'NSLayoutAnchor' in scope
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:40: error: cannot find type 'CGFloat' in scope
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:49: error: cannot find type 'CGFloat' in scope
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:210:8: error: cannot find type 'NSLayoutConstraint' in scope
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
210 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
212 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:207:47: error: cannot find type 'NSObject' in scope
205 | }
206 |
207 | @discardableResult public func >=<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:228:10: error: cannot find type 'NSLayoutAnchor' in scope
226 |
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
230 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:11: error: cannot find type 'NSLayoutAnchor' in scope
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:40: error: cannot find type 'CGFloat' in scope
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:49: error: cannot find type 'CGFloat' in scope
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:230:8: error: cannot find type 'NSLayoutConstraint' in scope
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
230 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
232 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:227:29: error: cannot find type 'NSObject' in scope
225 | // MARK: - Single Anchor Constraint With Constant, Relation And Inactive Status
226 |
227 | public func != <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:246:10: error: cannot find type 'NSLayoutAnchor' in scope
244 |
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
248 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:11: error: cannot find type 'NSLayoutAnchor' in scope
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:40: error: cannot find type 'CGFloat' in scope
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:49: error: cannot find type 'CGFloat' in scope
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:248:8: error: cannot find type 'NSLayoutConstraint' in scope
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
248 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
250 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:245:30: error: cannot find type 'NSObject' in scope
243 | }
244 |
245 | public func !<= <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:264:10: error: cannot find type 'NSLayoutAnchor' in scope
262 |
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
266 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:11: error: cannot find type 'NSLayoutAnchor' in scope
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:40: error: cannot find type 'CGFloat' in scope
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:49: error: cannot find type 'CGFloat' in scope
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:266:8: error: cannot find type 'NSLayoutConstraint' in scope
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
266 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
268 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:263:30: error: cannot find type 'NSObject' in scope
261 | }
262 |
263 | public func !>= <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:22: error: cannot find type 'NSLayoutConstraint' in scope
283 | @discardableResult public func == (
284 | lhs: NSLayoutDimension,
285 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
286 | let constraint = lhs.constraint(equalToConstant: rhs)
287 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:284:10: error: cannot find type 'NSLayoutDimension' in scope
282 |
283 | @discardableResult public func == (
284 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
285 | rhs: CGFloat) -> NSLayoutConstraint {
286 | let constraint = lhs.constraint(equalToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:10: error: cannot find type 'CGFloat' in scope
283 | @discardableResult public func == (
284 | lhs: NSLayoutDimension,
285 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
286 | let constraint = lhs.constraint(equalToConstant: rhs)
287 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:22: error: cannot find type 'NSLayoutConstraint' in scope
291 | @discardableResult public func <= (
292 | lhs: NSLayoutDimension,
293 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
294 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
295 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:292:10: error: cannot find type 'NSLayoutDimension' in scope
290 |
291 | @discardableResult public func <= (
292 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
293 | rhs: CGFloat) -> NSLayoutConstraint {
294 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:10: error: cannot find type 'CGFloat' in scope
291 | @discardableResult public func <= (
292 | lhs: NSLayoutDimension,
293 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
294 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
295 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:22: error: cannot find type 'NSLayoutConstraint' in scope
299 | @discardableResult public func >= (
300 | lhs: NSLayoutDimension,
301 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
302 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
303 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:300:10: error: cannot find type 'NSLayoutDimension' in scope
298 |
299 | @discardableResult public func >= (
300 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
301 | rhs: CGFloat) -> NSLayoutConstraint {
302 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:10: error: cannot find type 'CGFloat' in scope
299 | @discardableResult public func >= (
300 | lhs: NSLayoutDimension,
301 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
302 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
303 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:22: error: cannot find type 'NSLayoutConstraint' in scope
309 | public func != (
310 | lhs: NSLayoutDimension,
311 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
312 | let constraint = lhs.constraint(equalToConstant: rhs)
313 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:310:10: error: cannot find type 'NSLayoutDimension' in scope
308 |
309 | public func != (
310 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
311 | rhs: CGFloat) -> NSLayoutConstraint {
312 | let constraint = lhs.constraint(equalToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:10: error: cannot find type 'CGFloat' in scope
309 | public func != (
310 | lhs: NSLayoutDimension,
311 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
312 | let constraint = lhs.constraint(equalToConstant: rhs)
313 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:22: error: cannot find type 'NSLayoutConstraint' in scope
317 | public func !<= (
318 | lhs: NSLayoutDimension,
319 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
320 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
321 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:318:10: error: cannot find type 'NSLayoutDimension' in scope
316 |
317 | public func !<= (
318 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
319 | rhs: CGFloat) -> NSLayoutConstraint {
320 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:10: error: cannot find type 'CGFloat' in scope
317 | public func !<= (
318 | lhs: NSLayoutDimension,
319 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
320 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
321 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:22: error: cannot find type 'NSLayoutConstraint' in scope
325 | public func !>= (
326 | lhs: NSLayoutDimension,
327 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
328 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
329 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:326:10: error: cannot find type 'NSLayoutDimension' in scope
324 |
325 | public func !>= (
326 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
327 | rhs: CGFloat) -> NSLayoutConstraint {
328 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:10: error: cannot find type 'CGFloat' in scope
325 | public func !>= (
326 | lhs: NSLayoutDimension,
327 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
328 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
329 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:175:43: error: cannot find type 'NSLayoutDimension' in scope
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
176 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
177 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:176:45: error: cannot find type 'NSLayoutDimension' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
176 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
177 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
178 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:193:43: error: cannot find type 'NSLayoutDimension' in scope
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
194 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
195 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:194:45: error: cannot find type 'NSLayoutDimension' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
194 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
195 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
196 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:211:43: error: cannot find type 'NSLayoutDimension' in scope
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
212 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
213 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:212:45: error: cannot find type 'NSLayoutDimension' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
212 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
213 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
214 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:231:43: error: cannot find type 'NSLayoutDimension' in scope
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
232 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
233 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:232:45: error: cannot find type 'NSLayoutDimension' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
232 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
233 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
234 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:249:43: error: cannot find type 'NSLayoutDimension' in scope
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
250 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
251 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:250:45: error: cannot find type 'NSLayoutDimension' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
250 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
251 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
252 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:267:43: error: cannot find type 'NSLayoutDimension' in scope
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
268 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
269 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:268:45: error: cannot find type 'NSLayoutDimension' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
268 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
269 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
270 | multiplier: rhs.1.0,
[18/20] Compiling BBLayoutKit BBAutoLayoutableOperators.swift
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:14:82: error: cannot find type 'NSLayoutConstraint' in scope
12 | #endif
13 |
14 | @discardableResult public func ===<View: BBAnchorable>(lhs: View, rhs: View) -> [NSLayoutConstraint] {
| `- error: cannot find type 'NSLayoutConstraint' in scope
15 | lhs.sides == rhs.sides
16 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:18:81: error: cannot find type 'NSLayoutConstraint' in scope
16 | }
17 |
18 | @discardableResult public func <=<View: BBAnchorable>(lhs: View, rhs: View) -> [NSLayoutConstraint] {
| `- error: cannot find type 'NSLayoutConstraint' in scope
19 | lhs.sides <= rhs.sides
20 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:22:81: error: cannot find type 'NSLayoutConstraint' in scope
20 | }
21 |
22 | @discardableResult public func >=<View: BBAnchorable>(lhs: View, rhs: View) -> [NSLayoutConstraint] {
| `- error: cannot find type 'NSLayoutConstraint' in scope
23 | lhs.sides >= rhs.sides
24 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:134:10: error: cannot find type 'NSLayoutAnchor' in scope
132 |
133 | public func +<AnchorType>(
134 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
135 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
136 | (lhs, (1, rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:10: error: cannot find type 'CGFloat' in scope
133 | public func +<AnchorType>(
134 | lhs: NSLayoutAnchor<AnchorType>,
135 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
136 | (lhs, (1, rhs))
137 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:23: error: cannot find type 'NSLayoutAnchor' in scope
133 | public func +<AnchorType>(
134 | lhs: NSLayoutAnchor<AnchorType>,
135 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
136 | (lhs, (1, rhs))
137 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:52: error: cannot find type 'CGFloat' in scope
133 | public func +<AnchorType>(
134 | lhs: NSLayoutAnchor<AnchorType>,
135 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
136 | (lhs, (1, rhs))
137 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:61: error: cannot find type 'CGFloat' in scope
133 | public func +<AnchorType>(
134 | lhs: NSLayoutAnchor<AnchorType>,
135 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
136 | (lhs, (1, rhs))
137 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:23: error: cannot find type 'NSLayoutAnchor' in scope
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
160 | (lhs.0, (lhs.1.0, rhs))
161 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:59: error: cannot find type 'CGFloat' in scope
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
160 | (lhs.0, (lhs.1.0, rhs))
161 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:68: error: cannot find type 'CGFloat' in scope
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
160 | (lhs.0, (lhs.1.0, rhs))
161 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:11: error: cannot find type 'NSLayoutAnchor' in scope
156 |
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
| `- error: cannot find type 'NSLayoutAnchor' in scope
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
160 | (lhs.0, (lhs.1.0, rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:47: error: cannot find type 'CGFloat' in scope
156 |
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
| `- error: cannot find type 'CGFloat' in scope
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
160 | (lhs.0, (lhs.1.0, rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:56: error: cannot find type 'CGFloat' in scope
156 |
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
| `- error: cannot find type 'CGFloat' in scope
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
160 | (lhs.0, (lhs.1.0, rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:10: error: cannot find type 'CGFloat' in scope
157 | public func + (
158 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
159 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
160 | (lhs.0, (lhs.1.0, rhs))
161 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:70:11: error: cannot find type 'NSLayoutAnchor' in scope
68 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
69 | rhs: BBEdgeInsetConvertible)
70 | -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
71 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
72 | (lhs, rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:70:48: error: cannot find type 'NSLayoutAnchor' in scope
68 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
69 | rhs: BBEdgeInsetConvertible)
70 | -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
71 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
72 | (lhs, rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:71:6: error: cannot find type 'NSLayoutAnchor' in scope
69 | rhs: BBEdgeInsetConvertible)
70 | -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
71 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
72 | (lhs, rhs)
73 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:71:43: error: cannot find type 'NSLayoutAnchor' in scope
69 | rhs: BBEdgeInsetConvertible)
70 | -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
71 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
72 | (lhs, rhs)
73 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:67:23: error: cannot find type 'NSLayoutAnchor' in scope
65 | // MARK: - Quadruple Anchor And Constant Combinations
66 |
67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
68 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
69 | rhs: BBEdgeInsetConvertible)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:67:60: error: cannot find type 'NSLayoutAnchor' in scope
65 | // MARK: - Quadruple Anchor And Constant Combinations
66 |
67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
68 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
69 | rhs: BBEdgeInsetConvertible)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:68:6: error: cannot find type 'NSLayoutAnchor' in scope
66 |
67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
68 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
| `- error: cannot find type 'NSLayoutAnchor' in scope
69 | rhs: BBEdgeInsetConvertible)
70 | -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:68:43: error: cannot find type 'NSLayoutAnchor' in scope
66 |
67 | public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
68 | (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
| `- error: cannot find type 'NSLayoutAnchor' in scope
69 | rhs: BBEdgeInsetConvertible)
70 | -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: error: cannot find type 'NSLayoutAnchor' in scope
57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
58 | rhs: BBOffsetConvertible)
59 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
60 | ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
61 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: error: cannot find type 'NSLayoutAnchor' in scope
57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
58 | rhs: BBOffsetConvertible)
59 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
60 | ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
61 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:86: error: cannot find type 'CGFloat' in scope
57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
58 | rhs: BBOffsetConvertible)
59 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
60 | ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
61 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:95: error: cannot find type 'CGFloat' in scope
57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
58 | rhs: BBOffsetConvertible)
59 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
60 | ((lhs.0, lhs.1), (rhs.horizontal, rhs.vertical))
61 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: error: cannot find type 'NSLayoutAnchor' in scope
55 | // MARK: - Double Anchor And Constant Combinations
56 |
57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
58 | rhs: BBOffsetConvertible)
59 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: error: cannot find type 'NSLayoutAnchor' in scope
55 | // MARK: - Double Anchor And Constant Combinations
56 |
57 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
58 | rhs: BBOffsetConvertible)
59 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: error: cannot find type 'NSLayoutAnchor' in scope
63 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
64 | rhs: BBEdgeInsetConvertible)
65 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
66 | ((lhs.0, lhs.1), (rhs.left, -rhs.right))
67 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: error: cannot find type 'NSLayoutAnchor' in scope
63 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
64 | rhs: BBEdgeInsetConvertible)
65 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
66 | ((lhs.0, lhs.1), (rhs.left, -rhs.right))
67 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:86: error: cannot find type 'CGFloat' in scope
63 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
64 | rhs: BBEdgeInsetConvertible)
65 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
66 | ((lhs.0, lhs.1), (rhs.left, -rhs.right))
67 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:95: error: cannot find type 'CGFloat' in scope
63 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
64 | rhs: BBEdgeInsetConvertible)
65 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
66 | ((lhs.0, lhs.1), (rhs.left, -rhs.right))
67 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: error: cannot find type 'NSLayoutAnchor' in scope
61 | }
62 |
63 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
64 | rhs: BBEdgeInsetConvertible)
65 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: error: cannot find type 'NSLayoutAnchor' in scope
61 | }
62 |
63 | public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
64 | rhs: BBEdgeInsetConvertible)
65 | -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: error: cannot find type 'NSLayoutAnchor' in scope
69 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
70 | rhs: BBEdgeInsetConvertible)
71 | -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
72 | ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
73 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: error: cannot find type 'NSLayoutAnchor' in scope
69 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
70 | rhs: BBEdgeInsetConvertible)
71 | -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
72 | ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
73 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:86: error: cannot find type 'CGFloat' in scope
69 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
70 | rhs: BBEdgeInsetConvertible)
71 | -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
72 | ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
73 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:95: error: cannot find type 'CGFloat' in scope
69 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
70 | rhs: BBEdgeInsetConvertible)
71 | -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
72 | ((lhs.0, lhs.1), (rhs.top, -rhs.bottom))
73 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: error: cannot find type 'NSLayoutAnchor' in scope
67 | }
68 |
69 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
70 | rhs: BBEdgeInsetConvertible)
71 | -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: error: cannot find type 'NSLayoutAnchor' in scope
67 | }
68 |
69 | public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
| `- error: cannot find type 'NSLayoutAnchor' in scope
70 | rhs: BBEdgeInsetConvertible)
71 | -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:140:10: error: cannot find type 'NSLayoutAnchor' in scope
138 |
139 | public func -<AnchorType>(
140 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
141 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
142 | (lhs, (1, -rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:10: error: cannot find type 'CGFloat' in scope
139 | public func -<AnchorType>(
140 | lhs: NSLayoutAnchor<AnchorType>,
141 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
142 | (lhs, (1, -rhs))
143 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:23: error: cannot find type 'NSLayoutAnchor' in scope
139 | public func -<AnchorType>(
140 | lhs: NSLayoutAnchor<AnchorType>,
141 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
142 | (lhs, (1, -rhs))
143 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:52: error: cannot find type 'CGFloat' in scope
139 | public func -<AnchorType>(
140 | lhs: NSLayoutAnchor<AnchorType>,
141 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
142 | (lhs, (1, -rhs))
143 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:61: error: cannot find type 'CGFloat' in scope
139 | public func -<AnchorType>(
140 | lhs: NSLayoutAnchor<AnchorType>,
141 | rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
142 | (lhs, (1, -rhs))
143 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:23: error: cannot find type 'NSLayoutAnchor' in scope
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
166 | (lhs.0, (lhs.1.0, -rhs))
167 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:59: error: cannot find type 'CGFloat' in scope
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
166 | (lhs.0, (lhs.1.0, -rhs))
167 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:68: error: cannot find type 'CGFloat' in scope
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
166 | (lhs.0, (lhs.1.0, -rhs))
167 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:11: error: cannot find type 'NSLayoutAnchor' in scope
162 |
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
| `- error: cannot find type 'NSLayoutAnchor' in scope
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
166 | (lhs.0, (lhs.1.0, -rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:47: error: cannot find type 'CGFloat' in scope
162 |
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
| `- error: cannot find type 'CGFloat' in scope
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
166 | (lhs.0, (lhs.1.0, -rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:56: error: cannot find type 'CGFloat' in scope
162 |
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
| `- error: cannot find type 'CGFloat' in scope
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
166 | (lhs.0, (lhs.1.0, -rhs))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:10: error: cannot find type 'CGFloat' in scope
163 | public func - (
164 | lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
165 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
166 | (lhs.0, (lhs.1.0, -rhs))
167 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/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/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:34:107: error: cannot find type 'NSLayoutConstraint' in scope
32 | }
33 |
34 | @discardableResult public func ==<View: BBAnchorable>(lhs: View, rhs: (View, BBEdgeInsetConvertible)) -> [NSLayoutConstraint] {
| `- error: cannot find type 'NSLayoutConstraint' in scope
35 | lhs.sides == rhs.0.sides + rhs.1
36 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:38:107: error: cannot find type 'NSLayoutConstraint' in scope
36 | }
37 |
38 | @discardableResult public func <=<View: BBAnchorable>(lhs: View, rhs: (View, BBEdgeInsetConvertible)) -> [NSLayoutConstraint] {
| `- error: cannot find type 'NSLayoutConstraint' in scope
39 | lhs.sides <= rhs.0.sides + rhs.1
40 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:42:107: error: cannot find type 'NSLayoutConstraint' in scope
40 | }
41 |
42 | @discardableResult public func >=<View: BBAnchorable>(lhs: View, rhs: (View, BBEdgeInsetConvertible)) -> [NSLayoutConstraint] {
| `- error: cannot find type 'NSLayoutConstraint' in scope
43 | lhs.sides >= rhs.0.sides + rhs.1
44 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:30:10: error: cannot find type 'NSLayoutAnchor' in scope
28 |
29 | @discardableResult public func == <AnchorType: NSObject>(
30 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
31 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
32 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:10: error: cannot find type 'NSLayoutAnchor' in scope
29 | @discardableResult public func == <AnchorType: NSObject>(
30 | lhs: NSLayoutAnchor<AnchorType>,
31 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
32 | let constraint = lhs.constraint(equalTo: rhs)
33 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:41: error: cannot find type 'NSLayoutConstraint' in scope
29 | @discardableResult public func == <AnchorType: NSObject>(
30 | lhs: NSLayoutAnchor<AnchorType>,
31 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
32 | let constraint = lhs.constraint(equalTo: rhs)
33 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:29:48: error: cannot find type 'NSObject' in scope
27 | // MARK: - Single Anchor Constraint With Active Status
28 |
29 | @discardableResult public func == <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
30 | lhs: NSLayoutAnchor<AnchorType>,
31 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:50: error: cannot find type 'NSLayoutConstraint' in scope
37 | @discardableResult public func == (
38 | lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
39 | rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
40 | let constraint = lhs.constraint(equalTo: rhs)
41 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:38:10: error: cannot find type 'NSLayoutAnchor' in scope
36 |
37 | @discardableResult public func == (
38 | lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
39 | rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
40 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:10: error: cannot find type 'NSLayoutAnchor' in scope
37 | @discardableResult public func == (
38 | lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
39 | rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
40 | let constraint = lhs.constraint(equalTo: rhs)
41 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:50: error: cannot find type 'NSLayoutConstraint' in scope
45 | @discardableResult public func == (
46 | lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
47 | rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
48 | let constraint = lhs.constraint(equalTo: rhs)
49 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:46:10: error: cannot find type 'NSLayoutAnchor' in scope
44 |
45 | @discardableResult public func == (
46 | lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
47 | rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
48 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:10: error: cannot find type 'NSLayoutAnchor' in scope
45 | @discardableResult public func == (
46 | lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
47 | rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
48 | let constraint = lhs.constraint(equalTo: rhs)
49 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:48: error: cannot find type 'NSLayoutConstraint' in scope
53 | @discardableResult public func == (
54 | lhs: NSLayoutAnchor<NSLayoutDimension>,
55 | rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
56 | let constraint = lhs.constraint(equalTo: rhs)
57 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:54:10: error: cannot find type 'NSLayoutAnchor' in scope
52 |
53 | @discardableResult public func == (
54 | lhs: NSLayoutAnchor<NSLayoutDimension>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
55 | rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
56 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:10: error: cannot find type 'NSLayoutAnchor' in scope
53 | @discardableResult public func == (
54 | lhs: NSLayoutAnchor<NSLayoutDimension>,
55 | rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
56 | let constraint = lhs.constraint(equalTo: rhs)
57 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:64:10: error: cannot find type 'NSLayoutAnchor' in scope
62 |
63 | public func != <AnchorType: NSObject>(
64 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
65 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
66 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:10: error: cannot find type 'NSLayoutAnchor' in scope
63 | public func != <AnchorType: NSObject>(
64 | lhs: NSLayoutAnchor<AnchorType>,
65 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
66 | let constraint = lhs.constraint(equalTo: rhs)
67 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:41: error: cannot find type 'NSLayoutConstraint' in scope
63 | public func != <AnchorType: NSObject>(
64 | lhs: NSLayoutAnchor<AnchorType>,
65 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
66 | let constraint = lhs.constraint(equalTo: rhs)
67 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:63:29: error: cannot find type 'NSObject' in scope
61 | // MARK: - Single Anchor Constraint With Inactive Status
62 |
63 | public func != <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
64 | lhs: NSLayoutAnchor<AnchorType>,
65 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:50: error: cannot find type 'NSLayoutConstraint' in scope
71 | @discardableResult public func != (
72 | lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
73 | rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
74 | let constraint = lhs.constraint(equalTo: rhs)
75 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:72:10: error: cannot find type 'NSLayoutAnchor' in scope
70 |
71 | @discardableResult public func != (
72 | lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
73 | rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
74 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:10: error: cannot find type 'NSLayoutAnchor' in scope
71 | @discardableResult public func != (
72 | lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
73 | rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
74 | let constraint = lhs.constraint(equalTo: rhs)
75 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:50: error: cannot find type 'NSLayoutConstraint' in scope
79 | @discardableResult public func != (
80 | lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
81 | rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
82 | let constraint = lhs.constraint(equalTo: rhs)
83 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:80:10: error: cannot find type 'NSLayoutAnchor' in scope
78 |
79 | @discardableResult public func != (
80 | lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
81 | rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
82 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:10: error: cannot find type 'NSLayoutAnchor' in scope
79 | @discardableResult public func != (
80 | lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
81 | rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
82 | let constraint = lhs.constraint(equalTo: rhs)
83 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:48: error: cannot find type 'NSLayoutConstraint' in scope
87 | @discardableResult public func != (
88 | lhs: NSLayoutAnchor<NSLayoutDimension>,
89 | rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
90 | let constraint = lhs.constraint(equalTo: rhs)
91 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:88:10: error: cannot find type 'NSLayoutAnchor' in scope
86 |
87 | @discardableResult public func != (
88 | lhs: NSLayoutAnchor<NSLayoutDimension>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
89 | rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
90 | let constraint = lhs.constraint(equalTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:10: error: cannot find type 'NSLayoutAnchor' in scope
87 | @discardableResult public func != (
88 | lhs: NSLayoutAnchor<NSLayoutDimension>,
89 | rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
90 | let constraint = lhs.constraint(equalTo: rhs)
91 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:98:10: error: cannot find type 'NSLayoutAnchor' in scope
96 |
97 | @discardableResult public func <=<AnchorType: NSObject>(
98 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
99 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
100 | let constraint = lhs.constraint(lessThanOrEqualTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:10: error: cannot find type 'NSLayoutAnchor' in scope
97 | @discardableResult public func <=<AnchorType: NSObject>(
98 | lhs: NSLayoutAnchor<AnchorType>,
99 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
100 | let constraint = lhs.constraint(lessThanOrEqualTo: rhs)
101 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:41: error: cannot find type 'NSLayoutConstraint' in scope
97 | @discardableResult public func <=<AnchorType: NSObject>(
98 | lhs: NSLayoutAnchor<AnchorType>,
99 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
100 | let constraint = lhs.constraint(lessThanOrEqualTo: rhs)
101 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:97:47: error: cannot find type 'NSObject' in scope
95 | // MARK: - Single Anchor Constraint With Relation And Active Status
96 |
97 | @discardableResult public func <=<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
98 | lhs: NSLayoutAnchor<AnchorType>,
99 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:106:10: error: cannot find type 'NSLayoutAnchor' in scope
104 |
105 | @discardableResult public func >=<AnchorType: NSObject>(
106 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
107 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
108 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:10: error: cannot find type 'NSLayoutAnchor' in scope
105 | @discardableResult public func >=<AnchorType: NSObject>(
106 | lhs: NSLayoutAnchor<AnchorType>,
107 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
108 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
109 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:41: error: cannot find type 'NSLayoutConstraint' in scope
105 | @discardableResult public func >=<AnchorType: NSObject>(
106 | lhs: NSLayoutAnchor<AnchorType>,
107 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
108 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
109 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:105:47: error: cannot find type 'NSObject' in scope
103 | }
104 |
105 | @discardableResult public func >=<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
106 | lhs: NSLayoutAnchor<AnchorType>,
107 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:116:10: error: cannot find type 'NSLayoutAnchor' in scope
114 |
115 | public func !<=<AnchorType>(
116 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
117 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
118 | let constraint = lhs.constraint(lessThanOrEqualTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:10: error: cannot find type 'NSLayoutAnchor' in scope
115 | public func !<=<AnchorType>(
116 | lhs: NSLayoutAnchor<AnchorType>,
117 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
118 | let constraint = lhs.constraint(lessThanOrEqualTo: rhs)
119 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:41: error: cannot find type 'NSLayoutConstraint' in scope
115 | public func !<=<AnchorType>(
116 | lhs: NSLayoutAnchor<AnchorType>,
117 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
118 | let constraint = lhs.constraint(lessThanOrEqualTo: rhs)
119 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:124:10: error: cannot find type 'NSLayoutAnchor' in scope
122 |
123 | public func !>=<AnchorType>(
124 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
125 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
126 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:10: error: cannot find type 'NSLayoutAnchor' in scope
123 | public func !>=<AnchorType>(
124 | lhs: NSLayoutAnchor<AnchorType>,
125 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutAnchor' in scope
126 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
127 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:41: error: cannot find type 'NSLayoutConstraint' in scope
123 | public func !>=<AnchorType>(
124 | lhs: NSLayoutAnchor<AnchorType>,
125 | rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
126 | let constraint = lhs.constraint(greaterThanOrEqualTo: rhs)
127 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:23: error: cannot find type 'NSLayoutAnchor' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:59: error: cannot find type 'CGFloat' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:68: error: cannot find type 'CGFloat' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:146:10: error: cannot find type 'NSLayoutAnchor' in scope
144 |
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
148 | (lhs, (rhs, 0))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:10: error: cannot find type 'CGFloat' in scope
145 | public func * (
146 | lhs: NSLayoutAnchor<NSLayoutDimension>,
147 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
148 | (lhs, (rhs, 0))
149 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:23: error: cannot find type 'NSLayoutAnchor' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'NSLayoutAnchor' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:59: error: cannot find type 'CGFloat' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:68: error: cannot find type 'CGFloat' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:152:10: error: cannot find type 'NSLayoutAnchor' in scope
150 |
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
154 | (lhs, (1/rhs, 0))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:10: error: cannot find type 'CGFloat' in scope
151 | public func / (
152 | lhs: NSLayoutAnchor<NSLayoutDimension>,
153 | rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
| `- error: cannot find type 'CGFloat' in scope
154 | (lhs, (1/rhs, 0))
155 | }
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:172:10: error: cannot find type 'NSLayoutAnchor' in scope
170 |
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
174 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:11: error: cannot find type 'NSLayoutAnchor' in scope
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:40: error: cannot find type 'CGFloat' in scope
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:49: error: cannot find type 'CGFloat' in scope
171 | @discardableResult public func ==<AnchorType: NSObject>(
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:174:8: error: cannot find type 'NSLayoutConstraint' in scope
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
174 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
176 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:171:47: error: cannot find type 'NSObject' in scope
169 | // MARK: - Single Anchor Constraint With Constant, Relation And Active Status
170 |
171 | @discardableResult public func ==<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
172 | lhs: NSLayoutAnchor<AnchorType>,
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:190:10: error: cannot find type 'NSLayoutAnchor' in scope
188 |
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
192 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:11: error: cannot find type 'NSLayoutAnchor' in scope
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:40: error: cannot find type 'CGFloat' in scope
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:49: error: cannot find type 'CGFloat' in scope
189 | @discardableResult public func <=<AnchorType: NSObject>(
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:192:8: error: cannot find type 'NSLayoutConstraint' in scope
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
192 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
194 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:189:47: error: cannot find type 'NSObject' in scope
187 | }
188 |
189 | @discardableResult public func <=<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
190 | lhs: NSLayoutAnchor<AnchorType>,
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:208:10: error: cannot find type 'NSLayoutAnchor' in scope
206 |
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
210 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:11: error: cannot find type 'NSLayoutAnchor' in scope
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:40: error: cannot find type 'CGFloat' in scope
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:49: error: cannot find type 'CGFloat' in scope
207 | @discardableResult public func >=<AnchorType: NSObject>(
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:210:8: error: cannot find type 'NSLayoutConstraint' in scope
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
210 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
212 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:207:47: error: cannot find type 'NSObject' in scope
205 | }
206 |
207 | @discardableResult public func >=<AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
208 | lhs: NSLayoutAnchor<AnchorType>,
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:228:10: error: cannot find type 'NSLayoutAnchor' in scope
226 |
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
230 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:11: error: cannot find type 'NSLayoutAnchor' in scope
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:40: error: cannot find type 'CGFloat' in scope
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:49: error: cannot find type 'CGFloat' in scope
227 | public func != <AnchorType: NSObject>(
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:230:8: error: cannot find type 'NSLayoutConstraint' in scope
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
230 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
232 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:227:29: error: cannot find type 'NSObject' in scope
225 | // MARK: - Single Anchor Constraint With Constant, Relation And Inactive Status
226 |
227 | public func != <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
228 | lhs: NSLayoutAnchor<AnchorType>,
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:246:10: error: cannot find type 'NSLayoutAnchor' in scope
244 |
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
248 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:11: error: cannot find type 'NSLayoutAnchor' in scope
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:40: error: cannot find type 'CGFloat' in scope
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:49: error: cannot find type 'CGFloat' in scope
245 | public func !<= <AnchorType: NSObject>(
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:248:8: error: cannot find type 'NSLayoutConstraint' in scope
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
248 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
250 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:245:30: error: cannot find type 'NSObject' in scope
243 | }
244 |
245 | public func !<= <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
246 | lhs: NSLayoutAnchor<AnchorType>,
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:264:10: error: cannot find type 'NSLayoutAnchor' in scope
262 |
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
| `- error: cannot find type 'NSLayoutAnchor' in scope
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
266 | -> NSLayoutConstraint {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:11: error: cannot find type 'NSLayoutAnchor' in scope
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'NSLayoutAnchor' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:40: error: cannot find type 'CGFloat' in scope
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:49: error: cannot find type 'CGFloat' in scope
263 | public func !>= <AnchorType: NSObject>(
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
| `- error: cannot find type 'CGFloat' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:266:8: error: cannot find type 'NSLayoutConstraint' in scope
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
266 | -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
268 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:263:30: error: cannot find type 'NSObject' in scope
261 | }
262 |
263 | public func !>= <AnchorType: NSObject>(
| `- error: cannot find type 'NSObject' in scope
264 | lhs: NSLayoutAnchor<AnchorType>,
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:22: error: cannot find type 'NSLayoutConstraint' in scope
283 | @discardableResult public func == (
284 | lhs: NSLayoutDimension,
285 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
286 | let constraint = lhs.constraint(equalToConstant: rhs)
287 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:284:10: error: cannot find type 'NSLayoutDimension' in scope
282 |
283 | @discardableResult public func == (
284 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
285 | rhs: CGFloat) -> NSLayoutConstraint {
286 | let constraint = lhs.constraint(equalToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:10: error: cannot find type 'CGFloat' in scope
283 | @discardableResult public func == (
284 | lhs: NSLayoutDimension,
285 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
286 | let constraint = lhs.constraint(equalToConstant: rhs)
287 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:22: error: cannot find type 'NSLayoutConstraint' in scope
291 | @discardableResult public func <= (
292 | lhs: NSLayoutDimension,
293 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
294 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
295 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:292:10: error: cannot find type 'NSLayoutDimension' in scope
290 |
291 | @discardableResult public func <= (
292 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
293 | rhs: CGFloat) -> NSLayoutConstraint {
294 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:10: error: cannot find type 'CGFloat' in scope
291 | @discardableResult public func <= (
292 | lhs: NSLayoutDimension,
293 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
294 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
295 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:22: error: cannot find type 'NSLayoutConstraint' in scope
299 | @discardableResult public func >= (
300 | lhs: NSLayoutDimension,
301 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
302 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
303 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:300:10: error: cannot find type 'NSLayoutDimension' in scope
298 |
299 | @discardableResult public func >= (
300 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
301 | rhs: CGFloat) -> NSLayoutConstraint {
302 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:10: error: cannot find type 'CGFloat' in scope
299 | @discardableResult public func >= (
300 | lhs: NSLayoutDimension,
301 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
302 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
303 | constraint.isActive = true
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:22: error: cannot find type 'NSLayoutConstraint' in scope
309 | public func != (
310 | lhs: NSLayoutDimension,
311 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
312 | let constraint = lhs.constraint(equalToConstant: rhs)
313 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:310:10: error: cannot find type 'NSLayoutDimension' in scope
308 |
309 | public func != (
310 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
311 | rhs: CGFloat) -> NSLayoutConstraint {
312 | let constraint = lhs.constraint(equalToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:10: error: cannot find type 'CGFloat' in scope
309 | public func != (
310 | lhs: NSLayoutDimension,
311 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
312 | let constraint = lhs.constraint(equalToConstant: rhs)
313 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:22: error: cannot find type 'NSLayoutConstraint' in scope
317 | public func !<= (
318 | lhs: NSLayoutDimension,
319 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
320 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
321 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:318:10: error: cannot find type 'NSLayoutDimension' in scope
316 |
317 | public func !<= (
318 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
319 | rhs: CGFloat) -> NSLayoutConstraint {
320 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:10: error: cannot find type 'CGFloat' in scope
317 | public func !<= (
318 | lhs: NSLayoutDimension,
319 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
320 | let constraint = lhs.constraint(lessThanOrEqualToConstant: rhs)
321 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:22: error: cannot find type 'NSLayoutConstraint' in scope
325 | public func !>= (
326 | lhs: NSLayoutDimension,
327 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'NSLayoutConstraint' in scope
328 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
329 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:326:10: error: cannot find type 'NSLayoutDimension' in scope
324 |
325 | public func !>= (
326 | lhs: NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
327 | rhs: CGFloat) -> NSLayoutConstraint {
328 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:10: error: cannot find type 'CGFloat' in scope
325 | public func !>= (
326 | lhs: NSLayoutDimension,
327 | rhs: CGFloat) -> NSLayoutConstraint {
| `- error: cannot find type 'CGFloat' in scope
328 | let constraint = lhs.constraint(greaterThanOrEqualToConstant: rhs)
329 | constraint.isActive = false
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:175:43: error: cannot find type 'NSLayoutDimension' in scope
173 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
176 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
177 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:176:45: error: cannot find type 'NSLayoutDimension' in scope
174 | -> NSLayoutConstraint {
175 | if let lhsAnchor = lhs as? NSLayoutDimension,
176 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
177 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
178 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:193:43: error: cannot find type 'NSLayoutDimension' in scope
191 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
194 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
195 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:194:45: error: cannot find type 'NSLayoutDimension' in scope
192 | -> NSLayoutConstraint {
193 | if let lhsAnchor = lhs as? NSLayoutDimension,
194 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
195 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
196 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:211:43: error: cannot find type 'NSLayoutDimension' in scope
209 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
212 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
213 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:212:45: error: cannot find type 'NSLayoutDimension' in scope
210 | -> NSLayoutConstraint {
211 | if let lhsAnchor = lhs as? NSLayoutDimension,
212 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
213 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
214 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:231:43: error: cannot find type 'NSLayoutDimension' in scope
229 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
232 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
233 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:232:45: error: cannot find type 'NSLayoutDimension' in scope
230 | -> NSLayoutConstraint {
231 | if let lhsAnchor = lhs as? NSLayoutDimension,
232 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
233 | let constraint = lhsAnchor.constraint(equalTo: rhsAnchor,
234 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:249:43: error: cannot find type 'NSLayoutDimension' in scope
247 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
250 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
251 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:250:45: error: cannot find type 'NSLayoutDimension' in scope
248 | -> NSLayoutConstraint {
249 | if let lhsAnchor = lhs as? NSLayoutDimension,
250 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
251 | let constraint = lhsAnchor.constraint(lessThanOrEqualTo: rhsAnchor,
252 | multiplier: rhs.1.0,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:267:43: error: cannot find type 'NSLayoutDimension' in scope
265 | rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
| `- error: cannot find type 'NSLayoutDimension' in scope
268 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
269 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
/host/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:268:45: error: cannot find type 'NSLayoutDimension' in scope
266 | -> NSLayoutConstraint {
267 | if let lhsAnchor = lhs as? NSLayoutDimension,
268 | let rhsAnchor = rhs.0 as? NSLayoutDimension {
| `- error: cannot find type 'NSLayoutDimension' in scope
269 | let constraint = lhsAnchor.constraint(greaterThanOrEqualTo: rhsAnchor,
270 | multiplier: rhs.1.0,
[19/20] Compiling BBLayoutKit BBAutoLayoutable.swift
/host/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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) {
[20/20] Compiling BBLayoutKit BBAutoLayoutableExtensions.swift
/host/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.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/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:41:25: error: cannot find type 'NSLayoutConstraint' in scope
39 | widthRelation: NSLayoutConstraint.Relation = .equal,
40 | height: NSLayoutDimension? = nil,
41 | heightRelation: NSLayoutConstraint.Relation = .equal,
| `- error: cannot find type 'NSLayoutConstraint' in scope
42 | multiplier: BBMultiplierConvertible = 1,
43 | size: BBSizeConvertible = 0) {
BUILD FAILURE 6.0 linux