The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LayoutUI, reference master (8cc8e3), with Swift 6.1 for visionOS using Xcode 16.3 on 31 Aug 2025 01:28:42 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LayoutUI -destination generic/platform=xrOS

Build Log

           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:93:61: warning: struct 'CGFloat' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == VStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:93:61: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == VStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:93:61: warning: initializer 'init(integerLiteral:)' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == VStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:93:61: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == VStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:103:18: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let spacing: CGFloat
                 ^~~~~~~
                 CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:103:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let spacing: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:105:58: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ data: Elements, initial result: Int, spacing: CGFloat) {
                                                         ^~~~~~~
                                                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:105:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ data: Elements, initial result: Int, spacing: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:112:45: error: cannot find type 'CGRect' in scope
    public func reduce<Sublayout>(_ bounds: CGRect, scheme: (Int, Elements.Element) -> Sublayout) where Sublayout: SublayoutProtocol {
                                            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:162:63: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        id: Int? = nil, horizontalStack elements: C, spacing: CGFloat = 0,
                                                              ^~~~~~~
                                                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:162:63: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        id: Int? = nil, horizontalStack elements: C, spacing: CGFloat = 0,
                                                              ^~~~~~~
                                                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:161:12: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init<C>(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:161:12: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init<C>(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:162:73: warning: struct 'CGFloat' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        id: Int? = nil, horizontalStack elements: C, spacing: CGFloat = 0,
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:162:73: note: The missing import of module 'CoreFoundation' will be added implicitly
        id: Int? = nil, horizontalStack elements: C, spacing: CGFloat = 0,
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:162:73: warning: initializer 'init(integerLiteral:)' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        id: Int? = nil, horizontalStack elements: C, spacing: CGFloat = 0,
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:162:73: note: The missing import of module 'CoreFoundation' will be added implicitly
        id: Int? = nil, horizontalStack elements: C, spacing: CGFloat = 0,
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:26: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
                         ^~~~~~~
                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:26: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
                         ^~~~~~~
                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:12: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:12: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:36: warning: struct 'CGFloat' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:36: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:36: warning: initializer 'init(integerLiteral:)' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:171:36: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
                                                  ^~~~~~~
                                                  CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
                                                  ^~~~~~~
                                                  CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:12: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:12: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:61: warning: struct 'CGFloat' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:61: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:61: warning: initializer 'init(integerLiteral:)' cannot be used in a default argument value because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:179:61: note: The missing import of module 'CoreFoundation' will be added implicitly
    public init<Content>(id: Int? = nil, spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Content) where Content: CompoundLayout, Reducer == HStackReducer<Content>, Scheme == Content.Sublayout {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var filled: CGFloat = 0
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:31: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:31: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:31: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:27:31: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:28:22: error: cannot find type 'CGRect' in scope
        var rects: [(CGRect, Sublayout, Bool)] = []
                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var flexibleCount: CGFloat = 0
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:38: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:38: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:38: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:30:38: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:31: warning: cannot use conformance of 'CGFloat' to 'FloatingPoint' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:31: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:34: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:34: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:43:27: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let flexibleSize: CGFloat
                          ^~~~~~~
                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:43:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:43:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:44:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var offset: CGFloat
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:44:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:44:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:79:88: error: extra argument 'initial' in call
        self.init(id: id, reducer: VStackReducer(elements, initial: id.map({ $0 + 1 }) ?? 0, spacing: spacing), scheme: scheme)
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:79:50: error: cannot convert value of type 'C' to expected argument type '() -> C'
        self.init(id: id, reducer: VStackReducer(elements, initial: id.map({ $0 + 1 }) ?? 0, spacing: spacing), scheme: scheme)
                                                 ^
                                                          as! () -> C
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:79:36: error: initializer 'init(spacing:scheme:)' requires that 'C' conform to 'CompoundLayout'
        self.init(id: id, reducer: VStackReducer(elements, initial: id.map({ $0 + 1 }) ?? 0, spacing: spacing), scheme: scheme)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:85:12: note: where 'Elements' = 'C'
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:86:38: error: extra argument 'initial' in call
        self.init(scheme(), initial: 0, spacing: spacing)
                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:86:19: error: cannot convert value of type 'Elements' to expected argument type '() -> Elements'
        self.init(scheme(), initial: 0, spacing: spacing)
                  ^
                           as! () -> Elements
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var filled: CGFloat = 0
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:114:22: error: cannot find type 'CGRect' in scope
        var rects: [(CGRect, Sublayout, Bool)] = []
                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var flexibleCount: CGFloat = 0
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:31: warning: cannot use conformance of 'CGFloat' to 'FloatingPoint' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:31: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:129:27: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let flexibleSize: CGFloat
                          ^~~~~~~
                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:129:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:129:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:130:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var offset: CGFloat
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:130:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:130:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
SwiftCompile normal arm64 Compiling\ LayoutBuilder.swift,\ LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:58: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func inset(_ value: CGFloat) -> InsetWidth<Self> {
                               ^~~~~~~
                               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func inset(_ value: CGFloat) -> InsetWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func inset(_ value: CGFloat) -> InsetWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: ClosedRange<CGFloat>
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: note: The missing import of module 'CoreFoundation' will be added implicitly
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: ClosedRange<CGFloat>
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: ClosedRange<CGFloat>) {
                                          ^~~~~~~
                                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: note: The missing import of module 'CoreFoundation' will be added implicitly
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                                             ^~~~~~~
                                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                                                     ^~~~~~~
                                                     CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                                                  ^~~~~~~
                                                  CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:58: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func inset(_ value: CGFloat) -> InsetHeight<Self> {
                               ^~~~~~~
                               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func inset(_ value: CGFloat) -> InsetHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func inset(_ value: CGFloat) -> InsetHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: ClosedRange<CGFloat>
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: note: The missing import of module 'CoreFoundation' will be added implicitly
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: ClosedRange<CGFloat>
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: ClosedRange<CGFloat>) {
                                          ^~~~~~~
                                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: note: The missing import of module 'CoreFoundation' will be added implicitly
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                                             ^~~~~~~
                                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                                                     ^~~~~~~
                                                     CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                                                  ^~~~~~~
                                                  CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:288:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:288:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:300:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:300:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:309:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:309:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:311:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:311:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:316:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:316:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:324:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(_ value: CGFloat) -> MinXOffset<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:324:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(_ value: CGFloat) -> MinXOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:324:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(_ value: CGFloat) -> MinXOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:332:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:332:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:339:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:339:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:347:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
                                         ^~~~~~~
                                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:347:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:347:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:362:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:362:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:374:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:374:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:386:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:386:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:407:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:407:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:419:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:419:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:431:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:431:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:440:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:440:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:447:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:447:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:455:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(_ value: CGFloat) -> MinYOffset<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:455:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(_ value: CGFloat) -> MinYOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:455:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(_ value: CGFloat) -> MinYOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:463:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:463:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:465:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:465:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:478:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
                                         ^~~~~~~
                                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:478:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:478:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:505:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:505:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:517:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:517:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:536:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:536:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:548:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:548:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:560:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:560:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:603:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:603:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                         ^
SwiftCompile normal arm64 Compiling\ StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.o -index-unit-output-path /LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:36:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:36:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:50:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:50:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:64:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:64:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:82:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:82:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:96:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:96:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:110:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:110:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:124:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:124:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:156:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:156:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:170:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:170:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:184:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:184:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:202:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:202:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:216:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:216:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:230:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:230:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:244:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:244:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:262:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:262:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:276:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:276:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:322:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:322:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:336:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:336:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:350:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:350:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:364:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:364:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
SwiftCompile normal arm64 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	Building workspace spi-builder-workspace with scheme LayoutUI
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  LayoutUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: LayoutUI
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LayoutUI",
  "name" : "LayoutUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LayoutUI",
      "targets" : [
        "LayoutUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LayoutUITests",
      "module_type" : "SwiftTarget",
      "name" : "LayoutUITests",
      "path" : "Tests/LayoutUITests",
      "sources" : [
        "LayoutUITests.swift"
      ],
      "target_dependencies" : [
        "LayoutUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LayoutUI",
      "module_type" : "SwiftTarget",
      "name" : "LayoutUI",
      "path" : "Sources/LayoutUI",
      "product_memberships" : [
        "LayoutUI"
      ],
      "sources" : [
        "LayoutBuilder.swift",
        "LayoutBuilders.swift",
        "RectAccessors.swift",
        "RectBasedLayout.swift",
        "RectConstraints.swift",
        "RectLayouts.swift",
        "StackLayout.swift",
        "StackLayouts.swift",
        "SwiftUI.swift",
        "UIKit+AppKit.swift",
        "ViewBasedLayout.swift",
        "ViewConstraints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LayoutUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LayoutUI -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LayoutUI -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  LayoutUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'LayoutUI' in project 'LayoutUI'
        ➜ Explicit dependency on target 'LayoutUI' in project 'LayoutUI'
    Target 'LayoutUI' in project 'LayoutUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: abfb353c336df108cbef607e0b441433
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/abfb353c336df108cbef607e0b441433.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver LayoutUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LayoutUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RectAccessors.swift,\ RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.o -index-unit-output-path /LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:58: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func inset(_ value: CGFloat) -> InsetWidth<Self> {
                               ^~~~~~~
                               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func inset(_ value: CGFloat) -> InsetWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func inset(_ value: CGFloat) -> InsetWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: ClosedRange<CGFloat>
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: note: The missing import of module 'CoreFoundation' will be added implicitly
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: ClosedRange<CGFloat>
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: ClosedRange<CGFloat>) {
                                          ^~~~~~~
                                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: note: The missing import of module 'CoreFoundation' will be added implicitly
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                                             ^~~~~~~
                                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                                                     ^~~~~~~
                                                     CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                                                  ^~~~~~~
                                                  CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:58: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with _: CGRect) {
                                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let value: CGFloat
                   ^~~~~~~
                   CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
        let value: CGFloat
            ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        public init(_ value: CGFloat) { self.value = value }
                             ^~~~~~~
                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: note: The missing import of module 'CoreFoundation' will be added implicitly
        public init(_ value: CGFloat) { self.value = value }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func inset(_ value: CGFloat) -> InsetHeight<Self> {
                               ^~~~~~~
                               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func inset(_ value: CGFloat) -> InsetHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func inset(_ value: CGFloat) -> InsetHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: ClosedRange<CGFloat>
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: note: The missing import of module 'CoreFoundation' will be added implicitly
    let value: ClosedRange<CGFloat>
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: ClosedRange<CGFloat>
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: ClosedRange<CGFloat>) {
                                          ^~~~~~~
                                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: note: The missing import of module 'CoreFoundation' will be added implicitly
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: ClosedRange<CGFloat>) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                                             ^~~~~~~
                                             CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                                                     ^~~~~~~
                                                     CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                                                  ^~~~~~~
                                                  CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:288:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:288:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:300:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:300:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:309:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:309:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:311:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:311:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:316:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:316:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:324:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(_ value: CGFloat) -> MinXOffset<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:324:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(_ value: CGFloat) -> MinXOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:324:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(_ value: CGFloat) -> MinXOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:332:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:332:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:339:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:339:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:347:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
                                         ^~~~~~~
                                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:347:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:347:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:362:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:362:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:374:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:374:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:386:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:386:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:407:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:407:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:419:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:419:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:431:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:431:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:440:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:440:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:447:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:447:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:455:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(_ value: CGFloat) -> MinYOffset<Self> {
                                ^~~~~~~
                                CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:455:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(_ value: CGFloat) -> MinYOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:455:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(_ value: CGFloat) -> MinYOffset<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:463:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    let value: CGFloat
               ^~~~~~~
               CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:463:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    let value: CGFloat
        ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:465:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    init(_ base: Base, value: CGFloat) {
                              ^~~~~~~
                              CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:465:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
    init(_ base: Base, value: CGFloat) {
    ^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:38: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:59: error: cannot find type 'CGRect' in scope
    public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:478:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
    public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
                                         ^~~~~~~
                                         CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:478:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
    public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:478:17: note: The missing import of module 'CoreFoundation' will be added implicitly
    public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:505:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:505:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:517:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:517:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:536:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:536:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:548:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:548:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:560:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:560:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:603:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:603:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: 0...value.upperBound)
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: 0...value.upperBound)
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: 0...value.upperBound)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: 0...value.upperBound)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: note: The missing import of module 'CoreFoundation' will be added implicitly
        BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
                                                         ^
SwiftCompile normal arm64 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LayoutBuilder.swift,\ LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
EmitSwiftModule normal arm64 (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	Building workspace spi-builder-workspace with scheme LayoutUI
(4 failures)
BUILD FAILURE 6.1 visionOS