The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AceLayout with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:799:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:828:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:829:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:859:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:858:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:884:66: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:884:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:912:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:911:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:937:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:937:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:115:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:115:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:139:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:139:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:163:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:163:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
[5/13] Compiling AceLayout XAxisAnchor.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:20:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public let anchorKeyPath: KeyPath<any XAxesConstrainable, NSLayoutXAxisAnchor>
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:15:63: error: cannot find type 'NSLayoutXAxisAnchor' in scope
public protocol XAxisAnchor: LayoutAnchor where AnchorType == NSLayoutXAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:16:69: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                                BaseLayoutAnchor == NSLayoutXAxisAnchor,
                                                                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:77: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:65: error: cannot find type 'CGFloat' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:87: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:75: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:90: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:78: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:59: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:47: error: cannot find type 'CGFloat' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:69: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:57: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:72: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:60: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:18:19: error: type 'LayoutRect.XAxis' does not conform to protocol 'XAxisAnchor'
    public struct XAxis: XAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:18:19: error: type 'LayoutRect.XAxis' does not conform to protocol 'LayoutAnchor'
    public struct XAxis: XAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:26:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public let anchorKeyPath: KeyPath<any YAxesConstrainable, NSLayoutYAxisAnchor>
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:15:63: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol YAxisAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:16:69: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:24:19: error: type 'LayoutRect.YAxis' does not conform to protocol 'YAxisAnchor'
    public struct YAxis: YAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:24:19: error: type 'LayoutRect.YAxis' does not conform to protocol 'LayoutAnchor'
    public struct YAxis: YAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:32:66: error: cannot find type 'NSLayoutDimension' in scope
        public let anchorKeyPath: KeyPath<any SizeConstrainable, NSLayoutDimension>
                                                                 ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:15:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:30:19: error: type 'LayoutRect.Dimension' does not conform to protocol 'LayoutDimension'
    public struct Dimension: LayoutDimension {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:30:19: error: type 'LayoutRect.Dimension' does not conform to protocol 'LayoutAnchor'
    public struct Dimension: LayoutDimension {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:38:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public let anchorKeyPath: KeyPath<any BaselinesConstrainable, NSLayoutYAxisAnchor>
                                                                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:15:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:16:72: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                   BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:36:19: error: type 'LayoutRect.Baseline' does not conform to protocol 'BaselineAnchor'
    public struct Baseline: BaselineAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:36:19: error: type 'LayoutRect.Baseline' does not conform to protocol 'LayoutAnchor'
    public struct Baseline: BaselineAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:74:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:75:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:104:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:105:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:134:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:135:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:161:76: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(shiftedBy offset: CGSize = .zero) -> [NSLayoutConstraint] {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:161:56: error: cannot find type 'CGSize' in scope
        public func equalToSuperview(shiftedBy offset: CGSize = .zero) -> [NSLayoutConstraint] {
                                                       ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:188:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:187:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:215:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:214:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:250:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:251:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:278:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:279:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:306:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:307:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:329:48: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:329:36: error: cannot find type 'CGSize' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                   ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:349:58: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:349:46: error: cannot find type 'CGSize' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                             ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:369:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:369:49: error: cannot find type 'CGSize' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:391:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:391:48: error: cannot find type 'CGFloat' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:411:71: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:411:58: error: cannot find type 'CGFloat' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                         ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:431:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:431:61: error: cannot find type 'CGFloat' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:456:80: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(multipliedBy multiplier: CGFloat = 1) -> [NSLayoutConstraint] {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:456:63: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(multipliedBy multiplier: CGFloat = 1) -> [NSLayoutConstraint] {
                                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:481:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:480:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:506:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:505:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:536:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:537:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:561:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:562:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:582:70: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:582:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:602:78: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:602:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:632:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:633:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:656:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:657:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:677:70: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:677:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:697:78: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:697:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:737:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:738:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:767:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:768:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:798:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:799:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:828:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:829:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:859:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:858:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:884:66: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:884:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:912:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:911:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:937:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:937:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:115:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:115:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:139:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:139:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:163:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:163:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
[6/13] Compiling AceLayout Constrainable.swift
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:54:14: error: 'View' is not a member type of enum 'AceLayout.AL'
extension AL.View: XYAxesConstrainable, SizeConstrainable, BaselinesConstrainable {}
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:58:14: error: 'LayoutGuide' is not a member type of enum 'AceLayout.AL'
extension AL.LayoutGuide: XYAxesConstrainable, SizeConstrainable {
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:21:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:22:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:23:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:24:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:26:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:31:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:32:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:34:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:42:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:43:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:48:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
                             ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:49:29: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var lastBaselineAnchor: NSLayoutYAxisAnchor { get }
                            ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:14:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:26:20: error: cannot find type 'NSLayoutConstraint' in scope
extension Sequence<NSLayoutConstraint> {
                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:32:41: error: 'LayoutPriority' is not a member type of enum 'AceLayout.AL'
    public func priority(_ priority: AL.LayoutPriority) -> Self {
                                     ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:33:22: error: value of type 'Self.Element' has no member 'priority'
        forEach { $0.priority = priority }
                  ~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:59:30: error: 'View' is not a member type of enum 'AceLayout.AL'
    public var superview: AL.View? { owningView }
                          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:20:41: error: 'LayoutPriority' is not a member type of enum 'AceLayout.AL'
    public func priority(_ priority: AL.LayoutPriority) -> Self {
                                     ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
[7/13] Compiling AceLayout NSLayoutConstraint+Extension.swift
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:54:14: error: 'View' is not a member type of enum 'AceLayout.AL'
extension AL.View: XYAxesConstrainable, SizeConstrainable, BaselinesConstrainable {}
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:58:14: error: 'LayoutGuide' is not a member type of enum 'AceLayout.AL'
extension AL.LayoutGuide: XYAxesConstrainable, SizeConstrainable {
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:21:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:22:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:23:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:24:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:26:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:31:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:32:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:34:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:42:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:43:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:48:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
                             ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:49:29: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var lastBaselineAnchor: NSLayoutYAxisAnchor { get }
                            ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:14:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:26:20: error: cannot find type 'NSLayoutConstraint' in scope
extension Sequence<NSLayoutConstraint> {
                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:32:41: error: 'LayoutPriority' is not a member type of enum 'AceLayout.AL'
    public func priority(_ priority: AL.LayoutPriority) -> Self {
                                     ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:33:22: error: value of type 'Self.Element' has no member 'priority'
        forEach { $0.priority = priority }
                  ~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:59:30: error: 'View' is not a member type of enum 'AceLayout.AL'
    public var superview: AL.View? { owningView }
                          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:20:41: error: 'LayoutPriority' is not a member type of enum 'AceLayout.AL'
    public func priority(_ priority: AL.LayoutPriority) -> Self {
                                     ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
[8/13] Compiling AceLayout BaselineAnchor.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:15:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:16:72: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                   BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:39:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:40:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:60:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:61:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:81:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:82:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:100:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:100:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:121:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:121:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:142:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:142:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:15:50: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension LayoutAnchor where BaseLayoutAnchor == NSLayoutXAxisAnchor {
                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:43:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:76:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:75:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:112:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:111:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:121:50: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension LayoutAnchor where BaseLayoutAnchor == NSLayoutYAxisAnchor {
                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:150:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:149:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:181:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:180:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:214:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:213:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:77: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:65: error: cannot find type 'CGFloat' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:59: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:47: error: cannot find type 'CGFloat' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:87: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:75: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:69: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:57: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:90: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:78: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:72: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:60: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
[9/13] Compiling AceLayout LayoutAnchor+Extension.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:15:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:16:72: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                   BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:39:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:40:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:60:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:61:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:81:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:82:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:100:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:100:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:121:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:121:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:142:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:142:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:15:50: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension LayoutAnchor where BaseLayoutAnchor == NSLayoutXAxisAnchor {
                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:43:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:76:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:75:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:112:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:111:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:121:50: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension LayoutAnchor where BaseLayoutAnchor == NSLayoutYAxisAnchor {
                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:150:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:149:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:181:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:180:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:214:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:213:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:77: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:65: error: cannot find type 'CGFloat' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:59: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:47: error: cannot find type 'CGFloat' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:87: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:75: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:69: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:57: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:90: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:78: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:72: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:60: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
[10/13] Compiling AceLayout LayoutAnchor.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:77: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:65: error: cannot find type 'CGFloat' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:87: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:75: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:90: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:78: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:59: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:47: error: cannot find type 'CGFloat' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:69: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:57: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:72: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:60: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:15:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:115:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:116:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:137:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:138:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:162:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:163:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:190:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:189:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:212:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:211:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:234:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:233:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:259:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:258:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:282:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:281:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:305:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:304:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:324:48: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:324:36: error: cannot find type 'CGFloat' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                   ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:341:58: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:341:46: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:358:61: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:358:49: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:379:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:379:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:403:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:403:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:427:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:427:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:448:71: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:448:59: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:469:81: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:469:69: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:492:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:491:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
[11/13] Compiling AceLayout LayoutDimension.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:77: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:65: error: cannot find type 'CGFloat' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:87: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:75: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:90: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:78: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:59: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:47: error: cannot find type 'CGFloat' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:69: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:57: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:72: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:60: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:15:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:115:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:116:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:137:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:138:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:162:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:163:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:190:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:189:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:212:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:211:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:234:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:233:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:259:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:258:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:282:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:281:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:305:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:304:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:324:48: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:324:36: error: cannot find type 'CGFloat' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                   ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:341:58: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:341:46: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:358:61: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:358:49: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:379:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:379:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:403:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:403:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:427:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:427:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:448:71: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:448:59: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:469:81: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:469:69: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:492:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:491:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/13] Emitting module AceLayout
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:54:14: error: 'View' is not a member type of enum 'AceLayout.AL'
extension AL.View: XYAxesConstrainable, SizeConstrainable, BaselinesConstrainable {}
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:58:14: error: 'LayoutGuide' is not a member type of enum 'AceLayout.AL'
extension AL.LayoutGuide: XYAxesConstrainable, SizeConstrainable {
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:16:23: error: 'View' is not a member type of enum 'AceLayout.AL'
    var superview: AL.View? { get }
                   ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:21:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:22:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:23:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:24:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:26:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:31:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:32:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:34:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:42:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:43:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:48:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
                             ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:49:29: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var lastBaselineAnchor: NSLayoutYAxisAnchor { get }
                            ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:14:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:26:20: error: cannot find type 'NSLayoutConstraint' in scope
extension Sequence<NSLayoutConstraint> {
                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Extensions/NSLayoutConstraint+Extension.swift:32:41: error: 'LayoutPriority' is not a member type of enum 'AceLayout.AL'
    public func priority(_ priority: AL.LayoutPriority) -> Self {
                                     ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:15:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:16:72: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                   BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:39:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:40:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:60:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:61:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:81:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:82:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:100:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:100:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:121:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:121:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:142:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:142:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:15:50: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension LayoutAnchor where BaseLayoutAnchor == NSLayoutXAxisAnchor {
                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:43:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:76:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:75:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:112:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:111:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:121:50: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension LayoutAnchor where BaseLayoutAnchor == NSLayoutYAxisAnchor {
                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:150:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:149:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:181:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:180:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:214:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor+Extension.swift:213:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat = 1
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:77: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:30:65: error: cannot find type 'CGFloat' in scope
    func equal(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:87: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31:75: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:90: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:32:78: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to anotherAnchor: BaseLayoutAnchor, plus offset: CGFloat) -> NSLayoutConstraint
                                                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:59: error: cannot find type 'NSLayoutConstraint' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:36:47: error: cannot find type 'CGFloat' in scope
    func equal(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:69: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:37:57: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:72: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:38:60: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqual(to another: Self, plus offset: CGFloat) -> NSLayoutConstraint
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:42:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:73:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:97:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:123:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:70: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:145:54: error: cannot find type 'CGFloat' in scope
    public func equal(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:80: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:164:64: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to another: Self, plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:185:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:15:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:115:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:116:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:137:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:138:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:162:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:163:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:190:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:189:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:212:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:211:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:234:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:233:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:259:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:258:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:282:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:281:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:305:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:304:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:324:48: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:324:36: error: cannot find type 'CGFloat' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                   ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:341:58: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:341:46: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:358:61: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:358:49: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:379:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:379:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:403:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:403:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:427:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:427:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:448:71: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:448:59: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:469:81: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:469:69: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:492:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:491:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:20:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public let anchorKeyPath: KeyPath<any XAxesConstrainable, NSLayoutXAxisAnchor>
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:15:63: error: cannot find type 'NSLayoutXAxisAnchor' in scope
public protocol XAxisAnchor: LayoutAnchor where AnchorType == NSLayoutXAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:16:69: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                                BaseLayoutAnchor == NSLayoutXAxisAnchor,
                                                                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:18:19: error: type 'LayoutRect.XAxis' does not conform to protocol 'XAxisAnchor'
    public struct XAxis: XAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:18:19: error: type 'LayoutRect.XAxis' does not conform to protocol 'LayoutAnchor'
    public struct XAxis: XAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:26:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public let anchorKeyPath: KeyPath<any YAxesConstrainable, NSLayoutYAxisAnchor>
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:15:63: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol YAxisAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:16:69: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:24:19: error: type 'LayoutRect.YAxis' does not conform to protocol 'YAxisAnchor'
    public struct YAxis: YAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:24:19: error: type 'LayoutRect.YAxis' does not conform to protocol 'LayoutAnchor'
    public struct YAxis: YAxisAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:32:66: error: cannot find type 'NSLayoutDimension' in scope
        public let anchorKeyPath: KeyPath<any SizeConstrainable, NSLayoutDimension>
                                                                 ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:30:19: error: type 'LayoutRect.Dimension' does not conform to protocol 'LayoutDimension'
    public struct Dimension: LayoutDimension {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:30:19: error: type 'LayoutRect.Dimension' does not conform to protocol 'LayoutAnchor'
    public struct Dimension: LayoutDimension {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:38:71: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public let anchorKeyPath: KeyPath<any BaselinesConstrainable, NSLayoutYAxisAnchor>
                                                                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:36:19: error: type 'LayoutRect.Baseline' does not conform to protocol 'BaselineAnchor'
    public struct Baseline: BaselineAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:36:19: error: type 'LayoutRect.Baseline' does not conform to protocol 'LayoutAnchor'
    public struct Baseline: BaselineAnchor {
                  ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:16:20: note: protocol requires nested type 'AnchorType'; do you want to add it?
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:17:20: note: protocol requires nested type 'BaseLayoutAnchor'; do you want to add it?
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:20:20: note: protocol requires nested type 'Target'; do you want to add it?
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:74:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:75:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:104:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:105:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:134:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:135:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:161:76: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(shiftedBy offset: CGSize = .zero) -> [NSLayoutConstraint] {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:161:56: error: cannot find type 'CGSize' in scope
        public func equalToSuperview(shiftedBy offset: CGSize = .zero) -> [NSLayoutConstraint] {
                                                       ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:188:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:187:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:215:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:214:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:250:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:251:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:278:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:279:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:306:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:307:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:329:48: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:329:36: error: cannot find type 'CGSize' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                   ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:349:58: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:349:46: error: cannot find type 'CGSize' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                             ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:369:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:369:49: error: cannot find type 'CGSize' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:391:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:391:48: error: cannot find type 'CGFloat' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:411:71: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:411:58: error: cannot find type 'CGFloat' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                         ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:431:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:431:61: error: cannot find type 'CGFloat' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:456:80: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(multipliedBy multiplier: CGFloat = 1) -> [NSLayoutConstraint] {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:456:63: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(multipliedBy multiplier: CGFloat = 1) -> [NSLayoutConstraint] {
                                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:481:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:480:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:506:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:505:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:536:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:537:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:561:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:562:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:582:70: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:582:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:602:78: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:602:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:632:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:633:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:656:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:657:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:677:70: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:677:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:697:78: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:697:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat = 0) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:737:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:738:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:767:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:768:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:798:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:799:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:828:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:829:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:859:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:858:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:884:66: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:884:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:912:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:911:32: error: 'EdgeInsets' is not a member type of enum 'AceLayout.AL'
            insetBy insets: AL.EdgeInsets = .zero
                            ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:937:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:937:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:115:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:115:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:139:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:139:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:163:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:163:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:43:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:44:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:68:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:69:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:93:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:94:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:115:63: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:115:47: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                              ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:139:73: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:139:57: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                        ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:163:76: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:163:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:40:78: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildExpression(_ expression: NSLayoutConstraint) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:40:54: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildExpression(_ expression: NSLayoutConstraint) -> [NSLayoutConstraint] {
                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:44:80: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildExpression(_ expression: [NSLayoutConstraint]) -> [NSLayoutConstraint] {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:44:55: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildExpression(_ expression: [NSLayoutConstraint]) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:48:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildExpression(_ expression: ()) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:52:78: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildBlock(_ components: [NSLayoutConstraint]...) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:52:50: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildBlock(_ components: [NSLayoutConstraint]...) -> [NSLayoutConstraint] {
                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:56:78: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildOptional(_ component: [NSLayoutConstraint]?) -> [NSLayoutConstraint] {
                                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:56:52: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildOptional(_ component: [NSLayoutConstraint]?) -> [NSLayoutConstraint] {
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:60:79: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildEither(first component: [NSLayoutConstraint]) -> [NSLayoutConstraint] {
                                                                              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:60:54: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildEither(first component: [NSLayoutConstraint]) -> [NSLayoutConstraint] {
                                                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:64:80: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildEither(second component: [NSLayoutConstraint]) -> [NSLayoutConstraint] {
                                                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutConstraintsBuilder.swift:64:55: error: cannot find type 'NSLayoutConstraint' in scope
    public static func buildEither(second component: [NSLayoutConstraint]) -> [NSLayoutConstraint] {
                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:69:14: error: 'View' is not a member type of enum 'AceLayout.AL'
extension AL.View: LayoutTarget {
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:98:14: error: 'LayoutGuide' is not a member type of enum 'AceLayout.AL'
extension AL.LayoutGuide: LayoutTarget {}
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:23:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint]
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:22:81: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<LayoutBase>) -> [NSLayoutConstraint]
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:22:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<LayoutBase>) -> [NSLayoutConstraint]
        ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:36:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:35:75: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:35:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
        ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:64:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:63:75: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:63:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
        ^
[13/13] Compiling AceLayout LayoutTarget.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:69:14: error: 'View' is not a member type of enum 'AceLayout.AL'
extension AL.View: LayoutTarget {
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:98:14: error: 'LayoutGuide' is not a member type of enum 'AceLayout.AL'
extension AL.LayoutGuide: LayoutTarget {}
          ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:23:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint]
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:22:81: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<LayoutBase>) -> [NSLayoutConstraint]
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:22:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<LayoutBase>) -> [NSLayoutConstraint]
        ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:36:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:35:75: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:35:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
        ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:64:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:63:75: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:63:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
        ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:39:13: error: cannot find 'NSLayoutConstraint' in scope
            NSLayoutConstraint.activate(constraints)
            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:92:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:91:67: error: 'View' is not a member type of enum 'AceLayout.AL'
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<AL.View>) -> [NSLayoutConstraint]
                                                               ~~ ^
/host/spi-builder-workspace/Sources/AceLayout/Shims.swift:9:13: note: 'AL' declared here
public enum AL {}
            ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:91:78: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<AL.View>) -> [NSLayoutConstraint]
                                                                             ^~~~~~~~~~~~~~~~~~
BUILD FAILURE 5.8 linux

Build Machine: Linux 1