Build Information
Successful build of InputStepper, reference v1.0.0 (3fd771
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:06:21 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/mateusz800/InputStepper.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mateusz800/InputStepper
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 3fd7719 Update Package.swift
Cloned https://github.com/mateusz800/InputStepper.git
Revision (git rev-parse @):
3fd77195ba6b0dca4a855d2b49ff62752671f61e
SUCCESS checkout https://github.com/mateusz800/InputStepper.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mateusz800/InputStepper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling InputStepper Value.swift
[4/12] Compiling InputStepper PlusButton.swift
[5/12] Compiling InputStepper InputStepper.swift
[6/12] Compiling InputStepper FloatExtension.swift
[7/12] Compiling InputStepper MinusButton.swift
[8/12] Compiling InputStepper Environment.swift
[9/12] Compiling InputStepper ControlButton.swift
[10/12] Compiling InputStepper InputStepperValueStorage.swift
[11/12] Emitting module InputStepper
[12/12] Compiling InputStepper ValueStore.swift
Build complete! (8.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.