Build Information
Successful build of Easing, reference master (5003a4), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 09:36:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/psharanda/Easing.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/psharanda/Easing
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "easing",
"name": "Easing",
"url": "https://github.com/psharanda/Easing.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Easing",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/psharanda/Easing.git
[1/500] Fetching easing
Fetched https://github.com/psharanda/Easing.git from cache (1.06s)
Creating working copy for https://github.com/psharanda/Easing.git
Working copy of https://github.com/psharanda/Easing.git resolved at master (5003a4d)
warning: '.resolve-product-dependencies': dependency 'easing' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/psharanda/Easing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling Easing UIBezierPath+Interpolatable.swift
[4/13] Compiling Easing Interpolatable.swift
[5/13] Compiling Easing UIColor+Interpolatable.swift
[6/14] Compiling Easing CGPrimitives+Interpolatable.swift
[7/14] Compiling Easing Easing.swift
[8/14] Compiling Easing Easing+Spring.swift
[9/14] Compiling Easing Easing+PiecewiseLinear.swift
[10/14] Compiling Easing Easing+CubicBezier.swift
[11/14] Compiling Easing CGPath+PathElements.swift
[12/14] Emitting module Easing
[13/14] Compiling Easing Easing+CAMediaTimeFunction.swift
[14/14] Compiling Easing Easing+Common.swift
Build complete! (6.05s)
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.