Build Information
Successful build of InputStepper, reference main (1a94d7
), with Swift 5.9 for macOS (SPM) on 29 Mar 2025 09:35:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mateusz800/InputStepper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mateusz800/InputStepper
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a94d73 add minValue and maxValue support
Cloned https://github.com/mateusz800/InputStepper.git
Revision (git rev-parse @):
1a94d73bb0c1ef33a76dbea38b4f538049c3873e
SUCCESS checkout https://github.com/mateusz800/InputStepper.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/mateusz800/InputStepper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling InputStepper MinusButton.swift
[2/10] Compiling InputStepper PlusButton.swift
[3/10] Compiling InputStepper FloatExtension.swift
[4/10] Compiling InputStepper InputStepper.swift
[5/10] Compiling InputStepper ControlButton.swift
[6/10] Compiling InputStepper Environment.swift
[7/10] Compiling InputStepper Value.swift
[8/10] Compiling InputStepper InputStepperValueStorage.swift
[9/10] Emitting module InputStepper
[10/10] Compiling InputStepper ValueStore.swift
Build complete! (10.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "InputStepper",
"name" : "InputStepper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "InputStepper",
"targets" : [
"InputStepper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InputStepperTests",
"module_type" : "SwiftTarget",
"name" : "InputStepperTests",
"path" : "Tests/InputStepperTests",
"sources" : [
"ValueStoreTests.swift"
],
"target_dependencies" : [
"InputStepper"
],
"type" : "test"
},
{
"c99name" : "InputStepper",
"module_type" : "SwiftTarget",
"name" : "InputStepper",
"path" : "Sources/InputStepper",
"product_memberships" : [
"InputStepper"
],
"sources" : [
"ValueStore.swift",
"protocols/InputStepperValueStorage.swift",
"utils/Environment.swift",
"utils/FloatExtension.swift",
"views/ControlButton.swift",
"views/InputStepper.swift",
"views/MinusButton.swift",
"views/PlusButton.swift",
"views/Value.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.