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.1 for macOS (SPM) on 28 Apr 2025 08:15:39 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.61.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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AudioKit/Controls.git
[1/1058] Fetching controls
Fetched https://github.com/AudioKit/Controls.git from cache (0.86s)
Creating working copy for https://github.com/AudioKit/Controls.git
Working copy of https://github.com/AudioKit/Controls.git resolved at 1.1.4 (4dd1037)
warning: '.resolve-product-dependencies': dependency 'controls' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AudioKit/Controls.git
https://github.com/AudioKit/Controls.git
{
  "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"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling Controls Helpers.swift
[4/16] Compiling Controls ArcKnob.swift
[5/16] Compiling Controls ModWheel.swift
[6/16] Compiling Controls PitchWheel.swift
[7/16] Compiling Controls Control.swift
[8/16] Compiling Controls ControlGeometry.swift
[9/16] Emitting module Controls
[10/16] Compiling Controls IndexedSlider.swift
[11/16] Compiling Controls Joystick.swift
[12/16] Compiling Controls SmallKnob.swift
[13/16] Compiling Controls PlanarGeometry.swift
[14/16] Compiling Controls Ribbon.swift
[15/16] Compiling Controls XYPad.swift
[16/16] Compiling Controls SingleTouchView.swift
[17/17] Compiling Controls TwoParameterControl.swift
Build complete! (10.82s)
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/1.1.4
Repository:               AudioKit/Controls
Swift version used:       6.1
Target:                   Controls
Extracting symbol information for 'Controls'...
Finished extracting symbol information for 'Controls'. (5.80s)
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 '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 '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 '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' (4.66s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/audiokit/controls/1.1.4
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
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.3
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
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling Snippets SnippetParser.swift
[12/57] Compiling SymbolKit SourceRange.swift
[13/57] Compiling SymbolKit Metadata.swift
[14/57] Compiling SymbolKit Module.swift
[15/57] Compiling SymbolKit OperatingSystem.swift
[16/57] Compiling SymbolKit Platform.swift
[17/57] Emitting module SymbolKit
[18/57] Emitting module Snippets
[19/57] Compiling Snippets Snippet.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit SemanticVersion.swift
[25/57] Compiling SymbolKit AccessControl.swift
[26/57] Compiling SymbolKit Availability.swift
[27/57] Compiling SymbolKit AvailabilityItem.swift
[28/57] Compiling SymbolKit Domain.swift
[29/57] Compiling SymbolKit DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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 SnippetBuildCommand.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.24s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling Controls PlanarGeometry.swift
[3/15] Compiling Controls XYPad.swift
[4/15] Compiling Controls SingleTouchView.swift
[5/16] Compiling Controls Ribbon.swift
[6/16] Compiling Controls IndexedSlider.swift
[7/16] Compiling Controls Joystick.swift
[8/16] Compiling Controls Control.swift
[9/16] Compiling Controls ControlGeometry.swift
[10/16] Compiling Controls ModWheel.swift
[11/16] Compiling Controls PitchWheel.swift
[12/16] Compiling Controls Helpers.swift
[13/16] Compiling Controls ArcKnob.swift
[14/16] Emitting module Controls
[15/16] Compiling Controls SmallKnob.swift
[16/16] Compiling Controls TwoParameterControl.swift
Build of target: 'Controls' complete! (1.64s)
   14303
91	/Users/admin/builder/spi-builder-workspace/.docs/audiokit/controls/1.1.4
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/audiokit/controls/1.1.4
File count: 14303
Doc size:   91.0MB
Preparing doc bundle ...
Uploading prod-audiokit-controls-1.1.4-f2e32ebd.zip to s3://spi-docs-inbox/prod-audiokit-controls-1.1.4-f2e32ebd.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.