The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AdaptiveSlider, reference main (af9af5), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 15:41:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Hovig90/AdaptiveSlider.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Hovig90/AdaptiveSlider
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at af9af5e S005: Included macOS in the platforms of the Package manifest, and update the package in order to support the use of AdaptiveSlider on macOS apps (#9)
Cloned https://github.com/Hovig90/AdaptiveSlider.git
Revision (git rev-parse @):
af9af5e03a8860406658deb1f2266f3fbaecf6bf
SUCCESS checkout https://github.com/Hovig90/AdaptiveSlider.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Hovig90/AdaptiveSlider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling AdaptiveSlider AdaptiveSlider+Ext.swift
[5/9] Compiling AdaptiveSlider ClosedRange+Ext.swift
[6/9] Compiling AdaptiveSlider CircularSlider.swift
[7/9] Emitting module AdaptiveSlider
[8/9] Compiling AdaptiveSlider CircularSliderConfigurable.swift
[9/9] Compiling AdaptiveSlider AdaptiveSlider.swift
[10/11] Compiling AdaptiveSliderPreviews CircularSliderPreview.swift
[11/11] Emitting module AdaptiveSliderPreviews
Build complete! (8.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdaptiveSlider",
  "name" : "AdaptiveSlider",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AdaptiveSlider",
      "targets" : [
        "AdaptiveSlider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AdaptiveSliderTests",
      "module_type" : "SwiftTarget",
      "name" : "AdaptiveSliderTests",
      "path" : "Tests/AdaptiveSliderTests",
      "sources" : [
        "AdaptiveSliderTests.swift"
      ],
      "target_dependencies" : [
        "AdaptiveSlider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdaptiveSliderPreviews",
      "module_type" : "SwiftTarget",
      "name" : "AdaptiveSliderPreviews",
      "path" : "Sources/AdaptiveSliderPreviews",
      "sources" : [
        "CircularSliderPreview.swift"
      ],
      "target_dependencies" : [
        "AdaptiveSlider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AdaptiveSlider",
      "module_type" : "SwiftTarget",
      "name" : "AdaptiveSlider",
      "path" : "Sources/AdaptiveSlider",
      "product_memberships" : [
        "AdaptiveSlider"
      ],
      "sources" : [
        "Protocols/AdaptiveSlider.swift",
        "Protocols/CircularSliderConfigurable.swift",
        "Utilities/Extensions/Foundation/ClosedRange+Ext.swift",
        "Utilities/Extensions/PackageExtentions/AdaptiveSlider+Ext.swift",
        "Views/CircularSlider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.