The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PathSlider, reference main (34bb64), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 16:50:48 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/atreat/PathSlider.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atreat/PathSlider
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 34bb645 Updates README to have SPI shields for platform and Swift version support
Cloned https://github.com/atreat/PathSlider.git
Revision (git rev-parse @):
34bb645d8dc927f59efa95392944fc3ae46b7168
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/atreat/PathSlider.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/atreat/PathSlider.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/12] Compiling PathSlider PathModel.swift
[4/12] Compiling PathSlider PathSliderViewModel.swift
[5/12] Compiling PathSlider CGPoint+Hashable.swift
[6/12] Compiling PathSlider CGPoint+Distance.swift
[7/12] Compiling PathSlider ClosedRange+Percentage.swift
[8/12] Compiling PathSlider Path+Interpolation.swift
[9/12] Emitting module PathSlider
[10/12] Compiling PathSlider PathSlider+Public.swift
[11/12] Compiling PathSlider PathSlider.swift
[12/12] Compiling PathSlider Shape+PathSlider.swift
Build complete! (8.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathSlider",
  "name" : "PathSlider",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "PathSlider",
      "targets" : [
        "PathSlider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathSliderTests",
      "module_type" : "SwiftTarget",
      "name" : "PathSliderTests",
      "path" : "Tests/PathSliderTests",
      "sources" : [
        "Extensions/ClosedRange+PercentageTests.swift"
      ],
      "target_dependencies" : [
        "PathSlider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathSlider",
      "module_type" : "SwiftTarget",
      "name" : "PathSlider",
      "path" : "Sources/PathSlider",
      "product_memberships" : [
        "PathSlider"
      ],
      "sources" : [
        "Extensions/CGPoint+Distance.swift",
        "Extensions/CGPoint+Hashable.swift",
        "Extensions/ClosedRange+Percentage.swift",
        "Path/Path+Interpolation.swift",
        "Path/PathModel.swift",
        "Path/PathSliderViewModel.swift",
        "PathSlider+Public.swift",
        "PathSlider.swift",
        "Shape/Shape+PathSlider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.