The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Controls, reference main (717ce0), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:49:35 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/AudioKit/Controls.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/Controls
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 717ce0d Text Scaling Enhancement (#11)
Cloned https://github.com/AudioKit/Controls.git
Revision (git rev-parse @):
717ce0d6d4e18f2849d484b578e0faf13bb38077
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/Controls.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AudioKit/Controls.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/16] Emitting module Controls
[4/16] Compiling Controls Helpers.swift
[5/16] Compiling Controls ArcKnob.swift
[6/17] Compiling Controls SingleTouchView.swift
[7/17] Compiling Controls SmallKnob.swift
[8/17] Compiling Controls ModWheel.swift
[9/17] Compiling Controls PitchWheel.swift
[10/17] Compiling Controls Control.swift
[11/17] Compiling Controls ControlGeometry.swift
[12/17] Compiling Controls PlanarGeometry.swift
[13/17] Compiling Controls Ribbon.swift
[14/17] Compiling Controls IndexedSlider.swift
[15/17] Compiling Controls Joystick.swift
[16/17] Compiling Controls XYPad.swift
[17/17] Compiling Controls TwoParameterControl.swift
Build complete! (11.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Controls",
  "name" : "Controls",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Controls",
      "targets" : [
        "Controls"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ControlsTests",
      "module_type" : "SwiftTarget",
      "name" : "ControlsTests",
      "path" : "Tests/ControlsTests",
      "sources" : [
        "ControlsTests.swift"
      ],
      "target_dependencies" : [
        "Controls"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Controls",
      "module_type" : "SwiftTarget",
      "name" : "Controls",
      "path" : "Sources/Controls",
      "product_memberships" : [
        "Controls"
      ],
      "sources" : [
        "Control.swift",
        "ControlGeometry.swift",
        "Helpers.swift",
        "Implementations/ArcKnob.swift",
        "Implementations/IndexedSlider.swift",
        "Implementations/Joystick.swift",
        "Implementations/ModWheel.swift",
        "Implementations/PitchWheel.swift",
        "Implementations/Ribbon.swift",
        "Implementations/SmallKnob.swift",
        "Implementations/XYPad.swift",
        "PlanarGeometry.swift",
        "SingleTouchView.swift",
        "TwoParameterControl.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.