The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CAAudioHardware, reference 0.7.1 (d92796), with Swift 6.1 for macOS (SPM) on 1 May 2025 13:27:50 UTC.

Swift 6 data race errors: 1

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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CAAudioHardware.git
Reference: 0.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CAAudioHardware
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at d927963 Change return type of `latency` (#92)
Cloned https://github.com/sbooth/CAAudioHardware.git
Revision (git rev-parse @):
d927963dcfbb819da6ed6f17b83f17ffbc689280
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/CAAudioHardware.git at 0.7.1
Fetching https://github.com/sbooth/CoreAudioExtensions
[1/314] Fetching coreaudioextensions
Fetched https://github.com/sbooth/CoreAudioExtensions from cache (0.73s)
Computing version for https://github.com/sbooth/CoreAudioExtensions
Computed https://github.com/sbooth/CoreAudioExtensions at 0.3.0 (1.32s)
Creating working copy for https://github.com/sbooth/CoreAudioExtensions
Working copy of https://github.com/sbooth/CoreAudioExtensions resolved at 0.3.0
========================================
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": "caaudiohardware",
      "name": "CAAudioHardware",
      "url": "https://github.com/sbooth/CAAudioHardware.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CAAudioHardware",
      "dependencies": [
        {
          "identity": "coreaudioextensions",
          "name": "CoreAudioExtensions",
          "url": "https://github.com/sbooth/CoreAudioExtensions",
          "version": "0.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreAudioExtensions",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sbooth/CAAudioHardware.git
[1/1943] Fetching caaudiohardware
Fetched https://github.com/sbooth/CAAudioHardware.git from cache (0.86s)
Fetching https://github.com/sbooth/CoreAudioExtensions from cache
Fetched https://github.com/sbooth/CoreAudioExtensions from cache (0.42s)
Computing version for https://github.com/sbooth/CoreAudioExtensions
Computed https://github.com/sbooth/CoreAudioExtensions at 0.3.0 (0.47s)
Creating working copy for https://github.com/sbooth/CAAudioHardware.git
Working copy of https://github.com/sbooth/CAAudioHardware.git resolved at 0.7.1 (d927963)
Creating working copy for https://github.com/sbooth/CoreAudioExtensions
Working copy of https://github.com/sbooth/CoreAudioExtensions resolved at 0.3.0
warning: '.resolve-product-dependencies': dependency 'caaudiohardware' is not used by any target
Found 1 product dependencies
  - CoreAudioExtensions
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sbooth/CAAudioHardware.git
https://github.com/sbooth/CAAudioHardware.git
{
  "dependencies" : [
    {
      "identity" : "coreaudioextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sbooth/CoreAudioExtensions"
    }
  ],
  "manifest_display_name" : "CAAudioHardware",
  "name" : "CAAudioHardware",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CAAudioHardware",
      "targets" : [
        "CAAudioHardware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAAudioHardwareTests",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardwareTests",
      "path" : "Tests/CAAudioHardwareTests",
      "sources" : [
        "CAAudioHardwareTests.swift"
      ],
      "target_dependencies" : [
        "CAAudioHardware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CAAudioHardware",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardware",
      "path" : "Sources/CAAudioHardware",
      "product_dependencies" : [
        "CoreAudioExtensions"
      ],
      "product_memberships" : [
        "CAAudioHardware"
      ],
      "sources" : [
        "AudioAggregateDevice.swift",
        "AudioBox.swift",
        "AudioBufferListWrapper.swift",
        "AudioChannelLayoutWrapper.swift",
        "AudioClockDevice.swift",
        "AudioControl.swift",
        "AudioDevice+ChannelNominalLineLevel.swift",
        "AudioDevice+ClockSource.swift",
        "AudioDevice+DataSource.swift",
        "AudioDevice+HighPassFilterSetting.swift",
        "AudioDevice+PlayThroughDestination.swift",
        "AudioDevice+TransportType.swift",
        "AudioDevice.swift",
        "AudioEndpoint.swift",
        "AudioEndpointDevice.swift",
        "AudioHardwareIOProcStreamUsageWrapper.swift",
        "AudioObject.swift",
        "AudioObjectPropertyData.swift",
        "AudioPlugIn.swift",
        "AudioProcess.swift",
        "AudioStream+TerminalType.swift",
        "AudioStream.swift",
        "AudioSubdevice+DriftCompensationQuality.swift",
        "AudioSubdevice.swift",
        "AudioSubtap.swift",
        "AudioSystem.swift",
        "AudioTap.swift",
        "AudioTransportManager.swift",
        "BooleanControl.swift",
        "LevelControl.swift",
        "PropertyAddress.swift",
        "PropertyElement.swift",
        "PropertyQualifier.swift",
        "PropertyScope.swift",
        "PropertySelector.swift",
        "SelectorControl+Item.swift",
        "SelectorControl.swift",
        "SliderControl.swift",
        "StereoPanControl.swift",
        "String+fourCC.swift",
        "UInt32+fourCC.swift",
        "UInt32+hexString.swift",
        "UnfairLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling CoreAudioExtensions AudioValueRange+SFBExtensions.swift
[5/7] Compiling CoreAudioExtensions AudioChannelLayout+SFBExtensions.swift
[6/7] Emitting module CoreAudioExtensions
[7/7] Compiling CoreAudioExtensions AudioStreamBasicDescription+SFBExtensions.swift
[8/47] Emitting module CAAudioHardware
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 18 | /// This class has a single scope (`kAudioObjectPropertyScopeGlobal`) and a single element (`kAudioObjectPropertyElementMain`)
 19 | /// - remark: This class correponds to the object with id `kAudioObjectSystemObject` and class `kAudioSystemObjectClassID`
 20 | public class AudioSystem: AudioObject {
    |              `- note: class 'AudioSystem' does not conform to the 'Sendable' protocol
 21 | 	/// The singleton audio system object
 22 | 	public static let instance = AudioSystem()
    |                    |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 | 	@available(*, unavailable, message: "Use instance instead")
[9/51] Compiling CAAudioHardware AudioProcess.swift
[10/51] Compiling CAAudioHardware AudioStream+TerminalType.swift
[11/51] Compiling CAAudioHardware AudioStream.swift
[12/51] Compiling CAAudioHardware AudioSubdevice+DriftCompensationQuality.swift
[13/51] Compiling CAAudioHardware String+fourCC.swift
[14/51] Compiling CAAudioHardware UInt32+fourCC.swift
[15/51] Compiling CAAudioHardware UInt32+hexString.swift
[16/51] Compiling CAAudioHardware UnfairLock.swift
[17/51] Compiling CAAudioHardware PropertyElement.swift
[18/51] Compiling CAAudioHardware PropertyQualifier.swift
[19/51] Compiling CAAudioHardware PropertyScope.swift
[20/51] Compiling CAAudioHardware PropertySelector.swift
[21/51] Compiling CAAudioHardware AudioControl.swift
[22/51] Compiling CAAudioHardware AudioDevice+ChannelNominalLineLevel.swift
[23/51] Compiling CAAudioHardware AudioDevice+ClockSource.swift
[24/51] Compiling CAAudioHardware AudioDevice+DataSource.swift
[25/51] Compiling CAAudioHardware AudioDevice+HighPassFilterSetting.swift
[26/51] Compiling CAAudioHardware AudioSubdevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 18 | /// This class has a single scope (`kAudioObjectPropertyScopeGlobal`) and a single element (`kAudioObjectPropertyElementMain`)
 19 | /// - remark: This class correponds to the object with id `kAudioObjectSystemObject` and class `kAudioSystemObjectClassID`
 20 | public class AudioSystem: AudioObject {
    |              `- note: class 'AudioSystem' does not conform to the 'Sendable' protocol
 21 | 	/// The singleton audio system object
 22 | 	public static let instance = AudioSystem()
    |                    |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 | 	@available(*, unavailable, message: "Use instance instead")
[27/51] Compiling CAAudioHardware AudioSubtap.swift
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 18 | /// This class has a single scope (`kAudioObjectPropertyScopeGlobal`) and a single element (`kAudioObjectPropertyElementMain`)
 19 | /// - remark: This class correponds to the object with id `kAudioObjectSystemObject` and class `kAudioSystemObjectClassID`
 20 | public class AudioSystem: AudioObject {
    |              `- note: class 'AudioSystem' does not conform to the 'Sendable' protocol
 21 | 	/// The singleton audio system object
 22 | 	public static let instance = AudioSystem()
    |                    |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 | 	@available(*, unavailable, message: "Use instance instead")
[28/51] Compiling CAAudioHardware AudioSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 18 | /// This class has a single scope (`kAudioObjectPropertyScopeGlobal`) and a single element (`kAudioObjectPropertyElementMain`)
 19 | /// - remark: This class correponds to the object with id `kAudioObjectSystemObject` and class `kAudioSystemObjectClassID`
 20 | public class AudioSystem: AudioObject {
    |              `- note: class 'AudioSystem' does not conform to the 'Sendable' protocol
 21 | 	/// The singleton audio system object
 22 | 	public static let instance = AudioSystem()
    |                    |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 | 	@available(*, unavailable, message: "Use instance instead")
[29/51] Compiling CAAudioHardware AudioTap.swift
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 18 | /// This class has a single scope (`kAudioObjectPropertyScopeGlobal`) and a single element (`kAudioObjectPropertyElementMain`)
 19 | /// - remark: This class correponds to the object with id `kAudioObjectSystemObject` and class `kAudioSystemObjectClassID`
 20 | public class AudioSystem: AudioObject {
    |              `- note: class 'AudioSystem' does not conform to the 'Sendable' protocol
 21 | 	/// The singleton audio system object
 22 | 	public static let instance = AudioSystem()
    |                    |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |
 24 | 	@available(*, unavailable, message: "Use instance instead")
[30/51] Compiling CAAudioHardware AudioHardwareIOProcStreamUsageWrapper.swift
[31/51] Compiling CAAudioHardware AudioObject.swift
[32/51] Compiling CAAudioHardware AudioObjectPropertyData.swift
[33/51] Compiling CAAudioHardware AudioPlugIn.swift
[34/51] Compiling CAAudioHardware SelectorControl+Item.swift
[35/51] Compiling CAAudioHardware SelectorControl.swift
[36/51] Compiling CAAudioHardware SliderControl.swift
[37/51] Compiling CAAudioHardware StereoPanControl.swift
[38/51] Compiling CAAudioHardware AudioTransportManager.swift
[39/51] Compiling CAAudioHardware BooleanControl.swift
[40/51] Compiling CAAudioHardware LevelControl.swift
[41/51] Compiling CAAudioHardware PropertyAddress.swift
[42/51] Compiling CAAudioHardware AudioDevice+PlayThroughDestination.swift
[43/51] Compiling CAAudioHardware AudioDevice+TransportType.swift
[44/51] Compiling CAAudioHardware AudioDevice.swift
[45/51] Compiling CAAudioHardware AudioEndpoint.swift
[46/51] Compiling CAAudioHardware AudioEndpointDevice.swift
[47/51] Compiling CAAudioHardware AudioAggregateDevice.swift
[48/51] Compiling CAAudioHardware AudioBox.swift
[49/51] Compiling CAAudioHardware AudioBufferListWrapper.swift
[50/51] Compiling CAAudioHardware AudioChannelLayoutWrapper.swift
[51/51] Compiling CAAudioHardware AudioClockDevice.swift
Build complete! (10.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "coreaudioextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sbooth/CoreAudioExtensions"
    }
  ],
  "manifest_display_name" : "CAAudioHardware",
  "name" : "CAAudioHardware",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CAAudioHardware",
      "targets" : [
        "CAAudioHardware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAAudioHardwareTests",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardwareTests",
      "path" : "Tests/CAAudioHardwareTests",
      "sources" : [
        "CAAudioHardwareTests.swift"
      ],
      "target_dependencies" : [
        "CAAudioHardware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CAAudioHardware",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardware",
      "path" : "Sources/CAAudioHardware",
      "product_dependencies" : [
        "CoreAudioExtensions"
      ],
      "product_memberships" : [
        "CAAudioHardware"
      ],
      "sources" : [
        "AudioAggregateDevice.swift",
        "AudioBox.swift",
        "AudioBufferListWrapper.swift",
        "AudioChannelLayoutWrapper.swift",
        "AudioClockDevice.swift",
        "AudioControl.swift",
        "AudioDevice+ChannelNominalLineLevel.swift",
        "AudioDevice+ClockSource.swift",
        "AudioDevice+DataSource.swift",
        "AudioDevice+HighPassFilterSetting.swift",
        "AudioDevice+PlayThroughDestination.swift",
        "AudioDevice+TransportType.swift",
        "AudioDevice.swift",
        "AudioEndpoint.swift",
        "AudioEndpointDevice.swift",
        "AudioHardwareIOProcStreamUsageWrapper.swift",
        "AudioObject.swift",
        "AudioObjectPropertyData.swift",
        "AudioPlugIn.swift",
        "AudioProcess.swift",
        "AudioStream+TerminalType.swift",
        "AudioStream.swift",
        "AudioSubdevice+DriftCompensationQuality.swift",
        "AudioSubdevice.swift",
        "AudioSubtap.swift",
        "AudioSystem.swift",
        "AudioTap.swift",
        "AudioTransportManager.swift",
        "BooleanControl.swift",
        "LevelControl.swift",
        "PropertyAddress.swift",
        "PropertyElement.swift",
        "PropertyQualifier.swift",
        "PropertyScope.swift",
        "PropertySelector.swift",
        "SelectorControl+Item.swift",
        "SelectorControl.swift",
        "SliderControl.swift",
        "StereoPanControl.swift",
        "String+fourCC.swift",
        "UInt32+fourCC.swift",
        "UInt32+hexString.swift",
        "UnfairLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/sbooth/caaudiohardware/0.7.1
Repository:               sbooth/CAAudioHardware
Swift version used:       6.1
Target:                   CAAudioHardware
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'CAAudioHardware'...
Finished extracting symbol information for 'CAAudioHardware'. (6.13s)
Building documentation for 'CAAudioHardware'...
warning: Parameter 'scope' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:590:44-590:44
588 | 	/// Returns IOProc stream usage
589 | 	/// - note: This corresponds to the property `kAudioDevicePropertyIOProcStreamUsage`
590 + 	/// - parameter ioProc: The desired IOProc
    |                                            ╰─suggestion: Document 'scope' parameter
591 | 	public func ioProcStreamUsage(_ ioProc: UnsafeMutableRawPointer, inScope scope: PropertyScope) throws -> AudioHardwareIOProcStreamUsageWrapper {
592 | 		let property = PropertyAddress(PropertySelector(kAudioDevicePropertyIOProcStreamUsage), scope: scope)
warning: Parameter 'scope' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:694:46-694:46
692 | 	/// Converts volume `scalar` to decibels and returns the converted value
693 | 	/// - remark: This corresponds to the property `kAudioDevicePropertyVolumeScalarToDecibels`
694 + 	/// - parameter scalar: The value to convert
    |                                              ╰─suggestion: Document 'scope' parameter
695 | 	public func convertVolumeToDecibels(fromScalar scalar: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
696 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertyVolumeScalarToDecibels), scope: scope, element: channel), initialValue: scalar)
warning: Parameter 'channel' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:694:46-694:46
692 | 	/// Converts volume `scalar` to decibels and returns the converted value
693 | 	/// - remark: This corresponds to the property `kAudioDevicePropertyVolumeScalarToDecibels`
694 + 	/// - parameter scalar: The value to convert
    |                                              ╰─suggestion: Document 'channel' parameter
695 | 	public func convertVolumeToDecibels(fromScalar scalar: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
696 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertyVolumeScalarToDecibels), scope: scope, element: channel), initialValue: scalar)
warning: Parameter 'scope' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:701:48-701:48
699 | 	/// Converts volume `decibels` to scalar and returns the converted value
700 | 	/// - remark: This corresponds to the property `kAudioDevicePropertyVolumeDecibelsToScalar`
701 + 	/// - parameter decibels: The value to convert
    |                                                ╰─suggestion: Document 'scope' parameter
702 | 	public func convertVolumeToScalar(fromDecibels decibels: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
703 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertyVolumeDecibelsToScalar), scope: scope, element: channel), initialValue: decibels)
warning: Parameter 'channel' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:701:48-701:48
699 | 	/// Converts volume `decibels` to scalar and returns the converted value
700 | 	/// - remark: This corresponds to the property `kAudioDevicePropertyVolumeDecibelsToScalar`
701 + 	/// - parameter decibels: The value to convert
    |                                                ╰─suggestion: Document 'channel' parameter
702 | 	public func convertVolumeToScalar(fromDecibels decibels: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
703 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertyVolumeDecibelsToScalar), scope: scope, element: channel), initialValue: decibels)
warning: Parameter 'channel' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:944:46-944:46
942 | 	/// Converts play-through volume `scalar` to decibels and returns the converted value
943 | 	/// - remark: This corresponds to the property `kAudioDevicePropertyPlayThruVolumeScalarToDecibels`
944 + 	/// - parameter scalar: The value to convert
    |                                              ╰─suggestion: Document 'channel' parameter
945 | 	public func convertPlayThroughVolumeToDecibels(fromScalar scalar: Float, forChannel channel: PropertyElement = .main) throws -> Float {
946 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertyPlayThruVolumeScalarToDecibels), scope: .playThrough, element: channel), initialValue: scalar)
warning: Parameter 'channel' is missing documentation
   --> Sources/CAAudioHardware/AudioDevice.swift:951:48-951:48
949 | 	/// Converts play-through volume `decibels` to scalar and returns the converted value
950 | 	/// - remark: This corresponds to the property `kAudioDevicePropertyPlayThruVolumeDecibelsToScalar`
951 + 	/// - parameter decibels: The value to convert
    |                                                ╰─suggestion: Document 'channel' parameter
952 | 	public func convertPlayThroughVolumeToScalar(fromDecibels decibels: Float, forChannel channel: PropertyElement = .main) throws -> Float {
953 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertyPlayThruVolumeDecibelsToScalar), scope: .playThrough, element: channel), initialValue: decibels)
warning: Parameter 'scope' is missing documentation
    --> Sources/CAAudioHardware/AudioDevice.swift:1134:46-1134:46
1132 | 	/// Converts LFE volume `scalar` to decibels and returns the converted value
1133 | 	/// - remark: This corresponds to the property `kAudioDevicePropertySubVolumeScalarToDecibels`
1134 + 	/// - parameter scalar: The value to convert
     |                                              ╰─suggestion: Document 'scope' parameter
1135 | 	public func convertSubVolumeToDecibels(fromScalar scalar: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
1136 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertySubVolumeScalarToDecibels), scope: scope, element: channel), initialValue: scalar)
warning: Parameter 'channel' is missing documentation
    --> Sources/CAAudioHardware/AudioDevice.swift:1134:46-1134:46
1132 | 	/// Converts LFE volume `scalar` to decibels and returns the converted value
1133 | 	/// - remark: This corresponds to the property `kAudioDevicePropertySubVolumeScalarToDecibels`
1134 + 	/// - parameter scalar: The value to convert
     |                                              ╰─suggestion: Document 'channel' parameter
1135 | 	public func convertSubVolumeToDecibels(fromScalar scalar: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
1136 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertySubVolumeScalarToDecibels), scope: scope, element: channel), initialValue: scalar)
warning: Parameter 'scope' is missing documentation
    --> Sources/CAAudioHardware/AudioDevice.swift:1141:48-1141:48
1139 | 	/// Converts LFE volume `decibels` to scalar and returns the converted value
1140 | 	/// - remark: This corresponds to the property `kAudioDevicePropertySubVolumeDecibelsToScalar`
1141 + 	/// - parameter decibels: The value to convert
     |                                                ╰─suggestion: Document 'scope' parameter
1142 | 	public func convertSubVolumeToScalar(fromDecibels decibels: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
1143 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertySubVolumeDecibelsToScalar), scope: scope, element: channel), initialValue: decibels)
warning: Parameter 'channel' is missing documentation
    --> Sources/CAAudioHardware/AudioDevice.swift:1141:48-1141:48
1139 | 	/// Converts LFE volume `decibels` to scalar and returns the converted value
1140 | 	/// - remark: This corresponds to the property `kAudioDevicePropertySubVolumeDecibelsToScalar`
1141 + 	/// - parameter decibels: The value to convert
     |                                                ╰─suggestion: Document 'channel' parameter
1142 | 	public func convertSubVolumeToScalar(fromDecibels decibels: Float, forChannel channel: PropertyElement = .main, inScope scope: PropertyScope = .global) throws -> Float {
1143 | 		return try getProperty(PropertyAddress(PropertySelector(kAudioDevicePropertySubVolumeDecibelsToScalar), scope: scope, element: channel), initialValue: decibels)
warning: Parameter 'value' not found in initializer declaration
  --> Sources/CAAudioHardware/AudioStream+TerminalType.swift:17:7-17:63
15 |
16 | 		/// Creates a new instance with the specified value
17 + 		/// - parameter value: The value to use for the new instance
   |       ╰─suggestion: Remove 'value' parameter documentation
18 | 		public init(_ rawValue: UInt32) {
19 | 			self.rawValue = rawValue
warning: Parameter 'rawValue' is missing documentation
  --> Sources/CAAudioHardware/AudioStream+TerminalType.swift:17:63-17:63
15 |
16 | 		/// Creates a new instance with the specified value
17 + 		/// - parameter value: The value to use for the new instance
   |                                                               ╰─suggestion: Document 'rawValue' parameter
18 | 		public init(_ rawValue: UInt32) {
19 | 			self.rawValue = rawValue
warning: Parameter 'value' not found in initializer declaration
  --> Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:17:7-17:63
15 |
16 | 		/// Creates a new instance with the specified value
17 + 		/// - parameter value: The value to use for the new instance
   |       ╰─suggestion: Remove 'value' parameter documentation
18 | 		public init(_ rawValue: UInt32) {
19 | 			self.rawValue = rawValue
warning: Parameter 'rawValue' is missing documentation
  --> Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:17:63-17:63
15 |
16 | 		/// Creates a new instance with the specified value
17 + 		/// - parameter value: The value to use for the new instance
   |                                                               ╰─suggestion: Document 'rawValue' parameter
18 | 		public init(_ rawValue: UInt32) {
19 | 			self.rawValue = rawValue
warning: Parameter 'value' is missing documentation
  --> Sources/CAAudioHardware/AudioSubtap.swift:22:42-22:42
20 | 	/// Sets the extra latency
21 | 	/// - remark: This corresponds to the property `kAudioSubTapPropertyExtraLatency`
22 + 	/// - parameter scope: The desired scope
   |      ╰─suggestion: Document 'value' parameter
23 | 	public func setExtraLatency(_ value: Double, inScope scope: PropertyScope) throws {
24 | 		try setProperty(PropertyAddress(PropertySelector(kAudioSubTapPropertyExtraLatency), scope: scope), to: value)
warning: Parameter 'uid' not found in instance method declaration
  --> Sources/CAAudioHardware/AudioSystem.swift:61:6-61:59
59 | 	/// Returns the `AudioObjectID` for the audio plug-in for `bundleID` or `nil` if unknown
60 | 	/// - remark: This corresponds to the property `kAudioHardwarePropertyTranslateBundleIDToPlugIn`
61 + 	/// - parameter uid: The bundle ID of the desired plug-in
   |      ╰─suggestion: Remove 'uid' parameter documentation
62 | 	public func plugInID(forBundleID bundleID: String) throws -> AudioObjectID? {
63 | 		var qualifier = bundleID as CFString
warning: Parameter 'bundleID' is missing documentation
  --> Sources/CAAudioHardware/AudioSystem.swift:61:59-61:59
59 | 	/// Returns the `AudioObjectID` for the audio plug-in for `bundleID` or `nil` if unknown
60 | 	/// - remark: This corresponds to the property `kAudioHardwarePropertyTranslateBundleIDToPlugIn`
61 + 	/// - parameter uid: The bundle ID of the desired plug-in
   |                                                           ╰─suggestion: Document 'bundleID' parameter
62 | 	public func plugInID(forBundleID bundleID: String) throws -> AudioObjectID? {
63 | 		var qualifier = bundleID as CFString
warning: Parameter 'uid' not found in instance method declaration
  --> Sources/CAAudioHardware/AudioSystem.swift:73:6-73:69
71 | 	/// Returns the `AudioObjectID` for the audio transport manager for `bundleID` or `nil` if unknown
72 | 	/// - remark: This corresponds to the property `kAudioHardwarePropertyTranslateBundleIDToTransportManager`
73 + 	/// - parameter uid: The bundle ID of the desired transport manager
   |      ╰─suggestion: Remove 'uid' parameter documentation
74 | 	public func transportManagerID(forBundleID bundleID: String) throws -> AudioObjectID? {
75 | 		var qualifier = bundleID as CFString
warning: Parameter 'bundleID' is missing documentation
  --> Sources/CAAudioHardware/AudioSystem.swift:73:69-73:69
71 | 	/// Returns the `AudioObjectID` for the audio transport manager for `bundleID` or `nil` if unknown
72 | 	/// - remark: This corresponds to the property `kAudioHardwarePropertyTranslateBundleIDToTransportManager`
73 + 	/// - parameter uid: The bundle ID of the desired transport manager
   |                                                                     ╰─suggestion: Document 'bundleID' parameter
74 | 	public func transportManagerID(forBundleID bundleID: String) throws -> AudioObjectID? {
75 | 		var qualifier = bundleID as CFString
Finished building documentation for 'CAAudioHardware' (0.56s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/sbooth/caaudiohardware/0.7.1
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/sbooth/CoreAudioExtensions
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.50s)
Updated https://github.com/sbooth/CoreAudioExtensions (0.45s)
Computing version for https://github.com/sbooth/CoreAudioExtensions
Computed https://github.com/sbooth/CoreAudioExtensions at 0.3.0 (1.53s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.79s)
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
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit Identifier.swift
[31/57] Compiling SymbolKit KindIdentifier.swift
[32/57] Compiling SymbolKit Location.swift
[33/57] Compiling SymbolKit Mutability.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 SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.99s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling CoreAudioExtensions AudioValueRange+SFBExtensions.swift
[3/5] Emitting module CoreAudioExtensions
[4/5] Compiling CoreAudioExtensions AudioChannelLayout+SFBExtensions.swift
[5/5] Compiling CoreAudioExtensions AudioStreamBasicDescription+SFBExtensions.swift
[6/45] Emitting module CAAudioHardware
[7/49] Compiling CAAudioHardware SelectorControl+Item.swift
[8/49] Compiling CAAudioHardware SelectorControl.swift
[9/49] Compiling CAAudioHardware SliderControl.swift
[10/49] Compiling CAAudioHardware StereoPanControl.swift
[11/49] Compiling CAAudioHardware AudioProcess.swift
[12/49] Compiling CAAudioHardware AudioStream+TerminalType.swift
[13/49] Compiling CAAudioHardware AudioStream.swift
[14/49] Compiling CAAudioHardware AudioSubdevice+DriftCompensationQuality.swift
[15/49] Compiling CAAudioHardware PropertyElement.swift
[16/49] Compiling CAAudioHardware PropertyQualifier.swift
[17/49] Compiling CAAudioHardware PropertyScope.swift
[18/49] Compiling CAAudioHardware PropertySelector.swift
[19/49] Compiling CAAudioHardware AudioSubdevice.swift
[20/49] Compiling CAAudioHardware AudioSubtap.swift
[21/49] Compiling CAAudioHardware AudioSystem.swift
[22/49] Compiling CAAudioHardware AudioTap.swift
[23/49] Compiling CAAudioHardware AudioTransportManager.swift
[24/49] Compiling CAAudioHardware BooleanControl.swift
[25/49] Compiling CAAudioHardware LevelControl.swift
[26/49] Compiling CAAudioHardware PropertyAddress.swift
[27/49] Compiling CAAudioHardware AudioAggregateDevice.swift
[28/49] Compiling CAAudioHardware AudioBox.swift
[29/49] Compiling CAAudioHardware AudioBufferListWrapper.swift
[30/49] Compiling CAAudioHardware AudioChannelLayoutWrapper.swift
[31/49] Compiling CAAudioHardware AudioClockDevice.swift
[32/49] Compiling CAAudioHardware AudioControl.swift
[33/49] Compiling CAAudioHardware AudioDevice+ChannelNominalLineLevel.swift
[34/49] Compiling CAAudioHardware AudioDevice+ClockSource.swift
[35/49] Compiling CAAudioHardware AudioDevice+DataSource.swift
[36/49] Compiling CAAudioHardware AudioDevice+HighPassFilterSetting.swift
[37/49] Compiling CAAudioHardware AudioHardwareIOProcStreamUsageWrapper.swift
[38/49] Compiling CAAudioHardware AudioObject.swift
[39/49] Compiling CAAudioHardware AudioObjectPropertyData.swift
[40/49] Compiling CAAudioHardware AudioPlugIn.swift
[41/49] Compiling CAAudioHardware String+fourCC.swift
[42/49] Compiling CAAudioHardware UInt32+fourCC.swift
[43/49] Compiling CAAudioHardware UInt32+hexString.swift
[44/49] Compiling CAAudioHardware UnfairLock.swift
[45/49] Compiling CAAudioHardware AudioDevice+PlayThroughDestination.swift
[46/49] Compiling CAAudioHardware AudioDevice+TransportType.swift
[47/49] Compiling CAAudioHardware AudioDevice.swift
[48/49] Compiling CAAudioHardware AudioEndpoint.swift
[49/49] Compiling CAAudioHardware AudioEndpointDevice.swift
Build of target: 'CAAudioHardware' complete! (3.13s)
    1846
12	/Users/admin/builder/spi-builder-workspace/.docs/sbooth/caaudiohardware/0.7.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/sbooth/caaudiohardware/0.7.1
File count: 1846
Doc size:   12.0MB
Preparing doc bundle ...
Uploading prod-sbooth-caaudiohardware-0.7.1-b193d5d7.zip to s3://spi-docs-inbox/prod-sbooth-caaudiohardware-0.7.1-b193d5d7.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.