The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Controls, reference main (717ce0), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 06:38:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "controls",
      "name": "Controls",
      "url": "https://github.com/AudioKit/Controls.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Controls",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AudioKit/Controls.git
[1/1058] Fetching controls
Fetched https://github.com/AudioKit/Controls.git from cache (0.87s)
Creating working copy for https://github.com/AudioKit/Controls.git
Working copy of https://github.com/AudioKit/Controls.git resolved at main (717ce0d)
warning: '.resolve-product-dependencies': dependency 'controls' 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/AudioKit/Controls.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling Controls Ribbon.swift
[4/16] Compiling Controls Helpers.swift
[5/16] Compiling Controls ArcKnob.swift
[6/16] Compiling Controls SmallKnob.swift
[7/16] Compiling Controls XYPad.swift
[8/16] Compiling Controls Control.swift
[9/16] Compiling Controls ControlGeometry.swift
[10/16] Compiling Controls IndexedSlider.swift
[11/16] Compiling Controls Joystick.swift
[12/16] Emitting module Controls
[13/16] Compiling Controls SingleTouchView.swift
[14/16] Compiling Controls ModWheel.swift
[15/16] Compiling Controls PitchWheel.swift
[16/16] Compiling Controls PlanarGeometry.swift
[17/17] Compiling Controls TwoParameterControl.swift
Build complete! (11.89s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/audiokit/controls/main
Repository:               AudioKit/Controls
Swift version used:       6.3
Target:                   Controls
Extracting symbol information for 'Controls'...
Finished extracting symbol information for 'Controls'. (45.54s)
Building documentation for 'Controls'...
warning: Parameter 'in range' not found in initializer declaration
  --> ../Control.swift:29:13-29:21
27 |     /// - Parameters:
28 |     ///   - value: Value that is controlled
29 +     ///   - in range: The limits of the value (defaults to 0-1)
   |             ╰─suggestion: Replace 'in range' with 'range'
30 |     ///   - geometry: Gesture movement geometry specification
31 |     ///   - onStarted: Closure to perform when the drag starts
warning: Parameter 'range' is missing documentation
  --> ../Control.swift:33:36-33:36
31 |     ///   - onStarted: Closure to perform when the drag starts
32 |     ///   - onEnded: Closure to perform when the drag finishes
33 +     ///   - content: View to render
34 |     public init(value: Binding<Float>,
35 |                 in range: ClosedRange<Float> = 0 ... 1,
warning: Parameter 'padding' is missing documentation
  --> ../Control.swift:33:36-33:36
31 |     ///   - onStarted: Closure to perform when the drag starts
   |           ╰─suggestion: Document 'padding' parameter
32 |     ///   - onEnded: Closure to perform when the drag finishes
33 +     ///   - content: View to render
34 |     public init(value: Binding<Float>,
35 |                 in range: ClosedRange<Float> = 0 ... 1,
warning: Parameter 'range2' is missing documentation
  --> ../TwoParameterControl.swift:37:36-37:36
35 |     ///   - onStarted: Closure to perform when the drag starts
36 |     ///   - onEnded: Closure to perform when the drag finishes
37 +     ///   - content: View to render
38 |     public init(value1: Binding<Float>,
39 |                 range1: ClosedRange<Float> = 0 ... 1,
warning: Parameter 'range1' is missing documentation
  --> ../TwoParameterControl.swift:37:36-37:36
35 |     ///   - onStarted: Closure to perform when the drag starts
36 |     ///   - onEnded: Closure to perform when the drag finishes
37 +     ///   - content: View to render
38 |     public init(value1: Binding<Float>,
39 |                 range1: ClosedRange<Float> = 0 ... 1,
warning: Parameter 'padding' is missing documentation
  --> ../TwoParameterControl.swift:37:36-37:36
35 |     ///   - onStarted: Closure to perform when the drag starts
   |           ╰─suggestion: Document 'padding' parameter
36 |     ///   - onEnded: Closure to perform when the drag finishes
37 +     ///   - content: View to render
38 |     public init(value1: Binding<Float>,
39 |                 range1: ClosedRange<Float> = 0 ... 1,
Finished building documentation for 'Controls' (5.81s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/audiokit/controls/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Compiling SymbolKit Names.swift
[15/57] Compiling SymbolKit SPI.swift
[16/57] Compiling SymbolKit Snippet.swift
[17/57] Compiling SymbolKit Extension.swift
[18/57] Compiling SymbolKit GenericConstraint.swift
[19/57] Compiling SymbolKit GenericParameter.swift
[20/57] Compiling SymbolKit Generics.swift
[21/57] Compiling SymbolKit Namespace.swift
[22/57] Compiling SymbolKit DeclarationFragments.swift
[23/57] Compiling SymbolKit Fragment.swift
[24/57] Compiling SymbolKit FragmentKind.swift
[25/57] Compiling SymbolKit FunctionParameter.swift
[26/57] Compiling SymbolKit FunctionSignature.swift
[27/57] Compiling SymbolKit SemanticVersion.swift
[28/57] Compiling SymbolKit AccessControl.swift
[29/57] Compiling SymbolKit Availability.swift
[30/57] Compiling SymbolKit AvailabilityItem.swift
[31/57] Compiling SymbolKit Domain.swift
[32/57] Compiling SymbolKit Identifier.swift
[33/57] Compiling SymbolKit KindIdentifier.swift
[34/57] Compiling SymbolKit Location.swift
[35/57] Compiling SymbolKit Mutability.swift
[36/57] Compiling SymbolKit Symbol.swift
[37/57] Compiling SymbolKit SymbolKind.swift
[38/57] Compiling SymbolKit SymbolGraph.swift
[39/57] Compiling SymbolKit GraphCollector.swift
[40/57] Emitting module SymbolKit
[41/57] Compiling SymbolKit SourceRange.swift
[42/57] Compiling SymbolKit Metadata.swift
[43/57] Compiling SymbolKit Module.swift
[44/57] Compiling SymbolKit OperatingSystem.swift
[45/57] Compiling SymbolKit Platform.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (6.21s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Controls' complete! (0.33s)
   16605
106	/Users/admin/builder/spi-builder-workspace/.docs/audiokit/controls/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/audiokit/controls/main
File count: 16605
Doc size:   106.0MB
Preparing doc bundle ...
Uploading prod-audiokit-controls-main-5c1aab98.zip to s3://spi-docs-inbox/prod-audiokit-controls-main-5c1aab98.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.