Build Information
Successful build of KineticSensors, reference master (9335f1), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:21:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kinetic-fit/sensors-swift-kinetic.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kinetic-fit/sensors-swift-kinetic
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9335f10 Removing useless non-public methods
Cloned https://github.com/kinetic-fit/sensors-swift-kinetic.git
Revision (git rev-parse @):
9335f102797f52e285054275cadcd1b3e15ae2ae
SUCCESS checkout https://github.com/kinetic-fit/sensors-swift-kinetic.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kinetic-fit/sensors-swift-kinetic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling KineticSensors inRide.c
[1/5] Compiling KineticSensors SmartControl.c
[2/5] Compiling KineticSensors KineticControl.m
[3/5] Compiling KineticSensors KineticSDK.m
[4/5] Compiling KineticSensors KineticInRide.m
Build complete! (1.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KineticSensors",
"name" : "KineticSensors",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "KineticSensors",
"targets" : [
"KineticSensors"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KineticSensors",
"module_type" : "ClangTarget",
"name" : "KineticSensors",
"path" : "Sources/KineticSensors",
"product_memberships" : [
"KineticSensors"
],
"sources" : [
"KineticControl.m",
"KineticInRide.m",
"KineticSDK.m",
"SmartControl.c",
"inRide.c"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.