The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PathSlider, reference main (34bb64), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:23:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path:  $PWD
https://github.com/atreat/PathSlider.git
https://github.com/atreat/PathSlider.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Emitting module PathSlider
[4/12] Compiling PathSlider CGPoint+Hashable.swift
[5/12] Compiling PathSlider CGPoint+Distance.swift
[6/12] Compiling PathSlider PathSliderViewModel.swift
[7/12] Compiling PathSlider Shape+PathSlider.swift
[8/12] Compiling PathSlider PathSlider.swift
[9/12] Compiling PathSlider PathSlider+Public.swift
[10/12] Compiling PathSlider Path+Interpolation.swift
[11/12] Compiling PathSlider ClosedRange+Percentage.swift
[12/12] Compiling PathSlider PathModel.swift
Build complete! (9.65s)
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.