Build Information
Failed to build LayoutUI, reference 0.0.2 (991636
), with Swift 6.0 for watchOS using Xcode 16.0 on 2 Nov 2024 13:18:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LayoutUI -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
CoreFoundation.CGFloat:2:23: note: type 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: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type 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: type 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: type 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: type 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: type 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: type 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: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:275:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:279:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:291:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:371:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:372:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:375:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:387:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:411:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:412:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:426:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:427:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:430:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:522:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:523:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:526:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:538:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:562:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:563:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:575:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:576:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:615:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:616:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:628:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:629:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:632:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:644:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:668:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:669:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Layout? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Layout? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
static var defaultValue: Layout? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Layout? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:12:32: error: cannot find type 'UIView' in scope
public typealias _SystemView = UIView
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:13:39: error: cannot find type 'UIView' in scope
public typealias _SystemFittingView = UIView
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:35:21: error: value of type 'ExplicitView' has no member 'frame'
get { _view.frame }
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:36:33: error: value of type 'ExplicitView' has no member 'frame'
nonmutating set { _view.frame = newValue }
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:44:15: error: value of type 'ExplicitView' has no member 'sizeThatFits'
_view.sizeThatFits(availableSize)
~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:52:38: error: value of type 'Subview' has no member 'frame'
get { view[keyPath: keyPath].frame }
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:53:50: error: value of type 'Subview' has no member 'frame'
nonmutating set { view[keyPath: keyPath].frame = newValue }
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:60:32: error: reference to member 'sizeThatFits' cannot be resolved without a contextual type
view[keyPath: keyPath].sizeThatFits(availableSize)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:87:24: error: generic struct 'Cached' requires that 'Cache' conform to 'CacheContainer'
self.mutator = Cached(id: id, base: _ViewFrameMutator(_view: view), cache: cache)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift:79:15: note: where 'Cache' = 'Cache'
public struct Cached<Base, Cache>: FittingSizeMutator where Base: FittingSizeMutator, Cache: CacheContainer, Cache.Value == CGSize {
^
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')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.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/RectAccessors.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.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/RectBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectAccessors.o -index-unit-output-path /LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/RectBasedLayout.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.abi.json
EmitSwiftModule normal arm64 (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-watchos/LayoutUI.build/Objects-normal/arm64/LayoutUI.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:18:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:19:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:23:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:32:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:32:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:25:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:46:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:46:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:39:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:60:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:60:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:53:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:74:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:74:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:67:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:86:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:87:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:90:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:91:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:100:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:100:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:93:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:114:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:114:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:107:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:128:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:128:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:121:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:135:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:154:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:155:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:158:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:159:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:168:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:168:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:161:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:182:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:182:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:175:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:196:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:196:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:189:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:210:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:210:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:203:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:222:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:223:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:226:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:227:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:236:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:236:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:229:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:250:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:250:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:243:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:264:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:264:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:257:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:278:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:278:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:271:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:291:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:294:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:295:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:297:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:318:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:318:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:311:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:332:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:332:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:325:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:346:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:346:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:339:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:358:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:359:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:362:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:363:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:372:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:372:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:365:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:386:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:386:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:379:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:400:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:400:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:393:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:414:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:414:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:407:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:11:30: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Left = MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:12:31: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Right = MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:13:29: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Top = MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:14:32: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Bottom = MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type 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: type 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: type 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: type 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: type 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: type 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: type 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: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type 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: type 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: type 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: type 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: type 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: type 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: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:275:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:279:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:291:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:371:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:372:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:375:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:387:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:411:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:412:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:426:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:427:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:430:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: type declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:522:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:523:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:526:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:538:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:562:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:563:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:575:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:576:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:615:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:616:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:628:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:629:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:632:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:644:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:668:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:669:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Layout? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Layout? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
static var defaultValue: Layout? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift:140:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Layout? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:12:32: error: cannot find type 'UIView' in scope
public typealias _SystemView = UIView
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:13:39: error: cannot find type 'UIView' in scope
public typealias _SystemFittingView = UIView
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:35:21: error: value of type 'ExplicitView' has no member 'frame'
get { _view.frame }
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:36:33: error: value of type 'ExplicitView' has no member 'frame'
nonmutating set { _view.frame = newValue }
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:44:15: error: value of type 'ExplicitView' has no member 'sizeThatFits'
_view.sizeThatFits(availableSize)
~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:52:38: error: value of type 'Subview' has no member 'frame'
get { view[keyPath: keyPath].frame }
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:53:50: error: value of type 'Subview' has no member 'frame'
nonmutating set { view[keyPath: keyPath].frame = newValue }
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:60:32: error: reference to member 'sizeThatFits' cannot be resolved without a contextual type
view[keyPath: keyPath].sizeThatFits(availableSize)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift:87:24: error: generic struct 'Cached' requires that 'Cache' conform to 'CacheContainer'
self.mutator = Cached(id: id, base: _ViewFrameMutator(_view: view), cache: cache)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift:79:15: note: where 'Cache' = 'Cache'
public struct Cached<Base, Cache>: FittingSizeMutator where Base: FittingSizeMutator, Cache: CacheContainer, Cache.Value == CGSize {
^
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftEmitModule normal armv7k Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
EmitSwiftModule normal armv7k (in target 'LayoutUI' from project 'LayoutUI')
SwiftEmitModule normal arm64 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
EmitSwiftModule normal arm64 (in target 'LayoutUI' from project 'LayoutUI')
Building workspace spi-builder-workspace with scheme LayoutUI
(6 failures)
BUILD FAILURE 6.0 watchOS