The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sliders, reference master (d0439d), with Swift 6.2 for macOS (SPM) on 14 Mar 2026 15:58:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kieranb662/Sliders-SwiftUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kieranb662/Sliders-SwiftUI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d0439db remove generated docs
Cloned https://github.com/kieranb662/Sliders-SwiftUI.git
Revision (git rev-parse @):
d0439db83a03001781f894f3efa9583836a32ae8
SUCCESS checkout https://github.com/kieranb662/Sliders-SwiftUI.git at master
========================================
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": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kieranb662/Sliders-SwiftUI.git
[1/77483] Fetching sliders-swiftui
Fetched https://github.com/kieranb662/Sliders-SwiftUI.git from cache (4.02s)
Creating working copy for https://github.com/kieranb662/Sliders-SwiftUI.git
Working copy of https://github.com/kieranb662/Sliders-SwiftUI.git resolved at master (d0439db)
warning: '.resolve-product-dependencies': dependency 'sliders-swiftui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kieranb662/Sliders-SwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/38] 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:112: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
110 | // MARK: - CGSize VectorArithmetic Conformance
111 |
112 | 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
113 |     public static func -= (lhs: inout CGSize, rhs: CGSize) {
114 |         lhs.width -= rhs.width
[4/41] Compiling Sliders Path+Extensions.swift
[5/41] Compiling Sliders TickMarkSpacing.swift
[6/41] Compiling Sliders TickMarks.swift
[7/41] Compiling Sliders Joystick.swift
[8/41] Compiling Sliders DoubleLSlider+Previews.swift
[9/41] Compiling Sliders DoubleLSlider.swift
[10/41] Compiling Sliders DoubleLSliderStyle.swift
[11/41] Compiling Sliders AdaptiveLine.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:112: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
110 | // MARK: - CGSize VectorArithmetic Conformance
111 |
112 | 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
113 |     public static func -= (lhs: inout CGSize, rhs: CGSize) {
114 |         lhs.width -= rhs.width
[12/41] Compiling Sliders CircularArc.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:112: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
110 | // MARK: - CGSize VectorArithmetic Conformance
111 |
112 | 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
113 |     public static func -= (lhs: inout CGSize, rhs: CGSize) {
114 |         lhs.width -= rhs.width
[13/41] 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:112: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
110 | // MARK: - CGSize VectorArithmetic Conformance
111 |
112 | 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
113 |     public static func -= (lhs: inout CGSize, rhs: CGSize) {
114 |         lhs.width -= rhs.width
[14/41] Compiling Sliders RadialSlider.swift
[15/41] Compiling Sliders RadialPad+Previews.swift
[16/41] Compiling Sliders RadialPad.swift
[17/41] Compiling Sliders RadialPadStyle.swift
[18/41] Compiling Sliders LSlider+Previews.swift
[19/41] Compiling Sliders LSlider.swift
[20/41] Compiling Sliders LSliderHapticManager.swift
[21/41] Compiling Sliders LSliderStyle.swift
[22/41] Compiling Sliders OverFlowSlider.swift
[23/41] Compiling Sliders PSlider.swift
[24/41] Compiling Sliders DoubleRSlider+Previews.swift
[25/41] Compiling Sliders DoubleRSlider.swift
[26/41] Compiling Sliders PSlider+TutorialPreviews.swift
[27/41] Compiling Sliders RSlider+TutorialPreviews.swift
[28/41] Compiling Sliders RadialPad+TutorialPreviews.swift
[29/41] Compiling Sliders TrackPad+TutorialPreviews.swift
[30/41] Compiling Sliders TrackPad+Previews.swift
[31/41] Compiling Sliders TrackPad.swift
[32/41] Compiling Sliders TrackPadStyle.swift
[33/41] Compiling Sliders DoubleLSlider+TutorialPreviews.swift
[34/41] Compiling Sliders DoubleRSliderStyle.swift
[35/41] Compiling Sliders RSliderHapticManager.swift
[36/41] Compiling Sliders RSliderStyle.swift
[37/41] Compiling Sliders RadialSlider+Previews.swift
[38/41] Compiling Sliders DoubleRSlider+TutorialPreviews.swift
[39/41] Compiling Sliders Joystick+TutorialPreviews.swift
[40/41] Compiling Sliders LSlider+TutorialPreviews.swift
[41/41] Compiling Sliders OverflowSlider+TutorialPreviews.swift
Build complete! (11.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sliders",
  "name" : "Sliders",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.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/DoubleLSlider+Previews.swift",
        "LSlider/DoubleLSlider.swift",
        "LSlider/DoubleLSliderStyle.swift",
        "LSlider/LSlider+Previews.swift",
        "LSlider/LSlider.swift",
        "LSlider/LSliderHapticManager.swift",
        "LSlider/LSliderStyle.swift",
        "OverFlowSlider.swift",
        "PSlider.swift",
        "RSlider/DoubleRSlider+Previews.swift",
        "RSlider/DoubleRSlider.swift",
        "RSlider/DoubleRSliderStyle.swift",
        "RSlider/RSliderHapticManager.swift",
        "RSlider/RSliderStyle.swift",
        "RSlider/RadialSlider+Previews.swift",
        "RSlider/RadialSlider.swift",
        "RadialPad/RadialPad+Previews.swift",
        "RadialPad/RadialPad.swift",
        "RadialPad/RadialPadStyle.swift",
        "TrackPad/TrackPad+Previews.swift",
        "TrackPad/TrackPad.swift",
        "TrackPad/TrackPadStyle.swift",
        "TutorialPreviews/DoubleLSlider+TutorialPreviews.swift",
        "TutorialPreviews/DoubleRSlider+TutorialPreviews.swift",
        "TutorialPreviews/Joystick+TutorialPreviews.swift",
        "TutorialPreviews/LSlider+TutorialPreviews.swift",
        "TutorialPreviews/OverflowSlider+TutorialPreviews.swift",
        "TutorialPreviews/PSlider+TutorialPreviews.swift",
        "TutorialPreviews/RSlider+TutorialPreviews.swift",
        "TutorialPreviews/RadialPad+TutorialPreviews.swift",
        "TutorialPreviews/TrackPad+TutorialPreviews.swift",
        "Utilities/AdaptiveLine.swift",
        "Utilities/CircularArc.swift",
        "Utilities/CoreGraphics+Extensions.swift",
        "Utilities/Path+Extensions.swift",
        "Utilities/TickMarkSpacing.swift",
        "Utilities/TickMarks.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.