The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RLayoutKit with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roy-ren/RLayoutKit.git
Reference: 0.4.1
Cloned https://github.com/roy-ren/RLayoutKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/roy-ren/RLayoutKit.git at 0.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/10] Compiling RLayoutKit ScrollViewLayoutGuideAnchors.swift
[2/10] Compiling RLayoutKit LayoutPoint.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:20:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let x: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:21:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let y: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:42:68: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutPoint, rsh: LayoutPoint) -> [NSLayoutConstraint] {
                                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:49:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:47:49: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:70:55: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:54:49: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:77:55: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:17:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:18:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:46:32: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:53:35: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:25:37: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:74:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var centerX: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:81:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var centerY: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
[3/10] Compiling RLayoutKit RLayoutKit.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:63:11: error: cannot find type 'View' in scope
extension View: RLayoutCompatible {
          ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:38:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:41:40: error: cannot find type 'View' in scope
        public var `super`: RLayoutKitWrapper<View>? {
                                              ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:90:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:107:21: error: cannot find type 'View' in scope
        ) -> Base where T: View {
                           ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:42:30: error: value of type 'Base' has no member 'superView'
                guard let superview = base.superView else {
                                      ~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:98:8: error: value of type 'Base' has no member 'translatesAutoresizingMaskIntoConstraints'
                base.translatesAutoresizingMaskIntoConstraints = false
                ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:99:25: error: value of type 'Base' has no member 'rl'
                constrainHandler(base.rl)
                                 ~~~~ ^~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:108:8: error: value of type 'Base' has no member 'addedTo'
                base.addedTo(view)
                ~~~~ ^~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:109:8: error: value of type 'Base' has no member 'translatesAutoresizingMaskIntoConstraints'
                base.translatesAutoresizingMaskIntoConstraints = false
                ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:110:16: error: value of type 'Base' has no member 'rl'
                handler(base.rl, view.rl)
                        ~~~~ ^~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:110:25: error: value of type 'T' has no member 'rl'
                handler(base.rl, view.rl)
                                 ~~~~ ^~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:64:17: error: cannot find type 'View' in scope
        var superView: View? {
                       ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:72:23: error: cannot find type 'View' in scope
        func addedTo(_ view: View) {
                             ^~~~
[4/10] Compiling RLayoutKit SafeAreaGuideAnchors.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:63:11: error: cannot find type 'View' in scope
extension View: RLayoutCompatible {
          ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:38:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:41:40: error: cannot find type 'View' in scope
        public var `super`: RLayoutKitWrapper<View>? {
                                              ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:90:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:107:21: error: cannot find type 'View' in scope
        ) -> Base where T: View {
                           ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:42:30: error: value of type 'Base' has no member 'superView'
                guard let superview = base.superView else {
                                      ~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:98:8: error: value of type 'Base' has no member 'translatesAutoresizingMaskIntoConstraints'
                base.translatesAutoresizingMaskIntoConstraints = false
                ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:99:25: error: value of type 'Base' has no member 'rl'
                constrainHandler(base.rl)
                                 ~~~~ ^~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:108:8: error: value of type 'Base' has no member 'addedTo'
                base.addedTo(view)
                ~~~~ ^~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:109:8: error: value of type 'Base' has no member 'translatesAutoresizingMaskIntoConstraints'
                base.translatesAutoresizingMaskIntoConstraints = false
                ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:110:16: error: value of type 'Base' has no member 'rl'
                handler(base.rl, view.rl)
                        ~~~~ ^~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:110:25: error: value of type 'T' has no member 'rl'
                handler(base.rl, view.rl)
                                 ~~~~ ^~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:64:17: error: cannot find type 'View' in scope
        var superView: View? {
                       ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:72:23: error: cannot find type 'View' in scope
        func addedTo(_ view: View) {
                             ^~~~
[5/11] Compiling RLayoutKit ViewAnchors.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:17:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:18:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:25:37: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:32:33: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var left: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:39:34: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var right: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:46:32: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:53:35: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:60:34: error: cannot find type 'NSLayoutDimension' in scope
        public var width: AnchorWrapper<NSLayoutDimension, NSLayoutDimension> {
                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:67:35: error: cannot find type 'NSLayoutDimension' in scope
        public var height: AnchorWrapper<NSLayoutDimension, NSLayoutDimension> {
                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:74:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var centerX: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:81:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var centerY: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:88:42: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var firstBaseline: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                                ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:95:41: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var lastBaseline: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                               ^~~~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/11] Emitting module RLayoutKit
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:63:11: error: cannot find type 'View' in scope
extension View: RLayoutCompatible {
          ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:38:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:41:40: error: cannot find type 'View' in scope
        public var `super`: RLayoutKitWrapper<View>? {
                                              ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:90:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/RLayoutKit.swift:107:21: error: cannot find type 'View' in scope
        ) -> Base where T: View {
                           ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:17:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:18:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:25:37: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:32:33: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var left: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                       ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:39:34: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var right: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:46:32: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:53:35: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:60:34: error: cannot find type 'NSLayoutDimension' in scope
        public var width: AnchorWrapper<NSLayoutDimension, NSLayoutDimension> {
                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:67:35: error: cannot find type 'NSLayoutDimension' in scope
        public var height: AnchorWrapper<NSLayoutDimension, NSLayoutDimension> {
                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:74:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var centerX: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:81:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var centerY: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:88:42: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var firstBaseline: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                                ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:95:41: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var lastBaseline: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:23:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:42:68: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:62:62: error: cannot find type 'NSLayoutConstraint' in scope
        static func ==+ (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:107:68: error: cannot find type 'NSLayoutConstraint' in scope
        public static func >= (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:127:62: error: cannot find type 'NSLayoutConstraint' in scope
        static func >=+ (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:171:68: error: cannot find type 'NSLayoutConstraint' in scope
        public static func <= (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:191:62: error: cannot find type 'NSLayoutConstraint' in scope
        static func <=+ (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:241:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint? {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:264:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint? {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:277:36: error: cannot find type 'NSLayoutDimension' in scope
extension AnchorWrapper where A == NSLayoutDimension, Anchor == NSLayoutDimension {
                                   ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:277:65: error: cannot find type 'NSLayoutDimension' in scope
extension AnchorWrapper where A == NSLayoutDimension, Anchor == NSLayoutDimension {
                                                                ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:280:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:288:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func >= (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:296:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func <= (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:21:32: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:22:33: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                                ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:23:28: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:24:31: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:27:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutEdge, rsh: LayoutEdge) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:35:72: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutEdge, rsh: LayoutInsetsEdge) -> [NSLayoutConstraint] {
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:47:49: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:54:49: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:65:32: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:66:33: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                                ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:67:28: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:68:31: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:70:55: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:77:55: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:86:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:20:26: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let x: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:21:26: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let y: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                         ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:42:68: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutPoint, rsh: LayoutPoint) -> [NSLayoutConstraint] {
                                                                   ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutPoint.swift:49:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:19:30: error: cannot find type 'NSLayoutDimension' in scope
    let width: AnchorWrapper<NSLayoutDimension, NSLayoutDimension>
                             ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:20:31: error: cannot find type 'NSLayoutDimension' in scope
    let height: AnchorWrapper<NSLayoutDimension, NSLayoutDimension>
                              ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:47:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutSize, rsh: CGSize) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:53:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func >= (lsh: LayoutSize, rsh: CGSize) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:59:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func <= (lsh: LayoutSize, rsh: CGSize) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:69:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutSize, rsh: LayoutSize) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:75:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func >= (lsh: LayoutSize, rsh: LayoutSize) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:81:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func <= (lsh: LayoutSize, rsh: LayoutSize) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:88:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
[7/11] Compiling RLayoutKit LayoutAnchor.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:47:49: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:70:55: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:54:49: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:77:55: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
[8/11] Compiling RLayoutKit LayoutMarginsGuideAnchors.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:47:49: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:70:55: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:54:49: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:77:55: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
[9/11] Compiling RLayoutKit LayoutSize.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:19:30: error: cannot find type 'NSLayoutDimension' in scope
    let width: AnchorWrapper<NSLayoutDimension, NSLayoutDimension>
                             ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:20:31: error: cannot find type 'NSLayoutDimension' in scope
    let height: AnchorWrapper<NSLayoutDimension, NSLayoutDimension>
                              ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:47:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutSize, rsh: CGSize) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:53:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func >= (lsh: LayoutSize, rsh: CGSize) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:59:62: error: cannot find type 'NSLayoutConstraint' in scope
    public static func <= (lsh: LayoutSize, rsh: CGSize) -> [NSLayoutConstraint] {
                                                             ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:69:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutSize, rsh: LayoutSize) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:75:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func >= (lsh: LayoutSize, rsh: LayoutSize) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:81:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func <= (lsh: LayoutSize, rsh: LayoutSize) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutSize.swift:88:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:47:49: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:70:55: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:54:49: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:77:55: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:17:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:60:34: error: cannot find type 'NSLayoutDimension' in scope
        public var width: AnchorWrapper<NSLayoutDimension, NSLayoutDimension> {
                                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:67:35: error: cannot find type 'NSLayoutDimension' in scope
        public var height: AnchorWrapper<NSLayoutDimension, NSLayoutDimension> {
                                         ^~~~~~~~~~~~~~~~~
[10/11] Compiling RLayoutKit LayoutEdge.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:21:32: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:22:33: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                                ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:23:28: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:24:31: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:27:66: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutEdge, rsh: LayoutEdge) -> [NSLayoutConstraint] {
                                                                 ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:35:72: error: cannot find type 'NSLayoutConstraint' in scope
    public static func == (lsh: LayoutEdge, rsh: LayoutInsetsEdge) -> [NSLayoutConstraint] {
                                                                       ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:47:49: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:54:49: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:65:32: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:66:33: error: cannot find type 'NSLayoutXAxisAnchor' in scope
    let trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor>
                                ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:67:28: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:68:31: error: cannot find type 'NSLayoutYAxisAnchor' in scope
    let bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor>
                              ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:70:55: error: cannot find type 'EdgeInsets' in scope
    public static func + (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:77:55: error: cannot find type 'EdgeInsets' in scope
    public static func - (lsh: LayoutInsetsEdge, rsh: EdgeInsets) -> LayoutInsetsEdge {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:86:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:48:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
        return LayoutInsetsEdge(leading: lsh.leading + rsh.left,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:55:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
        return LayoutInsetsEdge(leading: lsh.leading - rsh.left,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:71:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
        return LayoutInsetsEdge(leading: lsh.leading + rsh.left,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutEdge.swift:78:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
        return LayoutInsetsEdge(leading: lsh.leading - rsh.left,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:17:41: error: cannot find type 'View' in scope
extension RLayoutKitWrapper where Base: View {
                                        ^~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:18:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var leading: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:25:37: error: cannot find type 'NSLayoutXAxisAnchor' in scope
        public var trailing: AnchorWrapper<NSLayoutXAxisAnchor, NSLayoutXAxisAnchor> {
                                           ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:46:32: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var top: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                      ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/ViewAnchors.swift:53:35: error: cannot find type 'NSLayoutYAxisAnchor' in scope
        public var bottom: AnchorWrapper<NSLayoutYAxisAnchor, NSLayoutYAxisAnchor> {
                                         ^~~~~~~~~~~~~~~~~~~
[11/11] Compiling RLayoutKit LayoutBase.swift
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:23:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Core/LayoutAnchor.swift:29:40: error: cannot find type 'NSLayoutAnchor' in scope
public struct AnchorWrapper<A, Anchor: NSLayoutAnchor<A>> {
                                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:42:68: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:62:62: error: cannot find type 'NSLayoutConstraint' in scope
        static func ==+ (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:107:68: error: cannot find type 'NSLayoutConstraint' in scope
        public static func >= (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:127:62: error: cannot find type 'NSLayoutConstraint' in scope
        static func >=+ (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:171:68: error: cannot find type 'NSLayoutConstraint' in scope
        public static func <= (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:191:62: error: cannot find type 'NSLayoutConstraint' in scope
        static func <=+ (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:36: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:231:67: error: cannot find type 'NSLayoutYAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutYAxisAnchor, Anchor == NSLayoutYAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:234:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:241:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint? {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:36: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                   ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:254:67: error: cannot find type 'NSLayoutXAxisAnchor' in scope
extension AnchorWrapper where A == NSLayoutXAxisAnchor, Anchor == NSLayoutXAxisAnchor {
                                                                  ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:257:67: error: cannot find type 'NSLayoutDimension' in scope
        public static func - (lsh: AnchorWrapper, rsh: AnchorWrapper) -> NSLayoutDimension {
                                                                         ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:264:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint? {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:277:36: error: cannot find type 'NSLayoutDimension' in scope
extension AnchorWrapper where A == NSLayoutDimension, Anchor == NSLayoutDimension {
                                   ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:277:65: error: cannot find type 'NSLayoutDimension' in scope
extension AnchorWrapper where A == NSLayoutDimension, Anchor == NSLayoutDimension {
                                                                ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:280:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func == (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:288:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func >= (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:296:62: error: cannot find type 'NSLayoutConstraint' in scope
        public static func <= (lsh: AnchorWrapper, rsh: CGFloat) -> NSLayoutConstraint {
                                                                    ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:25:21: error: cannot find type 'NSLayoutConstraint' in scope
        public var active: NSLayoutConstraint {
                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/RLayoutKit/Layout/LayoutBase.swift:30:23: error: cannot find type 'NSLayoutConstraint' in scope
        public var inactive: NSLayoutConstraint {
                             ^~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2