The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of BBLayoutKit with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bibinjacobpulickal/BBLayoutKit.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bibinjacobpulickal/BBLayoutKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 54b41a0 BBLayoutKitTests: Added isActives cases test.
Cloned https://github.com/bibinjacobpulickal/BBLayoutKit.git
Revision (git rev-parse @):
54b41a05f928e764f102aaf166bf24659e2ee18d
SUCCESS checkout https://github.com/bibinjacobpulickal/BBLayoutKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bibinjacobpulickal/BBLayoutKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/18] Emitting module BBLayoutKit
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:30:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:38:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:46:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:54:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:64:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:72:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:80:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:88:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:98:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:106:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:116:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:124:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:134:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:140:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:146:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:152:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:172:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:174:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:190:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:192:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:208:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:210:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:228:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:230:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:246:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:248:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:264:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:266:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:284:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:292:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:300:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:310:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:318:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:326:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:80:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:87:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:94:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[4/18] Compiling BBLayoutKit BBAutoLayoutableHelpers.swift
[5/18] Compiling BBLayoutKit BBEdgeInsetConvertible.swift
[6/20] Compiling BBLayoutKit BBSizeConvertible.swift
[7/20] Compiling BBLayoutKit BBMultiplier.swift
[8/20] Compiling BBLayoutKit BBOffset.swift
[9/20] Compiling BBLayoutKit NSLayoutConstraintAttributeExtensions.swift
[10/20] Compiling BBLayoutKit BBAnchorableViewOperators.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:30:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:38:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:46:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:54:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:64:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:72:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:80:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:88:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:98:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:106:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:116:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:124:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:134:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:140:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:146:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:152:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:172:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:174:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:190:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:192:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:208:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:210:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:228:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:230:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:246:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:248:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:264:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:266:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:284:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:292:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:300:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:310:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:318:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:326:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[11/20] Compiling BBLayoutKit BBAutoLayoutableOperators.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:30:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:38:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:46:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:54:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:64:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:72:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:80:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:88:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:98:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:106:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:116:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:124:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:134:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:140:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:146:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:152:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:172:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:174:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:190:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:192:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:208:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:210:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:228:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:230:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:246:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:248:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:264:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:266:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:284:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:292:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:300:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:310:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:318:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:326:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[12/20] Compiling BBLayoutKit BBMultiplierConvertible.swift
[13/20] Compiling BBLayoutKit BBOffsetConvertible.swift
[14/20] Compiling BBLayoutKit BBAutoLayoutable.swift
[15/20] Compiling BBLayoutKit BBAutoLayoutableExtensions.swift
[16/20] Compiling BBLayoutKit BBAnchorable.swift
[17/20] Compiling BBLayoutKit BBAnchorableExtensions.swift
[18/20] Compiling BBLayoutKit BBAnchorableHelpers.swift
[19/20] Compiling BBLayoutKit BBAutoLayoutableQuadrupleOperators.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:80:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:87:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:94:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[20/20] Compiling BBLayoutKit BBAutoLayoutableTupleOperators.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:80:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:87:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:94:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
Build complete! (4.60s)
Build complete.
Done.