The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CGLayout with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-o-d-e-n/CGLayout.git
Reference: 0.7.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/k-o-d-e-n/CGLayout
 * tag               0.7.2      -> FETCH_HEAD
HEAD is now at c059f2f 0.7.2
Cloned https://github.com/k-o-d-e-n/CGLayout.git into spi-builder-workspace
c059f2f8d5d87fda9ba101028986530dceb0ac6e
SUCCESS checkout https://github.com/k-o-d-e-n/CGLayout.git at 0.7.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/16] Emitting module CGLayout
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: warning: cannot use conformance of 'CGPoint' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: note: in associated type 'Self.Metric' (inferred as 'CGPoint')
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: warning: cannot use conformance of 'CGPoint' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: note: in associated type 'Self.Metric' (inferred as 'CGPoint')
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: warning: cannot use conformance of 'CGSize' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct SizeAnchor: SizeRectAnchor {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct SizeAnchor: SizeRectAnchor {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: note: in associated type 'Self.Metric' (inferred as 'CGSize')
public struct SizeAnchor: SizeRectAnchor {
              ^
[2/16] Compiling CGLayout core.cglayout.swift
[3/16] Compiling CGLayout deprecated.cglayout.swift
[4/18] Compiling CGLayout system.cglayout.swift
[5/18] Compiling CGLayout workspace.cglayout.swift
[6/18] Compiling CGLayout anchors.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: warning: cannot use conformance of 'CGPoint' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: note: in associated type 'Self.Metric' (inferred as 'CGPoint')
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: warning: cannot use conformance of 'CGPoint' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: note: in associated type 'Self.Metric' (inferred as 'CGPoint')
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: warning: cannot use conformance of 'CGSize' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct SizeAnchor: SizeRectAnchor {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct SizeAnchor: SizeRectAnchor {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: note: in associated type 'Self.Metric' (inferred as 'CGSize')
public struct SizeAnchor: SizeRectAnchor {
              ^
[7/18] Compiling CGLayout backend.anchors.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: warning: cannot use conformance of 'CGPoint' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:179:15: note: in associated type 'Self.Metric' (inferred as 'CGPoint')
public struct CenterAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: warning: cannot use conformance of 'CGPoint' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:195:15: note: in associated type 'Self.Metric' (inferred as 'CGPoint')
public struct OriginAnchor: RectAnchorPoint {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: warning: cannot use conformance of 'CGSize' to 'Equatable' here; 'CoreGraphics' was not imported by this file; this is an error in Swift 6
public struct SizeAnchor: SizeRectAnchor {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: note: The missing import of module 'CoreGraphics' will be added implicitly
public struct SizeAnchor: SizeRectAnchor {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/evolution.cglayout/backend.anchors.cglayout.swift:211:15: note: in associated type 'Self.Metric' (inferred as 'CGSize')
public struct SizeAnchor: SizeRectAnchor {
              ^
[8/18] Compiling CGLayout common.cglayout.swift
[9/18] Compiling CGLayout container.cglayout.swift
[10/18] Compiling CGLayout coordinate.cglayout.swift
[11/18] Compiling CGLayout layoutGuide.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/layoutGuide.cglayout.swift:166:9: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<CALayer>' can be replaced with 'unsafeDowncast'
        unsafeBitCast(layoutGuide, to: LayoutGuide<CALayer>.self).ownerElement = self
        ^~~~~~~~~~~~~
        unsafeDowncast
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/layoutGuide.cglayout.swift:186:13: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<NSView>' can be replaced with 'unsafeDowncast'
            unsafeBitCast(layoutGuide, to: LayoutGuide<NSView>.self).ownerElement = self
            ^~~~~~~~~~~~~
            unsafeDowncast
[12/18] Compiling CGLayout private.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/layoutGuide.cglayout.swift:166:9: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<CALayer>' can be replaced with 'unsafeDowncast'
        unsafeBitCast(layoutGuide, to: LayoutGuide<CALayer>.self).ownerElement = self
        ^~~~~~~~~~~~~
        unsafeDowncast
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/layoutGuide.cglayout.swift:186:13: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<NSView>' can be replaced with 'unsafeDowncast'
            unsafeBitCast(layoutGuide, to: LayoutGuide<NSView>.self).ownerElement = self
            ^~~~~~~~~~~~~
            unsafeDowncast
[13/18] Compiling CGLayout layoutBlock.cglayout.swift
[14/18] Compiling CGLayout layoutConstraint.cglayout.swift
[15/18] Compiling CGLayout rtl.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/scroll.layoutGuide.cglayout.swift:188:17: warning: initialization of immutable value 'oldPosition' was never used; consider replacing with assignment to '_' or removing it
            let oldPosition = self.position
            ~~~~^~~~~~~~~~~
            _
[16/18] Compiling CGLayout scroll.layoutGuide.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/scroll.layoutGuide.cglayout.swift:188:17: warning: initialization of immutable value 'oldPosition' was never used; consider replacing with assignment to '_' or removing it
            let oldPosition = self.position
            ~~~~^~~~~~~~~~~
            _
[17/18] Compiling CGLayout stack.layoutGuide.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/stack.layoutGuide.cglayout.swift:426:39: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<CALayer>' can be replaced with 'unsafeDowncast'
        ownerElement?.addChildElement(unsafeBitCast(item, to: LayoutGuide<CALayer>.self))
                                      ^~~~~~~~~~~~~
                                      unsafeDowncast
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/stack.layoutGuide.cglayout.swift:470:39: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<NSView>' can be replaced with 'unsafeDowncast'
        ownerElement?.addChildElement(unsafeBitCast(element, to: LayoutGuide<NSView>.self))
                                      ^~~~~~~~~~~~~
                                      unsafeDowncast
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/stack.layoutGuide.cglayout.swift:490:39: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<CALayer>' can be replaced with 'unsafeDowncast'
        ownerElement?.addChildElement(unsafeBitCast(element, to: LayoutGuide<CALayer>.self))
                                      ^~~~~~~~~~~~~
                                      unsafeDowncast
[18/18] Compiling CGLayout support.cglayout.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/stack.layoutGuide.cglayout.swift:426:39: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<CALayer>' can be replaced with 'unsafeDowncast'
        ownerElement?.addChildElement(unsafeBitCast(item, to: LayoutGuide<CALayer>.self))
                                      ^~~~~~~~~~~~~
                                      unsafeDowncast
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/stack.layoutGuide.cglayout.swift:470:39: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<NSView>' can be replaced with 'unsafeDowncast'
        ownerElement?.addChildElement(unsafeBitCast(element, to: LayoutGuide<NSView>.self))
                                      ^~~~~~~~~~~~~
                                      unsafeDowncast
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Classes/stack.layoutGuide.cglayout.swift:490:39: warning: 'unsafeBitCast' from 'LayoutGuide<T>' to 'LayoutGuide<CALayer>' can be replaced with 'unsafeDowncast'
        ownerElement?.addChildElement(unsafeBitCast(element, to: LayoutGuide<CALayer>.self))
                                      ^~~~~~~~~~~~~
                                      unsafeDowncast
Build complete! (9.33s)
Build complete.
Done.