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 LNInterpolation, reference master (0c5362), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:43:55 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/LeoNatan/LNInterpolation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNInterpolation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0c53627 Update deployment targets
Cloned https://github.com/LeoNatan/LNInterpolation.git
Revision (git rev-parse @):
0c536276c537da00ec14c8f6f86ed607a030eba6
SUCCESS checkout https://github.com/LeoNatan/LNInterpolation.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LeoNatan/LNInterpolation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Compiling LNInterpolation NSValue+Interpolation.mm
[1/7] Compiling LNInterpolation LNInterpolable.m
[2/7] Compiling LNInterpolation Color+Interpolation.m
[3/7] Write Objects.LinkFileList
[5/7] Archiving libLNInterpolation-Static.a
[6/7] Linking libLNInterpolation.dylib
Build complete! (2.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LNInterpolation",
  "name" : "LNInterpolation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LNInterpolation",
      "targets" : [
        "LNInterpolation"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "LNInterpolation-Static",
      "targets" : [
        "LNInterpolation"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNInterpolation",
      "module_type" : "ClangTarget",
      "name" : "LNInterpolation",
      "path" : "LNInterpolation",
      "product_memberships" : [
        "LNInterpolation",
        "LNInterpolation-Static"
      ],
      "sources" : [
        "Color+Interpolation.m",
        "LNInterpolable.m",
        "NSValue+Interpolation.mm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.