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 1.0.0 (e4b264), with Swift 6.0 for macOS (SPM) on 12 Dec 2024 17:42:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atreat/PathSlider.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atreat/PathSlider
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e4b264b Adds PathSwap example view to show behavior when Path changes entirely
Cloned https://github.com/atreat/PathSlider.git
Revision (git rev-parse @):
e4b264bfac47d7334b8b3bc41f5d9dcbbdd61125
SUCCESS checkout https://github.com/atreat/PathSlider.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pathslider",
      "name": "PathSlider",
      "url": "https://github.com/atreat/PathSlider.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathSlider",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/atreat/PathSlider.git
[1/271] Fetching pathslider
Fetched https://github.com/atreat/PathSlider.git from cache (1.46s)
Creating working copy for https://github.com/atreat/PathSlider.git
Working copy of https://github.com/atreat/PathSlider.git resolved at 1.0.0 (e4b264b)
warning: '.resolve-product-dependencies': dependency 'pathslider' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/12] Compiling PathSlider Shape+PathSlider.swift
[4/12] Compiling PathSlider PathModel.swift
[5/12] Compiling PathSlider Path+Interpolation.swift
[6/12] Compiling PathSlider PathSlider.swift
[7/12] Compiling PathSlider PathSlider+Public.swift
[8/12] Compiling PathSlider ClosedRange+Percentage.swift
[9/12] Compiling PathSlider CGPoint+Distance.swift
[10/12] Compiling PathSlider CGPoint+Hashable.swift
[11/12] Compiling PathSlider PathSliderViewModel.swift
[12/12] Emitting module PathSlider
Build complete! (19.79s)
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.