The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreGraphicsGeometrySupport with Swift 5.7 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/CoreGraphicsGeometrySupport.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/schwa/CoreGraphicsGeometrySupport
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1d97fdf Update README.md
Cloned https://github.com/schwa/CoreGraphicsGeometrySupport.git
Revision (git rev-parse @):
1d97fdf43d983d66766589920ba2376ac2a4832e
SUCCESS checkout https://github.com/schwa/CoreGraphicsGeometrySupport.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $workDir
https://github.com/schwa/CoreGraphicsGeometrySupport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling CoreGraphicsGeometrySupport Clamp.swift
[2/5] Emitting module CoreGraphicsGeometrySupport
[3/6] Compiling CoreGraphicsGeometrySupport Lerp.swift
[4/6] Compiling CoreGraphicsGeometrySupport CGAffineTransform+Extensions.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGAffineTransform+Extensions.swift:152:19: warning: 'concat(other:)' is deprecated: Deprecated
        lhs = lhs.concat(other: rhs)
                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGAffineTransform+Extensions.swift:189:31: warning: 'concat(other:)' is deprecated: Deprecated
            current = current.concat(other: transform)
                              ^
[5/6] Compiling CoreGraphicsGeometrySupport CGPoint+CGize.swift
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGAffineTransform+Extensions.swift:152:19: warning: 'concat(other:)' is deprecated: Deprecated
        lhs = lhs.concat(other: rhs)
                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CoreGraphicsGeometrySupport/CGAffineTransform+Extensions.swift:189:31: warning: 'concat(other:)' is deprecated: Deprecated
            current = current.concat(other: transform)
                              ^
[6/6] Compiling CoreGraphicsGeometrySupport CGRect.swift
Build complete! (2.83s)
Build complete.
Done.