The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoLayoutProxy with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log


           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:105:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:112: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/23] Compiling AutoLayoutProxy BBOffsetConvertible.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:18:24: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    var priorityValue: NSLayoutConstraint.Priority { get }
                       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:40:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { self }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:39:11: warning: cannot use class 'NSLayoutConstraint' in an extension with public or '@usableFromInline' members; 'AppKit' was not imported by this file
extension NSLayoutConstraint.Priority: BBPriorityConvertible {
          ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:44:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(self) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:48:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(Float(self)) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:52:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(Float(self)) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[3/23] Compiling AutoLayoutProxy BBPriorityConvertible.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:18:24: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    var priorityValue: NSLayoutConstraint.Priority { get }
                       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:40:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { self }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:39:11: warning: cannot use class 'NSLayoutConstraint' in an extension with public or '@usableFromInline' members; 'AppKit' was not imported by this file
extension NSLayoutConstraint.Priority: BBPriorityConvertible {
          ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:44:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(self) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:48:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(Float(self)) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:52:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(Float(self)) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[4/23] Compiling AutoLayoutProxy BBSizeConvertible.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:18:24: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    var priorityValue: NSLayoutConstraint.Priority { get }
                       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:40:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { self }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:39:11: warning: cannot use class 'NSLayoutConstraint' in an extension with public or '@usableFromInline' members; 'AppKit' was not imported by this file
extension NSLayoutConstraint.Priority: BBPriorityConvertible {
          ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:44:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(self) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:48:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(Float(self)) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBConvertible/BBPriorityConvertible.swift:52:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    public var priorityValue: NSLayoutConstraint.Priority { NSLayoutConstraint.Priority(Float(self)) }
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[5/23] Compiling AutoLayoutProxy BBAutoLayoutableQuadrupleOperators.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/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<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/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<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65: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, N
SCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:98:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:105:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:12: warn
ing: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:112: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/23] Compiling AutoLayoutProxy BBAutoLayoutableTupleOperators.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
publ
ic func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/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<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:75:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:77:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:81:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:83:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:22: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:87:59: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
public func - (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:89:47: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:96:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:97:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:98:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:103:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:104:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:105:9: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> [NSLayoutConstraint] {
        ^
AppKit.NSLa
youtConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:110:43: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:12: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:111:44: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableTupleOperators.swift:112: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 {
           ^
[7/23] Compiling AutoLayoutProxy BBAnchorableViewOperators.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:30:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:31:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:31:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:38:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:39:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:39:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:46:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:47:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:47:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:54:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:55:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:55:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:64:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:65:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:72:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:73:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:73:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:80:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:81:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:81:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:88:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:89:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:98:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:99:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:99:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:106:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:107:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:107:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:116:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:117:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:117:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/s
pi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:124:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:125:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:125:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:134:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:135:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:140:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:141:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:146:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:147:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:152:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:153:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:158:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:159:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:164:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:165:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:172:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:173:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:174:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:190:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:191:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:192:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:208:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:209:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:210:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:228:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:229:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:230:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:246:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:247:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:248:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:264:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:265:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:266:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:284:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {

           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:285:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:292:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:293:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:300:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:301:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:310:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:311:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:318:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:319:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:326:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/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 {
           ^
[8/23] Compiling AutoLayoutProxy BBAutoLayoutableOperators.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:30:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:31:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:31:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:38:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:39:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:39:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:46:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:47:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:47:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:54:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:55:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:55:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:64:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:65:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:65:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:72:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:73:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:73:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:80:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:81:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:81:50: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:88:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:89:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpa
ckageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:89:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:98:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:99:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:99:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:106:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:107:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:107:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:116:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:117:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:117:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:124:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:125:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:125:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:134:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:135:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:140:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:141:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:146:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:147:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:152:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:153:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:158:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:159:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:164:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:165:23: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:172:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:173:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:174:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:190:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:191:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:192:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:208:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:209:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBO
perators/BBAutoLayoutableOperators.swift:210:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:228:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:229:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:230:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:246:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:247:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:248:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:264:10: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    lhs: NSLayoutAnchor<AnchorType>,
         ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:265:11: warning: cannot use generic class 'NSLayoutAnchor' here; 'AppKit' was not imported by this file
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^
AppKit.NSLayoutAnchor:2:12: note: type declared here
open class NSLayoutAnchor<AnchorType> : NSObject, NSCopying, NSCoding where AnchorType : AnyObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:266:8: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    -> NSLayoutConstraint {
       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:284:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:285:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:292:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:293:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:300:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:301:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:310:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:311:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:318:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:319:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBOperators/BBAutoLayoutableOperators.swift:326:10: warning: cannot use class 'NSLayoutDimension' here; 'AppKit' was not imported by this file
    lhs: NSLayoutDimension,
         ^
AppKit.NSLayoutDimension:2:12: note: type declared here
open class NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension> {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/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 {
           ^
[9/23] Compiling AutoLayoutProxy BBMultiplier.swift
[10/23] Compiling AutoLayoutProxy BBOffset.swift
[11/23] Compiling AutoLayoutProxy NSLayoutConstraintAttributeExtensions.swift
[12/23] Compiling AutoLayoutProxy BBLayoutAnchor.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:17:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:19:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:21:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:28:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:37:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:46:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:25:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    attribute attr1: NSLayoutConstraint.Attribute,
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:26:25: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    relatedBy relation: NSLayoutConstraint.Relation,
                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:28:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    attribute attr2: NSLayoutConstraint.Attribute,
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:37:23: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var firstAttribute: NSLayoutConstraint.Attribute { get }
                      ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:39:24: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var secondAttribute: NSLayoutConstraint.Attribute { get }
                       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:41:17: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var relation: NSLayoutConstraint.Relation { get }
                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:46:17: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var priority: NSLayoutConstraint.Priority { get set }
                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:18:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/s
wiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:21:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:24:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:26:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(equalToConstant: CGFloat) -> NSLayoutConstraint
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:27:61: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(greaterThanOrEqualToConstant: CGFloat) -> NSLayoutConstraint
                                                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:28:58: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(lessThanOrEqualToConstant: CGFloat) -> NSLayoutConstraint
                                                         ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:36:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:47:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:58:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:67:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:74:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:81:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[13/23] Compiling AutoLayoutProxy BBLayoutConstraint.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:17:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:19:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:21:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:28:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:37:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:46:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:25:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    attribute attr1: NSLayoutConstraint.Attribute,
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:26:25: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    relatedBy relation: NSLayoutConstraint.Relation,
                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:28:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    attribute attr2: NSLayoutConstraint.Attribute,
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:37:23: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var firstAttribute: NSLayoutConstraint.Attribute { get }
                      ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:39:24: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var secondAttribute: NSLayoutConstraint.Attribute { get }
                       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:41:17: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var relation: NSLayoutConstraint.Relation { get }
                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:46:17: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var priority: NSLayoutConstraint.Priority { get set }
                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:18:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:21:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:24:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:26:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(equalToConstant: CGFloat) -> NSLayoutConstraint
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:27:61: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(greaterThanOrEqualToConstant: CGFloat) -> NSLayoutConstraint
                                                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:28:58: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(lessThanOrEqualToConstant: CGFloat) -> NSLayoutConstraint
                                                         ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:36:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:47:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:58:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:67:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:74:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:81:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[14/23] Compiling AutoLayoutProxy BBLayoutDimension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:17:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:19:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:21:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:28:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:37:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutAnchor.swift:46:31: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    constant: CGFloat = 0) -> NSLayoutConstraint {
                              ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:25:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    attribute attr1: NSLayoutConstraint.Attribute,
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:26:25: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    relatedBy relation: NSLayoutConstraint.Relation,
                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:28:22: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    attribute attr2: NSLayoutConstraint.Attribute,
                     ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:37:23: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var firstAttribute: NSLayoutConstraint.Attribute { get }
                      ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:39:24: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var secondAttribute: NSLayoutCon
straint.Attribute { get }
                       ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:41:17: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var relation: NSLayoutConstraint.Relation { get }
                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutConstraint.swift:46:17: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  var priority: NSLayoutConstraint.Priority { get set }
                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:18:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:21:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:24:41: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
                  constant: CGFloat) -> NSLayoutConstraint
                                        ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:26:48: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(equalToConstant: CGFloat) -> NSLayoutConstraint
                                               ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:27:61: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(greaterThanOrEqualToConstant: CGFloat) -> NSLayoutConstraint
                                                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:28:58: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
  func constraint(lessThanOrEqualToConstant: CGFloat) -> NSLayoutConstraint
                                                         ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:36:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:47:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:58:33: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    multiplier: CGFloat = 1) -> NSLayoutConstraint {
                                ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:67:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:74:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AutoLayoutProxy/BBDeclarative/BBLayoutDimension.swift:81:29: warning: cannot use class 'NSLayoutConstraint' here; 'AppKit' was not imported by this file
    _ constant: CGFloat) -> NSLayoutConstraint {
                            ^
AppKit.NSLayoutConstraint:2:12: note: type declared here
open class NSLayoutConstraint : NSObject {
           ^
[15/23] Compiling AutoLayoutProxy BBAutoLayoutableHelpers.swift
[16/23] Compiling AutoLayoutProxy BBEdgeInsetConvertible.swift
[17/23] Compiling AutoLayoutProxy BBMultiplierConvertible.swift
[18/23] Compiling AutoLayoutProxy BBAnchorable.swift
[19/23] Compiling AutoLayoutProxy BBAnchorableExtensions.swift
[20/23] Compiling AutoLayoutProxy BBAnchorableHelpers.swift
[21/23] Compiling AutoLayoutProxy BBAutoLayoutStackable.swift
[22/23] Compiling AutoLayoutProxy BBAutoLayoutable.swift
[23/23] Compiling AutoLayoutProxy BBAutoLayoutableExtensions.swift
Build complete! (6.35s)
Build complete.
Done.