The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AceLayout, reference 1.1.3 (2b96b1), with Swift 5.10 for Linux on 15 Jul 2024 13:23:45 UTC.

Build Command

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

Build Log

/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:16:63: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol YAxisAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:16:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:16:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:75:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:76:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:105:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:106:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:135:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:136:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:162: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:162: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:189:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:188:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:216:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:215:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:252:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:253:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:280:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:281:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:308:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:309:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:331:48: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:331:36: error: cannot find type 'CGSize' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                   ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:351:58: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:351:46: error: cannot find type 'CGSize' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                             ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:371:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:371:49: error: cannot find type 'CGSize' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:393:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:393:48: error: cannot find type 'CGFloat' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:413:71: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:413:58: error: cannot find type 'CGFloat' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                         ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:433:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:433:61: error: cannot find type 'CGFloat' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:458: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:458: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:483:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:482:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:508:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:507:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:539:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:540:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:564:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:565:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:585: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:585: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:605: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:605: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:636:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:637:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:660:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:661:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:681: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:681: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:701: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:701: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:742: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:743:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:772:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:773:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:803: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:804:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:833:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:834:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:864:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:863: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:889:66: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:889:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:917:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:916: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:942:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:942:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:116: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:116: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:140: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:140: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:164: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:164:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:17: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:75:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:146: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:146: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:99:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:165: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:165: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:125:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:187:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
[10/16] 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/LayoutAnchor.swift:18:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31: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:31: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:32: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:32: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:33: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:33: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:37: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:37: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:38: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:38: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:39: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:39: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:43:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:16:63: error: cannot find type 'NSLayoutXAxisAnchor' in scope
public protocol XAxisAnchor: LayoutAnchor where AnchorType == NSLayoutXAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:16:63: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol YAxisAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:16:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:16:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:75:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:76:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:105:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:106:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:135:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:136:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:162: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:162: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:189:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:188:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:216:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:215:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:252:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:253:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:280:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:281:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:308:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:309:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:331:48: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:331:36: error: cannot find type 'CGSize' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                   ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:351:58: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:351:46: error: cannot find type 'CGSize' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                             ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:371:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:371:49: error: cannot find type 'CGSize' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:393:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:393:48: error: cannot find type 'CGFloat' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:413:71: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:413:58: error: cannot find type 'CGFloat' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                         ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:433:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:433:61: error: cannot find type 'CGFloat' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:458: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:458: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:483:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:482:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:508:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:507:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:539:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:540:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:564:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:565:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:585: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:585: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:605: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:605: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:636:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:637:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:660:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:661:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:681: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:681: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:701: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:701: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:742: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:743:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:772:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:773:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:803: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:804:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:833:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:834:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:864:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:863: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:889:66: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:889:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:917:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:916: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:942:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:942:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:116: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:116: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:140: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:140: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:164: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:164:60: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqualToSuperview(plus offset: CGFloat = 0) -> NSLayoutConstraint {
                                                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:17: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:75:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:146: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:146: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:99:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:165: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:165: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:125:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:187:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
[11/16] Compiling AceLayout LayoutItem.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/LayoutAnchor.swift:18:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31: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:31: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:32: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:32: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:33: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:33: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:37: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:37: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:38: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:38: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:39: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:39: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:43:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:16:63: error: cannot find type 'NSLayoutXAxisAnchor' in scope
public protocol XAxisAnchor: LayoutAnchor where AnchorType == NSLayoutXAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:17:69: error: cannot find type 'NSLayoutXAxisAnchor' in scope
                                                BaseLayoutAnchor == NSLayoutXAxisAnchor,
                                                                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:29:79: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var leading: LayoutRect.XAxis { .init(target: base, anchorKeyPath: \.leadingAnchor) }
                                                                              ^
                                                                               <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:32:80: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var trailing: LayoutRect.XAxis { .init(target: base, anchorKeyPath: \.trailingAnchor) }
                                                                               ^
                                                                                <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:35:76: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var left: LayoutRect.XAxis { .init(target: base, anchorKeyPath: \.leftAnchor) }
                                                                           ^
                                                                            <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:38:77: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var right: LayoutRect.XAxis { .init(target: base, anchorKeyPath: \.rightAnchor) }
                                                                            ^
                                                                             <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:41:79: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var centerX: LayoutRect.XAxis { .init(target: base, anchorKeyPath: \.centerXAnchor) }
                                                                              ^
                                                                               <#Root#>
/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:16:63: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol YAxisAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:17:69: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:53:75: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var top: LayoutRect.YAxis { .init(target: base, anchorKeyPath: \.topAnchor) }
                                                                          ^
                                                                           <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:56:78: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var bottom: LayoutRect.YAxis { .init(target: base, anchorKeyPath: \.bottomAnchor) }
                                                                             ^
                                                                              <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:59:79: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var centerY: LayoutRect.YAxis { .init(target: base, anchorKeyPath: \.centerYAnchor) }
                                                                              ^
                                                                               <#Root#>
/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:16:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:17:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:101:81: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var width: LayoutRect.Dimension { .init(target: base, anchorKeyPath: \.widthAnchor) }
                                                                                ^
                                                                                 <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:104:82: error: cannot infer key path type from context; consider explicitly specifying a root type
    public var height: LayoutRect.Dimension { .init(target: base, anchorKeyPath: \.heightAnchor) }
                                                                                 ^
                                                                                  <#Root#>
/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:16:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:17:72: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                   BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:114:44: error: cannot infer key path type from context; consider explicitly specifying a root type
        .init(target: base, anchorKeyPath: \.firstBaselineAnchor)
                                           ^
                                            <#Root#>
/host/spi-builder-workspace/Sources/AceLayout/LayoutItem.swift:119:44: error: cannot infer key path type from context; consider explicitly specifying a root type
        .init(target: base, anchorKeyPath: \.lastBaselineAnchor)
                                           ^
                                            <#Root#>
[12/16] Compiling AceLayout LayoutAnchor.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31: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:31: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:32: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:32: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:33: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:33: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:37: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:37: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:38: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:38: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:39: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:39: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:43:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:75:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:99:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:125:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:146: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:146: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:165: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:165: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:187:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:17:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:116:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:117:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:138:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:139:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:163:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:164:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:191:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:190:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:213:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:212:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:235:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:234:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:260:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:259:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:283:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:282:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:306:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:305:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:325:48: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:325:36: error: cannot find type 'CGFloat' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                   ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:342:58: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:342:46: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:359:61: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:359:49: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:380: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:380: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:404: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:404: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:428: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:428: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:449:71: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:449:59: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:470:81: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:470:69: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:493:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:492:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:17: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 {}
            ^
[13/16] Compiling AceLayout LayoutDimension.swift
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:31: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:31: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:32: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:32: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:33: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:33: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:37: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:37: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:38: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:38: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:39: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:39: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:43:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:75:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:99:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:125:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:146: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:146: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:165: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:165: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:187:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:17:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:116:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:117:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:138:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:139:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:163:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:164:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:191:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:190:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:213:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:212:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:235:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:234:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:260:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:259:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:283:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:282:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:306:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:305:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:325:48: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:325:36: error: cannot find type 'CGFloat' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                   ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:342:58: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:342:46: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:359:61: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:359:49: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:380: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:380: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:404: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:404: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:428: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:428: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:449:71: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:449:59: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:470:81: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:470:69: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:493:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:492:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:17: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)
[14/16] Emitting module AceLayout
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:59: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:63: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:17: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:23:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:24:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:25:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:26:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:28:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:34:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:35:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:37:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:46:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:47:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:53:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
                             ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:54: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:16:66: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol BaselineAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                                 ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:17:72: error: cannot find type 'NSLayoutYAxisAnchor' in scope
                                                   BaseLayoutAnchor == NSLayoutYAxisAnchor,
                                                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:38: error: cannot find type 'NSLayoutAnchor' in scope
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:40:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:41:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:61:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:62:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:82:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:83:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/BaselineAnchor.swift:101: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:101: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:122: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:122: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:143: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:143: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:31: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:31: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:32: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:32: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:33: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:33: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:37: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:37: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:38: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:38: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:39: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:39: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:43:52: error: cannot find type 'NSLayoutConstraint' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:43:40: error: cannot find type 'CGFloat' in scope
    func equalToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                       ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:62: error: cannot find type 'NSLayoutConstraint' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:44:50: error: cannot find type 'CGFloat' in scope
    func lessThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:65: error: cannot find type 'NSLayoutConstraint' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:45:53: error: cannot find type 'CGFloat' in scope
    func greaterThanOrEqualToSuperview(plus offset: CGFloat) -> NSLayoutConstraint
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:75:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:74:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:99:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:98:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:125:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:124:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:146: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:146: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:165: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:165: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:187:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:186:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:16:67: error: cannot find type 'NSLayoutDimension' in scope
public protocol LayoutDimension: LayoutAnchor where AnchorType == NSLayoutDimension,
                                                                  ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:17:73: error: cannot find type 'NSLayoutDimension' in scope
                                                    BaseLayoutAnchor == NSLayoutDimension,
                                                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:116:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:117:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:138:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:139:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:163:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:164:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:191:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:190:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:213:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:212:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:235:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:234:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:260:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:259:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:283:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:282:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:306:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:305:34: error: cannot find type 'CGFloat' in scope
        multipliedBy multiplier: CGFloat
                                 ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:325:48: error: cannot find type 'NSLayoutConstraint' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:325:36: error: cannot find type 'CGFloat' in scope
    public func equal(to constant: CGFloat) -> NSLayoutConstraint {
                                   ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:342:58: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:342:46: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                             ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:359:61: error: cannot find type 'NSLayoutConstraint' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:359:49: error: cannot find type 'CGFloat' in scope
    public func greaterThanOrEqual(to constant: CGFloat) -> NSLayoutConstraint {
                                                ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:380: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:380: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:404: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:404: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:428: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:428: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:449:71: error: cannot find type 'NSLayoutConstraint' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:449:59: error: cannot find type 'CGFloat' in scope
    public func equalToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                          ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:470:81: error: cannot find type 'NSLayoutConstraint' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:470:69: error: cannot find type 'CGFloat' in scope
    public func lessThanOrEqualToSuperview(multipliedBy multiplier: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:493:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutDimension.swift:492: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:16:63: error: cannot find type 'NSLayoutXAxisAnchor' in scope
public protocol XAxisAnchor: LayoutAnchor where AnchorType == NSLayoutXAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:16:63: error: cannot find type 'NSLayoutYAxisAnchor' in scope
public protocol YAxisAnchor: LayoutAnchor where AnchorType == NSLayoutYAxisAnchor,
                                                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:17: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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    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:17:20: note: protocol requires nested type 'AnchorType'; add nested type 'AnchorType' for conformance
    associatedtype AnchorType: AnyObject
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:18:20: note: protocol requires nested type 'BaseLayoutAnchor'; add nested type 'BaseLayoutAnchor' for conformance
    associatedtype BaseLayoutAnchor: NSLayoutAnchor<AnchorType>
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutAnchor.swift:21:20: note: protocol requires nested type 'Target'; add nested type 'Target' for conformance
    associatedtype Target
                   ^
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:75:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:76:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:105:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:106:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:135:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:136:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:162: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:162: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:189:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:188:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:216:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:215:31: error: cannot find type 'CGSize' in scope
            shiftedBy offset: CGSize = .zero
                              ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:252:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:253:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:280:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:281:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:308:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:309:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:331:48: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:331:36: error: cannot find type 'CGSize' in scope
        public func equal(to size: CGSize) -> [NSLayoutConstraint] {
                                   ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:351:58: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:351:46: error: cannot find type 'CGSize' in scope
        public func lessThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                             ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:371:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:371:49: error: cannot find type 'CGSize' in scope
        public func greaterThanOrEqual(to size: CGSize) -> [NSLayoutConstraint] {
                                                ^~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:393:61: error: cannot find type 'NSLayoutConstraint' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:393:48: error: cannot find type 'CGFloat' in scope
        public func equal(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:413:71: error: cannot find type 'NSLayoutConstraint' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:413:58: error: cannot find type 'CGFloat' in scope
        public func lessThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                         ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:433:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:433:61: error: cannot find type 'CGFloat' in scope
        public func greaterThanOrEqual(toSquare sideLength: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:458: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:458: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:483:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:482:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:508:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:507:38: error: cannot find type 'CGFloat' in scope
            multipliedBy multiplier: CGFloat = 1
                                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:539:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:540:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:564:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:565:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:585: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:585: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:605: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:605: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:636:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:637:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:660:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat = 0
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:661:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:681: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:681: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:701: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:701: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:742: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:743:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:772:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:773:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:803: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:804:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:833:28: error: cannot find type 'CGFloat' in scope
            insetBy inset: CGFloat
                           ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:834:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:864:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:863: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:889:66: error: cannot find type 'NSLayoutConstraint' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:889:53: error: cannot find type 'CGFloat' in scope
        public func equalToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                    ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:917:15: error: cannot find type 'NSLayoutConstraint' in scope
        ) -> [NSLayoutConstraint] {
              ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:916: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:942:74: error: cannot find type 'NSLayoutConstraint' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                                         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/LayoutRect.swift:942:61: error: cannot find type 'CGFloat' in scope
        public func insideOrEqualToSuperview(insetBy inset: CGFloat) -> [NSLayoutConstraint] {
                                                            ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/XAxisAnchor.swift:116: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:116: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:140: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:140: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:164: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:164: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:44:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:45:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:69:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:70:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:94:22: error: cannot find type 'CGFloat' in scope
        plus offset: CGFloat = 0
                     ^~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:95:10: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutAnchors/YAxisAnchor.swift:116: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:116: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:140: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:140: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:164: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:164: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:70: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:99: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:24:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint]
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:23:81: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<LayoutBase>) -> [NSLayoutConstraint]
                                                                                ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:23: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:37:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:36:75: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:36: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:65:11: error: cannot find type 'NSLayoutConstraint' in scope
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:64:75: error: cannot find type 'NSLayoutConstraint' in scope
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/LayoutTarget.swift:64:9: error: result builder attribute 'LayoutConstraintsBuilder' can only be applied to a parameter of function type
        @LayoutConstraintsBuilder builder: (_ item: LayoutItem<Self>) -> [NSLayoutConstraint]
        ^
[15/16] Compiling AceLayout Constrainable.swift
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:59: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:63: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:17: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:23:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:24:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:25:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:26:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:28:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:34:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:35:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:37:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:46:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:47:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:53:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
                             ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:54: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:64: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 {}
            ^
[16/16] Compiling AceLayout NSLayoutConstraint+Extension.swift
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:59: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:63: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:17: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:23:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leadingAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:24:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var trailingAnchor: NSLayoutXAxisAnchor { get }
                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:25:21: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var leftAnchor: NSLayoutXAxisAnchor { get }
                    ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:26:22: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var rightAnchor: NSLayoutXAxisAnchor { get }
                     ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:28:24: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:34:20: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var topAnchor: NSLayoutYAxisAnchor { get }
                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:35:23: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var bottomAnchor: NSLayoutYAxisAnchor { get }
                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:37:24: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:46:22: error: cannot find type 'NSLayoutDimension' in scope
    var widthAnchor: NSLayoutDimension { get }
                     ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:47:23: error: cannot find type 'NSLayoutDimension' in scope
    var heightAnchor: NSLayoutDimension { get }
                      ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:53:30: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
                             ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AceLayout/Constrainable.swift:54: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:64: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 {}
            ^
error: fatalError
BUILD FAILURE 5.10 linux