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 0.0.2 (991636), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 14:41:52 UTC.

Build Command

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

Build Log

    public typealias MaxY = LayoutUI.MidY.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:362:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MidY.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:363:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MidY.Before.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:372: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:372: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:365:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.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/RectConstraints.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/RectConstraints.swift:379:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:400: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:400: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:393:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:414: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:414: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:407:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:11:30: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Left = MinX.After.Align
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:12:31: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Right = MaxX.Before.Align
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:13:29: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Top = MinY.After.Align
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:14:32: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Bottom = MaxY.Before.Align
                               ^
/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 source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41: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: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 source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163: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: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:275:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MinX.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MinX.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286: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:286: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:279:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298: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:298: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:291:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310: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:310: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:319: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:319: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:321: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:321: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:326: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:326: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:334: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:334: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:334: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:342: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:342: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:344: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:344: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:349: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:349: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:357: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:357: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:357: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:371:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MaxX.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:372:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MaxX.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382: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:382: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:375:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394: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:394: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:387:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406: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:406: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:411:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:412:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:426:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MinY.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:427:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MinY.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437: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:437: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:430:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449: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:449: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:442:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461: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:461: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:470: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:470: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:472: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:472: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:477: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:477: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:485: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:485: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:485: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:493: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:493: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:495: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:495: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:500: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:500: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:508: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:508: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:508: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:522:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MaxY.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:523:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MaxY.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533: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:533: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:526:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545: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:545: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:538:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557: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:557: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:562:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before.Align: MinYLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:563:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After.Align: MinYLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:575:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MidX.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:576:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MidX.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586: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:586: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:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598: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:598: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:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610: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:610: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:615:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:616:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:628:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MidY.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:629:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MidY.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639: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:639: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:632:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651: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:651: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:644:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663: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:663: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:668:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before.Align: MinYLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:669:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After.Align: MinYLayout {}
               ^
/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)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:12:32: error: 'UIView' is unavailable in watchOS
public typealias _SystemView = UIView
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:13:39: error: 'UIView' is unavailable in watchOS
public typealias _SystemFittingView = UIView
                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 -target arm64_32-apple-watchos6.0 -module-can-import-version SwiftUI 7.0.67.1 7.0.67 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-dependencies-3.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -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/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI.abi.json
SwiftCompile normal arm64_32 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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-watchos/LayoutUI.build/Objects-normal/arm64_32/RectConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectConstraints.dia -target arm64_32-apple-watchos6.0 -module-can-import-version SwiftUI 7.0.67.1 7.0.67 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-dependencies-3.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -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/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectConstraints.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectConstraints.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /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:18:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MinX.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:19:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MinX.After.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MinX.Before.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:23:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MinX.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:32: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:32: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:25:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:46: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:46: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:39:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:60: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:60: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:53:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:74: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:74: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:67:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:86:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MaxX.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:87:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MaxX.After.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:90:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MaxX.Before.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:91:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MaxX.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:100: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:100: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:93:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:114: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:114: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:107:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:128: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:128: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:121:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
               ^
/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:135:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:154:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MinY.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:155:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MinY.After.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:158:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MinY.Before.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:159:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MinY.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:168: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:168: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:161:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:182: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:182: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:175:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:196: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:196: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:189:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:210: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:210: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:203:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:222:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MaxY.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:223:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MaxY.After.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:226:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MaxY.Before.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:227:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MaxY.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:236: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:236: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:229:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:250: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:250: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:243:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:264: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:264: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:257:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:278: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:278: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:271:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MidX.After.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:291:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MidX.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:294:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MidX.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:295:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MidX.Before.Pull
                                          ^
/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:297:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:318: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:318: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:311:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:332: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:332: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:325:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:346: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:346: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:339:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:358:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MidY.After.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:359:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MidY.Before.Limit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:362:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MidY.After.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:363:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MidY.Before.Pull
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:372: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:372: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:365:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.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/RectConstraints.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/RectConstraints.swift:379:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:400: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:400: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:393:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:414: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:414: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:407:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
               ^
SwiftCompile normal arm64_32 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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-watchos/LayoutUI.build/Objects-normal/arm64_32/RectLayouts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectLayouts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectLayouts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectLayouts.dia -target arm64_32-apple-watchos6.0 -module-can-import-version SwiftUI 7.0.67.1 7.0.67 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-dependencies-3.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -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/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectLayouts.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/RectLayouts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /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:11:30: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Left = MinX.After.Align
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:12:31: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Right = MaxX.Before.Align
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:13:29: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Top = MinY.After.Align
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:14:32: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Bottom = MaxY.Before.Align
                               ^
/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 source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41: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: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 source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163: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: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:275:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MinX.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MinX.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286: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:286: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:279:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298: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:298: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:291:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310: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:310: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:319: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:319: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:321: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:321: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:326: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:326: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:334: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:334: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:334: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:342: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:342: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:344: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:344: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:349: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:349: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:357: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:357: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:357: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:371:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MaxX.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:372:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MaxX.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382: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:382: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:375:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394: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:394: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:387:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406: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:406: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:411:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:412:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:426:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MinY.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:427:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MinY.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437: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:437: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:430:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449: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:449: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:442:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461: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:461: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:470: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:470: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:472: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:472: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:477: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:477: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:485: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:485: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:485: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:493: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:493: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:495: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:495: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:500: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:500: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:508: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:508: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:508: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:522:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MaxY.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:523:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MaxY.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533: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:533: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:526:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545: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:545: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:538:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557: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:557: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:562:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before.Align: MinYLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:563:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After.Align: MinYLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:575:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxX = LayoutUI.MidX.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:576:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinX = LayoutUI.MidX.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586: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:586: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:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598: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:598: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:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610: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:610: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:615:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:616:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After.Align: MinXLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:628:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MaxY = LayoutUI.MidY.Before.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:629:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
    public typealias MinY = LayoutUI.MidY.After.Align
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639: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:639: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:632:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651: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:651: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:644:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663: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:663: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:668:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before.Align: MinYLayout {}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:669:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After.Align: MinYLayout {}
               ^
/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_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 Compiling\ StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64_32 /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_32 Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64_32 /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_32 Compiling\ StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64_32 /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_32 Compiling\ UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64_32 /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_32 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'LayoutUI' from project 'LayoutUI')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64_32 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64_32 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	Building workspace spi-builder-workspace with scheme LayoutUI
(7 failures)
BUILD FAILURE 6.2 watchOS