Build Information
Failed to build LayoutUI, reference 0.0.2 (991636
), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 01:59:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LayoutUI -destination generic/platform=xrOS
Build Log
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:11:30: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Left = MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:12:31: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Right = MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:13:29: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Top = MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:14:32: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Bottom = MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func inset(_ value: CGFloat) -> InsetWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func inset(_ value: CGFloat) -> InsetWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func inset(_ value: CGFloat) -> InsetWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: ClosedRange<CGFloat>
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: note: The missing import of module 'CoreFoundation' will be added implicitly
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: ClosedRange<CGFloat>
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: ClosedRange<CGFloat>) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: note: The missing import of module 'CoreFoundation' will be added implicitly
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func inset(_ value: CGFloat) -> InsetHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func inset(_ value: CGFloat) -> InsetHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func inset(_ value: CGFloat) -> InsetHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: ClosedRange<CGFloat>
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: note: The missing import of module 'CoreFoundation' will be added implicitly
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: ClosedRange<CGFloat>
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: ClosedRange<CGFloat>) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: note: The missing import of module 'CoreFoundation' will be added implicitly
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:275:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:279:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:291:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:371:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:372:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:375:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:387:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:411:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:412:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:426:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:427:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:430:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:522:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:523:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:526:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:538:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:562:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:563:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:575:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:576:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:615:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:616:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:628:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:629:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:632:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:644:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:668:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:669:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
SwiftCompile normal arm64 Compiling\ StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
EmitSwiftModule normal arm64 (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 Compiling\ ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
Building workspace spi-builder-workspace with scheme LayoutUI
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
LayoutUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: LayoutUI
{
"dependencies" : [
],
"manifest_display_name" : "LayoutUI",
"name" : "LayoutUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LayoutUI",
"targets" : [
"LayoutUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LayoutUITests",
"module_type" : "SwiftTarget",
"name" : "LayoutUITests",
"path" : "Tests/LayoutUITests",
"sources" : [
"LayoutUITests.swift"
],
"target_dependencies" : [
"LayoutUI"
],
"type" : "test"
},
{
"c99name" : "LayoutUI",
"module_type" : "SwiftTarget",
"name" : "LayoutUI",
"path" : "Sources/LayoutUI",
"product_memberships" : [
"LayoutUI"
],
"sources" : [
"LayoutBuilder.swift",
"LayoutBuilders.swift",
"RectAccessors.swift",
"RectBasedLayout.swift",
"RectConstraints.swift",
"RectLayouts.swift",
"StackLayout.swift",
"StackLayouts.swift",
"SwiftUI.swift",
"UIKit+AppKit.swift",
"ViewBasedLayout.swift",
"ViewConstraints.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LayoutUI"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LayoutUI -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LayoutUI -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
LayoutUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'LayoutUI' in project 'LayoutUI'
➜ Explicit dependency on target 'LayoutUI' in project 'LayoutUI'
Target 'LayoutUI' in project 'LayoutUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1812ee599e88ac4f825360eafa3dbea0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1812ee599e88ac4f825360eafa3dbea0.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver LayoutUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LayoutUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ LayoutUI (in target 'LayoutUI' from project 'LayoutUI')
EmitSwiftModule normal arm64 (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.o -index-unit-output-path /LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectConstraints.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:18:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:19:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:22:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:23:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:32:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:32:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:25:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:46:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:46:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:39:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:60:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:60:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:53:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:74:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:74:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:67:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:86:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:87:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:90:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:91:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:100:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:100:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:93:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:114:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:114:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:107:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:128:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:128:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:121:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:142:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:135:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:154:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:155:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:158:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:159:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:168:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:168:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:161:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:182:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:182:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:175:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:196:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:196:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:189:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:210:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:210:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:203:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:222:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:223:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:226:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:227:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:236:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:236:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:229:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:250:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:250:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:243:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:264:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:264:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:257:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:278:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:278:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:271:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:290:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:291:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:294:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:295:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:304:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:297:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:318:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:318:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:311:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:332:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:332:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:325:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:346:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:346:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:339:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:358:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:359:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Limit
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:362:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:363:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Pull
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:372:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:372:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:365:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:386:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:386:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:379:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:400:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:400:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:393:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:414:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:414:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift:407:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/LayoutUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LayoutUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.o -index-unit-output-path /LayoutUI.build/Debug-xros/LayoutUI.build/Objects-normal/arm64/RectLayouts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:11:30: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Left = MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:12:31: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Right = MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:13:29: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Top = MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:14:32: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias Bottom = MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:27:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:35:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:38:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:41:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:47:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:50:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:53:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:63:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:65:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:70:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:78:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func scaled(_ value: CGFloat) -> ScaledWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:87:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:89:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:94:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func inset(_ value: CGFloat) -> InsetWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func inset(_ value: CGFloat) -> InsetWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:102:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func inset(_ value: CGFloat) -> InsetWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: ClosedRange<CGFloat>
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: note: The missing import of module 'CoreFoundation' will be added implicitly
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:111:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: ClosedRange<CGFloat>
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: ClosedRange<CGFloat>) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: note: The missing import of module 'CoreFoundation' will be added implicitly
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:113:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:118:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:126:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:131:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:136:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenWidth<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:149:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:157:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:160:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:163:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:20: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:169:13: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:30: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public init(_ value: CGFloat) { self.value = value }
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:172:16: note: The missing import of module 'CoreFoundation' will be added implicitly
public init(_ value: CGFloat) { self.value = value }
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:175:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:185:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:187:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:192:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:200:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func scaled(_ value: CGFloat) -> ScaledHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:209:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:211:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:216:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:32: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func inset(_ value: CGFloat) -> InsetHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func inset(_ value: CGFloat) -> InsetHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:224:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func inset(_ value: CGFloat) -> InsetHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:28: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: ClosedRange<CGFloat>
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: note: The missing import of module 'CoreFoundation' will be added implicitly
let value: ClosedRange<CGFloat>
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:233:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: ClosedRange<CGFloat>
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:43: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: ClosedRange<CGFloat>) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: note: The missing import of module 'CoreFoundation' will be added implicitly
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:235:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: ClosedRange<CGFloat>) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:240:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:46: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:248:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: ClosedRange<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:54: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:253:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeThrough<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:51: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:258:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func between(_ value: PartialRangeFrom<CGFloat>) -> BetweenHeight<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:275:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MinX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:276:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MinX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:286:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:279:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:298:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:291:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:310:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:319:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:321:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:326:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:334:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinXOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:342:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:344:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:349:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:357:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinXOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:371:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MaxX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:372:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MaxX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:382:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:375:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:394:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:387:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:406:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:411:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:412:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:426:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MinY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:427:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MinY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:437:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:430:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:449:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:442:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MinY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:461:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:470:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:472:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:477:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:33: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:485:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(_ value: CGFloat) -> MinYOffset<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:16: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
let value: CGFloat
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:493:9: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
let value: CGFloat
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:31: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
init(_ base: Base, value: CGFloat) {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:495:5: warning: cannot use struct 'CGFloat' here; 'CoreFoundation' was not imported by this file
init(_ base: Base, value: CGFloat) {
^
CoreFoundation.CGFloat:2:23: note: struct declared here
@frozen public struct CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:38: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:500:59: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:42: error: cannot find type 'CGFloat' in scope; did you mean to use 'CGFloat'?
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^~~~~~~
CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:508:17: note: The missing import of module 'CoreFoundation' will be added implicitly
public func offset(multiplier value: CGFloat) -> MinYOffsetMultiplier<Self> {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:522:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MaxY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:523:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MaxY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:533:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:526:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:545:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:538:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:557:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:562:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:563:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MaxY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:575:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxX = LayoutUI.MidX.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:576:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinX = LayoutUI.MidX.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:586:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:579:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:598:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:591:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:610:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:615:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.Before.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:616:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidX.After.Align: MinXLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:628:43: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MaxY = LayoutUI.MidY.Before.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:629:43: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
public typealias MinY = LayoutUI.MidY.After.Align
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:639:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:632:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:651:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:644:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After {
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:42: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:663:63: error: cannot find type 'CGRect' in scope
public func layout(_ rect: inout CGRect, with source: CGRect) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:668:16: warning: 'Before' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.Before.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:669:16: warning: 'After' is deprecated: Use {constraint_anchor}.{action}.{target_anchor} pattern
extension MidY.After.Align: MinYLayout {}
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:35: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:132:45: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:52: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:41: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:137:57: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenWidth(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:37: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: struct 'CGFloat' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: warning: initializer 'init(integerLiteral:)' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:36: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:254:46: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: 0...value.upperBound)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:53: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: warning: cannot use conformance of 'CGFloat' to 'Comparable' here; 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:42: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: warning: static property 'greatestFiniteMagnitude' cannot be used in an '@inlinable' function because 'CoreFoundation' was not imported by this file; this is an error in the Swift 6 language mode
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
/Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift:259:58: note: The missing import of module 'CoreFoundation' will be added implicitly
BetweenHeight(self, value: value.lowerBound ... .greatestFiniteMagnitude)
^
SwiftCompile normal arm64 Compiling\ StackLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/StackLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RectAccessors.swift,\ RectBasedLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectAccessors.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectBasedLayout.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ViewConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/ViewConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LayoutBuilder.swift,\ LayoutBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilder.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/LayoutBuilders.swift (in target 'LayoutUI' from project 'LayoutUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ RectConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectConstraints.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 Compiling\ RectLayouts.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/RectLayouts.swift (in target 'LayoutUI' from project 'LayoutUI')
SwiftCompile normal arm64 Compiling\ UIKit+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LayoutUI/UIKit+AppKit.swift (in target 'LayoutUI' from project 'LayoutUI')
Building workspace spi-builder-workspace with scheme LayoutUI
(6 failures)
BUILD FAILURE 6.1 visionOS