Build Information
Successful build of AdaptiveSlider, reference main (af9af5), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 10:52:02 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/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
========================================
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": "adaptiveslider",
"name": "AdaptiveSlider",
"url": "https://github.com/Hovig90/AdaptiveSlider.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AdaptiveSlider",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Hovig90/AdaptiveSlider.git
[1/281] Fetching adaptiveslider
Fetched https://github.com/Hovig90/AdaptiveSlider.git from cache (0.91s)
Creating working copy for https://github.com/Hovig90/AdaptiveSlider.git
Working copy of https://github.com/Hovig90/AdaptiveSlider.git resolved at main (af9af5e)
warning: '.resolve-product-dependencies': dependency 'adaptiveslider' 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/Hovig90/AdaptiveSlider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling AdaptiveSlider CircularSliderConfigurable.swift
[5/9] Compiling AdaptiveSlider AdaptiveSlider.swift
[6/9] Compiling AdaptiveSlider CircularSlider.swift
[7/9] Emitting module AdaptiveSlider
[8/9] Compiling AdaptiveSlider ClosedRange+Ext.swift
[9/9] Compiling AdaptiveSlider AdaptiveSlider+Ext.swift
[10/11] Compiling AdaptiveSliderPreviews CircularSliderPreview.swift
[11/11] Emitting module AdaptiveSliderPreviews
Build complete! (10.11s)
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.