The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Easing, reference 3.0.1 (5dc356), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:06:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/psharanda/Easing.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/psharanda/Easing
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 5dc356f Update README.md
Cloned https://github.com/psharanda/Easing.git
Revision (git rev-parse @):
5dc356fdf098635ebc86631737d72c29db8386c3
SUCCESS checkout https://github.com/psharanda/Easing.git at 3.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/psharanda/Easing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Easing CubicBezierInterpolator.swift
[4/11] Compiling Easing UIBezierPath+Interpolatable.swift
[5/11] Compiling Easing Easing.swift
[6/11] Compiling Easing UIColor+Interpolatable.swift
[7/11] Compiling Easing Interpolatable.swift
[8/11] Compiling Easing CGPath+PathElements.swift
[9/11] Compiling Easing CGPrimitives+Interpolatable.swift
[10/11] Compiling Easing Easing+CAMediaTimeFunction.swift
[11/11] Emitting module Easing
Build complete! (4.79s)
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.swift",
        "Interpolatable/CGPrimitives+Interpolatable.swift",
        "Interpolatable/Interpolatable.swift",
        "Interpolatable/UIBezierPath+Interpolatable.swift",
        "Interpolatable/UIColor+Interpolatable.swift",
        "Utils/CGPath+PathElements.swift",
        "Utils/CubicBezierInterpolator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.