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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bibinjacobpulickal/BBLayoutKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bblayoutkit",
      "name": "BBLayoutKit",
      "url": "https://github.com/bibinjacobpulickal/BBLayoutKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BBLayoutKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bibinjacobpulickal/BBLayoutKit.git
[1/271] Fetching bblayoutkit
Fetched https://github.com/bibinjacobpulickal/BBLayoutKit.git (0.29s)
Creating working copy for https://github.com/bibinjacobpulickal/BBLayoutKit.git
Working copy of https://github.com/bibinjacobpulickal/BBLayoutKit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'bblayoutkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/16] Emitting module BBLayoutKit
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
           ^
[2/18] Compiling BBLayoutKit BBMultiplierConvertible.swift
[3/18] Compiling BBLayoutKit BBOffsetConvertible.swift
[4/18] Compiling BBLayoutKit BBAutoLayoutableQuadrupleOperators.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
           ^
[5/18] Compiling BBLayoutKit BBAutoLayoutableTupleOperators.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
           ^
[6/18] Compiling BBLayoutKit BBOffset.swift
[7/18] Compiling BBLayoutKit NSLayoutConstraintAttributeExtensions.swift
[8/18] Compiling BBLayoutKit BBSizeConvertible.swift
[9/18] Compiling BBLayoutKit BBMultiplier.swift
[10/18] Compiling BBLayoutKit BBAutoLayoutableHelpers.swift
[11/18] Compiling BBLayoutKit BBEdgeInsetConvertible.swift
[12/18] Compiling BBLayoutKit BBAnchorableViewOperators.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
           ^
[13/18] Compiling BBLayoutKit BBAutoLayoutableOperators.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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 {
           ^
[14/18] Compiling BBLayoutKit BBAutoLayoutable.swift
[15/18] Compiling BBLayoutKit BBAutoLayoutableExtensions.swift
[16/18] Compiling BBLayoutKit BBAnchorable.swift
[17/18] Compiling BBLayoutKit BBAnchorableExtensions.swift
[18/18] Compiling BBLayoutKit BBAnchorableHelpers.swift
Build complete! (16.32s)
Build complete.
Done.