Build Information
Successful build of Easing, reference 4.1.0 (5003a4), with Swift 6.0 for macOS (SPM) on 31 Jan 2026 11:35:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/psharanda/Easing.git
Reference: 4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/psharanda/Easing
* tag 4.1.0 -> FETCH_HEAD
HEAD is now at 5003a4d Allow overshoot in interpolation
Cloned https://github.com/psharanda/Easing.git
Revision (git rev-parse @):
5003a4dfc16ed4ffdb8b99a560dfc1866c5259c1
SUCCESS checkout https://github.com/psharanda/Easing.git at 4.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/psharanda/Easing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/13] Compiling Easing Interpolatable.swift
[4/13] Compiling Easing UIColor+Interpolatable.swift
[5/13] Compiling Easing UIBezierPath+Interpolatable.swift
[6/14] Compiling Easing Easing+Spring.swift
[7/14] Compiling Easing Easing+PiecewiseLinear.swift
[8/14] Compiling Easing Easing.swift
[9/14] Compiling Easing CGPrimitives+Interpolatable.swift
[10/14] Compiling Easing Easing+CubicBezier.swift
[11/14] Compiling Easing Easing+CAMediaTimeFunction.swift
[12/14] Compiling Easing Easing+Common.swift
[13/14] Emitting module Easing
[14/14] Compiling Easing CGPath+PathElements.swift
Build complete! (6.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Easing",
"name" : "Easing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Easing",
"targets" : [
"Easing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EasingTests",
"module_type" : "SwiftTarget",
"name" : "EasingTests",
"path" : "Tests",
"sources" : [
"EasingTests.swift"
],
"target_dependencies" : [
"Easing"
],
"type" : "test"
},
{
"c99name" : "Easing",
"module_type" : "SwiftTarget",
"name" : "Easing",
"path" : "Sources",
"product_memberships" : [
"Easing"
],
"sources" : [
"Easing/Easing+CAMediaTimeFunction.swift",
"Easing/Easing+Common.swift",
"Easing/Easing+CubicBezier.swift",
"Easing/Easing+PiecewiseLinear.swift",
"Easing/Easing+Spring.swift",
"Easing/Easing.swift",
"Interpolatable/CGPrimitives+Interpolatable.swift",
"Interpolatable/Interpolatable.swift",
"Interpolatable/UIBezierPath+Interpolatable.swift",
"Interpolatable/UIColor+Interpolatable.swift",
"Utils/CGPath+PathElements.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.