Build Information
Successful build of PathSlider, reference main (34bb64), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:27:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/atreat/PathSlider.git
[1/277] Fetching pathslider
Fetched https://github.com/atreat/PathSlider.git from cache (1.43s)
Creating working copy for https://github.com/atreat/PathSlider.git
Working copy of https://github.com/atreat/PathSlider.git resolved at main (34bb645)
warning: '.resolve-product-dependencies': dependency 'pathslider' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/atreat/PathSlider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling PathSlider Shape+PathSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/Shape/Shape+PathSlider.swift:22:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
20 | public func slider<Indicator: View, Track: View, V: Strideable>(
21 | value: Binding<V>,
22 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
23 | pathPoint: Binding<CGPoint>,
24 | indicator: @escaping () -> Indicator,
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/Shape/Shape+PathSlider.swift:49:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
47 | public func slider<Indicator: View, Track: View, V: Strideable>(
48 | value: Binding<V>,
49 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
50 | indicator: @escaping () -> Indicator,
51 | @ViewBuilder track: @escaping (Path) -> Track
[4/12] Compiling PathSlider ClosedRange+Percentage.swift
[5/12] Compiling PathSlider PathSliderViewModel.swift
[6/12] Compiling PathSlider PathModel.swift
[7/12] Compiling PathSlider Path+Interpolation.swift
[8/12] Compiling PathSlider CGPoint+Hashable.swift
[9/12] Compiling PathSlider CGPoint+Distance.swift
[10/12] Compiling PathSlider PathSlider+Public.swift
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/PathSlider+Public.swift:21:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
19 | path: Path,
20 | value: Binding<V>,
21 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
22 | indicator: @escaping () -> Indicator,
23 | @ViewBuilder track: @escaping (Path) -> Track
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/PathSlider+Public.swift:68:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
66 | path: Path,
67 | value: Binding<V>,
68 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
69 | pathPoint: Binding<CGPoint>,
70 | indicator: @escaping () -> Indicator,
[11/12] Compiling PathSlider PathSlider.swift
[12/12] Emitting module PathSlider
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/PathSlider+Public.swift:21:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
19 | path: Path,
20 | value: Binding<V>,
21 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
22 | indicator: @escaping () -> Indicator,
23 | @ViewBuilder track: @escaping (Path) -> Track
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/PathSlider+Public.swift:68:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
66 | path: Path,
67 | value: Binding<V>,
68 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
69 | pathPoint: Binding<CGPoint>,
70 | indicator: @escaping () -> Indicator,
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/Shape/Shape+PathSlider.swift:22:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
20 | public func slider<Indicator: View, Track: View, V: Strideable>(
21 | value: Binding<V>,
22 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
23 | pathPoint: Binding<CGPoint>,
24 | indicator: @escaping () -> Indicator,
/Users/admin/builder/spi-builder-workspace/Sources/PathSlider/Shape/Shape+PathSlider.swift:49:37: warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
47 | public func slider<Indicator: View, Track: View, V: Strideable>(
48 | value: Binding<V>,
49 | in bounds: ClosedRange<V> = 0...1,
| `- warning: cannot use default expression for inference of 'ClosedRange<V>' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
50 | indicator: @escaping () -> Indicator,
51 | @ViewBuilder track: @escaping (Path) -> Track
Build complete! (10.24s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/atreat/pathslider/main
Repository: atreat/PathSlider
Swift version used: 6.3
Target: PathSlider
Extracting symbol information for 'PathSlider'...
Finished extracting symbol information for 'PathSlider'. (44.55s)
Building documentation for 'PathSlider'...
Finished building documentation for 'PathSlider' (1.30s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/atreat/pathslider/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.81s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit SourceRange.swift
[10/53] Compiling SymbolKit Metadata.swift
[11/53] Compiling SymbolKit Module.swift
[12/53] Compiling SymbolKit OperatingSystem.swift
[13/53] Compiling SymbolKit Platform.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit Identifier.swift
[40/57] Compiling SymbolKit KindIdentifier.swift
[41/57] Compiling SymbolKit Location.swift
[42/57] Compiling SymbolKit Mutability.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.43s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'PathSlider' complete! (0.26s)
1730
13 /Users/admin/builder/spi-builder-workspace/.docs/atreat/pathslider/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/atreat/pathslider/main
File count: 1730
Doc size: 13.0MB
Preparing doc bundle ...
Uploading prod-atreat-pathslider-main-8dd02ff2.zip to s3://spi-docs-inbox/prod-atreat-pathslider-main-8dd02ff2.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [40%]
Copying... [51%]
Copying... [62%]
Copying... [73%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.