The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FlywheelControl, reference 1.2.7 (477dc0), with Swift 6.1 for macOS (SPM) on 8 Jan 2026 22:58:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aweiner42/FlywheelControl.git
https://github.com/aweiner42/FlywheelControl.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying combined_ruler_image.jpeg
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling FlywheelControl ZoomValueManager.swift
[5/8] Compiling FlywheelControl resource_bundle_accessor.swift
[6/8] Compiling FlywheelControl FlywheelTrack.swift
[7/8] Emitting module FlywheelControl
[8/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
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
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 |             }
Build complete! (8.04s)
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.