Build Information
Successful build of Sliders, reference 2.0.2 (ec520b), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 03:11:31 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/kieranb662/Sliders-SwiftUI.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kieranb662/Sliders-SwiftUI
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at ec520b3 Removed the swiftpm directory
Cloned https://github.com/kieranb662/Sliders-SwiftUI.git
Revision (git rev-parse @):
ec520b31bfe2a19740421311fe0a24cae57ed422
SUCCESS checkout https://github.com/kieranb662/Sliders-SwiftUI.git at 2.0.2
========================================
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": "sliders-swiftui",
"name": "Sliders",
"url": "https://github.com/kieranb662/Sliders-SwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sliders-SwiftUI",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/kieranb662/Sliders-SwiftUI.git
[1/77483] Fetching sliders-swiftui
Fetched https://github.com/kieranb662/Sliders-SwiftUI.git from cache (7.66s)
Creating working copy for https://github.com/kieranb662/Sliders-SwiftUI.git
Working copy of https://github.com/kieranb662/Sliders-SwiftUI.git resolved at 2.0.2 (ec520b3)
warning: '.resolve-product-dependencies': dependency 'sliders-swiftui' 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/kieranb662/Sliders-SwiftUI.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/13] Compiling Sliders Path+Extensions.swift
[4/13] Compiling Sliders CoreGraphics+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sliders/Utilities/CoreGraphics+Extensions.swift:75:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
73 | // MARK: - CGPoint VectorArithmetic Conformance
74 |
75 | extension CGPoint: VectorArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
76 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
77 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/Sliders/Utilities/CoreGraphics+Extensions.swift:106:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
104 | // MARK: - CGSize VectorArithmetic Conformance
105 |
106 | extension CGSize: VectorArithmetic {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
107 | public static func -= (lhs: inout CGSize, rhs: CGSize) {
108 | lhs.width -= rhs.width
[5/14] Compiling Sliders AdaptiveLine.swift
[6/14] Compiling Sliders TrackPad.swift
[7/14] Compiling Sliders RadialPad.swift
[8/14] Compiling Sliders PSlider.swift
[9/14] Compiling Sliders RadialSlider.swift
[10/14] Compiling Sliders Joystick.swift
[11/14] Compiling Sliders LSlider.swift
[12/14] Emitting module Sliders
/Users/admin/builder/spi-builder-workspace/Sources/Sliders/Utilities/CoreGraphics+Extensions.swift:75:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
73 | // MARK: - CGPoint VectorArithmetic Conformance
74 |
75 | extension CGPoint: VectorArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
76 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
77 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/Sliders/Utilities/CoreGraphics+Extensions.swift:106:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
104 | // MARK: - CGSize VectorArithmetic Conformance
105 |
106 | extension CGSize: VectorArithmetic {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocols 'VectorArithmetic', 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
107 | public static func -= (lhs: inout CGSize, rhs: CGSize) {
108 | lhs.width -= rhs.width
[13/14] Compiling Sliders OverFlowSlider.swift
[14/14] Compiling Sliders TickMarks.swift
Build complete! (12.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Sliders",
"name" : "Sliders",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Sliders",
"targets" : [
"Sliders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Sliders",
"module_type" : "SwiftTarget",
"name" : "Sliders",
"path" : "Sources/Sliders",
"product_memberships" : [
"Sliders"
],
"sources" : [
"Joystick.swift",
"LSlider.swift",
"OverFlowSlider.swift",
"PSlider.swift",
"RadialPad.swift",
"RadialSlider.swift",
"TrackPad.swift",
"Utilities/AdaptiveLine.swift",
"Utilities/CoreGraphics+Extensions.swift",
"Utilities/Path+Extensions.swift",
"Utilities/TickMarks.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.