Build Information
Successful build of PathSlider, reference 1.0.0 (e4b264
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:24:30 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: 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
========================================
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] Compiling PathSlider CGPoint+Distance.swift
[4/12] Emitting module PathSlider
[5/12] Compiling PathSlider PathSlider.swift
[6/12] Compiling PathSlider PathSliderViewModel.swift
[7/12] Compiling PathSlider PathModel.swift
[8/12] Compiling PathSlider CGPoint+Hashable.swift
[9/12] Compiling PathSlider ClosedRange+Percentage.swift
[10/12] Compiling PathSlider Path+Interpolation.swift
[11/12] Compiling PathSlider PathSlider+Public.swift
[12/12] Compiling PathSlider Shape+PathSlider.swift
Build complete! (8.57s)
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.