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 master (8459c9), 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: 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 8459c9d Update README.md
Cloned https://github.com/psharanda/Easing.git
Revision (git rev-parse @):
8459c9da9c90cb75a774edc6c4d73f4584964f57
SUCCESS checkout https://github.com/psharanda/Easing.git at master
========================================
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 CGPrimitives+Interpolatable.swift
[4/11] Compiling Easing Interpolatable.swift
[5/11] Compiling Easing CubicBezierInterpolator.swift
[6/11] Compiling Easing UIColor+Interpolatable.swift
[7/11] Compiling Easing CGPath+PathElements.swift
[8/11] Compiling Easing UIBezierPath+Interpolatable.swift
[9/11] Compiling Easing Easing.swift
[10/11] Emitting module Easing
[11/11] Compiling Easing Easing+CAMediaTimeFunction.swift
Build complete! (4.84s)
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.