The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build LayoutUI, reference master (8cc8e3), with Swift 6.2 for watchOS using Xcode 26.0 on 31 Aug 2025 01:29:49 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

                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:39:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:43:27: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let flexibleSize: CGFloat
                          ^~~~~~~
                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:43:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:43:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:44:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var offset: CGFloat
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:44:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:44:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:46:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:79:88: error: extra argument 'initial' in call
        self.init(id: id, reducer: VStackReducer(elements, initial: id.map({ $0 + 1 }) ?? 0, spacing: spacing), scheme: scheme)
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:79:50: error: cannot convert value of type 'C' to expected argument type '() -> C'
        self.init(id: id, reducer: VStackReducer(elements, initial: id.map({ $0 + 1 }) ?? 0, spacing: spacing), scheme: scheme)
                                                 ^
                                                          as! () -> C
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:79:36: error: initializer 'init(spacing:scheme:)' requires that 'C' conform to 'CompoundLayout'
        self.init(id: id, reducer: VStackReducer(elements, initial: id.map({ $0 + 1 }) ?? 0, spacing: spacing), scheme: scheme)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:85:12: note: where 'Elements' = 'C'
    public init(spacing: CGFloat = 0, @LayoutBuilder scheme: () -> Elements) where Elements: CompoundLayout {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:86:38: error: extra argument 'initial' in call
        self.init(scheme(), initial: 0, spacing: spacing)
                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:86:19: error: cannot convert value of type 'Elements' to expected argument type '() -> Elements'
        self.init(scheme(), initial: 0, spacing: spacing)
                  ^
                           as! () -> Elements
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var filled: CGFloat = 0
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:113:31: note: The missing import of module 'CoreFoundation' will be added implicitly
        var filled: CGFloat = 0
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:114:22: error: cannot find type 'CGRect' in scope
        var rects: [(CGRect, Sublayout, Bool)] = []
                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var flexibleCount: CGFloat = 0
                           ^~~~~~~
                           CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:116:38: note: The missing import of module 'CoreFoundation' will be added implicitly
        var flexibleCount: CGFloat = 0
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:31: warning: operator function '+=' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:31: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:125:34: note: The missing import of module 'CoreFoundation' will be added implicitly
                flexibleCount += 1
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:129:27: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        let flexibleSize: CGFloat
                          ^~~~~~~
                          CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:129:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:129:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        let flexibleSize: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:130:21: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
        var offset: CGFloat
                    ^~~~~~~
                    CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:130:13: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:130:13: note: The missing import of module 'CoreFoundation' will be added implicitly
        var offset: CGFloat
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
            flexibleSize = 0
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift:132:28: note: The missing import of module 'CoreFoundation' will be added implicitly
            flexibleSize = 0
                           ^
SwiftCompile normal arm64 Compiling\ 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/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/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/RectLayouts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectLayouts.dia -target arm64-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/LayoutUI-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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/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 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources/arm64 -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-apple-watchos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectLayouts.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectLayouts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:36:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:36:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:50:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:50:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:64:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:64:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:82:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:82:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:96:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:96:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:110:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:110:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:124:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:124:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:156:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:156:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:170:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:170:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:184:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:184:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:202:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:202:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:216:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:216:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:230:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:230:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:244:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:244:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:262:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:262:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:276:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:276:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:322:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:322:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:336:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:336:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:350:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:350:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:364:42: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:364:63: error: cannot find type 'CGRect' in scope
        public func layout(_ rect: inout CGRect, with source: CGRect) {
                                                              ^~~~~~
SwiftCompile normal arm64 Compiling\ UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-C923I9E7WL6VNSOU582MEE5FZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-3WCNNQQHE47T8BGZAQILBIYEV.pcm
SwiftEmitModule normal armv7k Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
EmitSwiftModule normal armv7k (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
	Building workspace spi-builder-workspace with scheme LayoutUI
(7 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  LayoutUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: LayoutUI
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LayoutUI",
  "name" : "LayoutUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LayoutUI",
      "targets" : [
        "LayoutUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LayoutUITests",
      "module_type" : "SwiftTarget",
      "name" : "LayoutUITests",
      "path" : "Tests/LayoutUITests",
      "sources" : [
        "LayoutUITests.swift"
      ],
      "target_dependencies" : [
        "LayoutUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LayoutUI",
      "module_type" : "SwiftTarget",
      "name" : "LayoutUI",
      "path" : "Sources/LayoutUI",
      "product_memberships" : [
        "LayoutUI"
      ],
      "sources" : [
        "LayoutBuilder.swift",
        "LayoutBuilders.swift",
        "RectAccessors.swift",
        "RectBasedLayout.swift",
        "RectConstraints.swift",
        "RectLayouts.swift",
        "StackLayout.swift",
        "StackLayouts.swift",
        "SwiftUI.swift",
        "UIKit+AppKit.swift",
        "ViewBasedLayout.swift",
        "ViewConstraints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LayoutUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LayoutUI -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LayoutUI -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  LayoutUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'LayoutUI' in project 'LayoutUI'
        ➜ Explicit dependency on target 'LayoutUI' in project 'LayoutUI'
    Target 'LayoutUI' in project 'LayoutUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver LayoutUI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LayoutUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/armv7k/LayoutUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/armv7k/LayoutUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/armv7k/LayoutUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/armv7k/LayoutUI_const_extract_protocols.json -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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources/armv7k -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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/armv7k/LayoutUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LayoutUI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LayoutUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64_32/LayoutUI_const_extract_protocols.json -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LayoutUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LayoutUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -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 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/DerivedSources/arm64 -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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftCompile normal arm64_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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
	Building workspace spi-builder-workspace with scheme LayoutUI
(3 failures)
BUILD FAILURE 6.2 watchOS