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 1.1.4 (4dd103), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:49:32 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: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/Controls
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at 4dd1037 Fixed macOS build (#10)
Cloned https://github.com/AudioKit/Controls.git
Revision (git rev-parse @):
4dd10370125af7f1e26d7a71b2c5929bb3c95087
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/Controls.git at 1.1.4
========================================
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] Compiling Controls PlanarGeometry.swift
[4/17] Compiling Controls XYPad.swift
[5/17] Compiling Controls ModWheel.swift
[6/17] Compiling Controls PitchWheel.swift
[7/17] Compiling Controls IndexedSlider.swift
[8/17] Compiling Controls Joystick.swift
[9/17] Compiling Controls Ribbon.swift
[10/17] Compiling Controls Helpers.swift
[11/17] Compiling Controls ArcKnob.swift
[12/17] Compiling Controls Control.swift
[13/17] Compiling Controls ControlGeometry.swift
[14/17] Compiling Controls SmallKnob.swift
[15/17] Compiling Controls SingleTouchView.swift
[16/17] Emitting module Controls
[17/17] Compiling Controls TwoParameterControl.swift
Build complete! (10.64s)
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.