Build Information
Successful build of FlywheelControl, reference 1.2.7 (477dc0), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 03:43:28 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/aweiner42/FlywheelControl.git
Reference: 1.2.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aweiner42/FlywheelControl
* tag 1.2.7 -> FETCH_HEAD
HEAD is now at 477dc04 Fix Swift Playgrounds drag reliability
Cloned https://github.com/aweiner42/FlywheelControl.git
Revision (git rev-parse @):
477dc0426d4d3bdc673fb3513cb4d66bf513cb43
SUCCESS checkout https://github.com/aweiner42/FlywheelControl.git at 1.2.7
========================================
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": "flywheelcontrol",
"name": "FlywheelControl",
"url": "https://github.com/aweiner42/FlywheelControl.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FlywheelControl",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/aweiner42/FlywheelControl.git
[1/173] Fetching flywheelcontrol
Fetched https://github.com/aweiner42/FlywheelControl.git from cache (2.83s)
Creating working copy for https://github.com/aweiner42/FlywheelControl.git
Working copy of https://github.com/aweiner42/FlywheelControl.git resolved at 1.2.7 (477dc04)
warning: '.resolve-product-dependencies': dependency 'flywheelcontrol' 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/aweiner42/FlywheelControl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying combined_ruler_image.jpeg
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling FlywheelControl resource_bundle_accessor.swift
[5/8] Compiling FlywheelControl FlywheelTrack.swift
[6/8] Compiling FlywheelControl FlywheelControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlywheelControl/FlywheelControl.swift:131:33: warning: initialization of immutable value 'valueShow' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
129 | .offset(y: {
130 | let valueDisplay = position.truncatingRemainder(dividingBy: 100.0)
131 | let valueShow = valueDisplay + 100.0
| `- warning: initialization of immutable value 'valueShow' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
132 | let offsetPX = -1 * (valueDisplay + 50.0) * scale
133 | let testedOffsetPX = (offsetPX > (totalControlHeight * (-1.0)) ? offsetPX + (scale * 100.0) : offsetPX)
/Users/admin/builder/spi-builder-workspace/Sources/FlywheelControl/FlywheelControl.swift:182:17: warning: no calls to throwing functions occur within 'try' expression
180 | timer?.invalidate()
181 | timer = nil
182 | try? engine?.stop()
| `- warning: no calls to throwing functions occur within 'try' expression
183 | isHapticsPrepared = false
184 | }
[7/8] Compiling FlywheelControl ZoomValueManager.swift
[8/8] Emitting module FlywheelControl
Build complete! (9.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FlywheelControl",
"name" : "FlywheelControl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FlywheelControl",
"targets" : [
"FlywheelControl"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlywheelControlTests",
"module_type" : "SwiftTarget",
"name" : "FlywheelControlTests",
"path" : "Tests/FlywheelControlTests",
"sources" : [
"FlywheelControlTests.swift"
],
"target_dependencies" : [
"FlywheelControl"
],
"type" : "test"
},
{
"c99name" : "FlywheelControl",
"module_type" : "SwiftTarget",
"name" : "FlywheelControl",
"path" : "Sources/FlywheelControl",
"product_memberships" : [
"FlywheelControl"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FlywheelControl/Resources/combined_ruler_image.jpeg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FlywheelControl.swift",
"FlywheelTrack.swift",
"ZoomValueManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.