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 SoundpipeAudioKit, reference 5.7.3 (efc0d6), with Swift 6.1 for macOS (SPM) on 4 Jun 2025 02:28:09 UTC.

Swift 6 data race errors: 179

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

   |                       |- note: add '@MainActor' to make static property 'gainDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |         identifier: "gain",
55 |         name: "Gain",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FlatFrequencyResponseReverb.swift:25:23: warning: static property 'reverbDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |     /// Specification details for reverbDuration
25 |     public static let reverbDurationDef = NodeParameterDef(
   |                       `- warning: static property 'reverbDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
26 |         identifier: "reverbDuration",
27 |         name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FlatFrequencyResponseReverb.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
23 |
24 |     /// Specification details for reverbDuration
25 |     public static let reverbDurationDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'reverbDurationDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         identifier: "reverbDuration",
27 |         name: "Reverb duration",
[450/456] Compiling SoundpipeAudioKit EqualizerFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DiodeLadderFilter.swift:24:23: warning: static property 'cutoffFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
22 |
23 |     /// Specification for cutoffFrequency (still determining best ranges)
24 |     public static let cutoffFrequencyDef = NodeParameterDef(
   |                       `- warning: static property 'cutoffFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         identifier: "cutoffFrequency",
26 |         name: "Cutoff Frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DiodeLadderFilter.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/SoundpipeAudioKit/
 2 |
 3 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 4 | import AudioKitEX
 5 | import AVFoundation
   :
22 |
23 |     /// Specification for cutoffFrequency (still determining best ranges)
24 |     public static let cutoffFrequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'cutoffFrequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         identifier: "cutoffFrequency",
26 |         name: "Cutoff Frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DiodeLadderFilter.swift:37:23: warning: static property 'resonanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
35 |
36 |     /// Specification for resonance (still determining best ranges)
37 |     public static let resonanceDef = NodeParameterDef(
   |                       |- warning: static property 'resonanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'resonanceDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |         identifier: "resonance",
39 |         name: "Resonance",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:22:23: warning: static property 'ratioDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |     /// Specification details for ratio
 22 |     public static let ratioDef = NodeParameterDef(
    |                       `- warning: static property 'ratioDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 23 |         identifier: "ratio",
 24 |         name: "Ratio",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 20 |
 21 |     /// Specification details for ratio
 22 |     public static let ratioDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'ratioDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         identifier: "ratio",
 24 |         name: "Ratio",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:35:23: warning: static property 'thresholdDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |
 34 |     /// Specification details for threshold
 35 |     public static let thresholdDef = NodeParameterDef(
    |                       |- warning: static property 'thresholdDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'thresholdDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |         identifier: "threshold",
 37 |         name: "Threshold",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:48:23: warning: static property 'attackDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 46 |
 47 |     /// Specification details for attackDuration
 48 |     public static let attackDurationDef = NodeParameterDef(
    |                       |- warning: static property 'attackDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'attackDurationDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 49 |         identifier: "attackDuration",
 50 |         name: "Attack duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:61:23: warning: static property 'releaseDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |
 60 |     /// Specification details for releaseDuration
 61 |     public static let releaseDurationDef = NodeParameterDef(
    |                       |- warning: static property 'releaseDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'releaseDurationDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |         identifier: "releaseDuration",
 63 |         name: "Release duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:74:23: warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Specification details for gain
 74 |     public static let gainDef = NodeParameterDef(
    |                       |- warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'gainDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 |         identifier: "gain",
 76 |         name: "Makeup Gain",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:87:23: warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 85 |
 86 |     /// Specification details for dryWetMix
 87 |     public static let dryWetMixDef = NodeParameterDef(
    |                       |- warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dryWetMixDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |         identifier: "dryWetMix",
 89 |         name: "Dry/Wet Mix",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:22:23: warning: static property 'shift1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |     /// Specification details for shift1
 22 |     public static let shift1Def = NodeParameterDef(
    |                       `- warning: static property 'shift1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 23 |         identifier: "shift1",
 24 |         name: "Shift 1",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 20 |
 21 |     /// Specification details for shift1
 22 |     public static let shift1Def = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'shift1Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         identifier: "shift1",
 24 |         name: "Shift 1",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:35:23: warning: static property 'shift2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |
 34 |     /// Specification details for shift2
 35 |     public static let shift2Def = NodeParameterDef(
    |                       |- warning: static property 'shift2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift2Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |         identifier: "shift2",
 37 |         name: "Shift 2",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:48:23: warning: static property 'shift3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 46 |
 47 |     /// Specification details for shift3
 48 |     public static let shift3Def = NodeParameterDef(
    |                       |- warning: static property 'shift3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift3Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 49 |         identifier: "shift3",
 50 |         name: "Shift 3",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:61:23: warning: static property 'shift4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |
 60 |     /// Specification details for shift4
 61 |     public static let shift4Def = NodeParameterDef(
    |                       |- warning: static property 'shift4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift4Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |         identifier: "shift4",
 63 |         name: "Shift 4",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:74:23: warning: static property 'shift5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Specification details for shift5
 74 |     public static let shift5Def = NodeParameterDef(
    |                       |- warning: static property 'shift5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift5Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 |         identifier: "shift5",
 76 |         name: "Shift 5",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:87:23: warning: static property 'shift6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 85 |
 86 |     /// Specification details for shift6
 87 |     public static let shift6Def = NodeParameterDef(
    |                       |- warning: static property 'shift6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift6Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |         identifier: "shift6",
 89 |         name: "Shift 6",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:100:23: warning: static property 'shift7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     /// Specification details for shift7
100 |     public static let shift7Def = NodeParameterDef(
    |                       |- warning: static property 'shift7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift7Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |         identifier: "shift7",
102 |         name: "Shift 7",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:113:23: warning: static property 'shift8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 |     /// Specification details for shift8
113 |     public static let shift8Def = NodeParameterDef(
    |                       |- warning: static property 'shift8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift8Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |         identifier: "shift8",
115 |         name: "Shift 8",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:126:23: warning: static property 'shift9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
124 |
125 |     /// Specification details for shift9
126 |     public static let shift9Def = NodeParameterDef(
    |                       |- warning: static property 'shift9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift9Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 |         identifier: "shift9",
128 |         name: "Shift 9",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:139:23: warning: static property 'pan1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
137 |
138 |     /// Specification details for pan1
139 |     public static let pan1Def = NodeParameterDef(
    |                       |- warning: static property 'pan1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan1Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 |         identifier: "pan1",
141 |         name: "Pan 1",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:152:23: warning: static property 'pan2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 |     /// Specification details for pan2
152 |     public static let pan2Def = NodeParameterDef(
    |                       |- warning: static property 'pan2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan2Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |         identifier: "pan2",
154 |         name: "Pan 2",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:165:23: warning: static property 'pan3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
163 |
164 |     /// Specification details for pan3
165 |     public static let pan3Def = NodeParameterDef(
    |                       |- warning: static property 'pan3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan3Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
166 |         identifier: "pan3",
167 |         name: "Pan 3",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:178:23: warning: static property 'pan4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
176 |
177 |     /// Specification details for pan4
178 |     public static let pan4Def = NodeParameterDef(
    |                       |- warning: static property 'pan4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan4Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |         identifier: "pan4",
180 |         name: "Pan 4",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:191:23: warning: static property 'pan5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
189 |
190 |     /// Specification details for pan5
191 |     public static let pan5Def = NodeParameterDef(
    |                       |- warning: static property 'pan5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan5Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
192 |         identifier: "pan5",
193 |         name: "Pan 5",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:204:23: warning: static property 'pan6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
202 |
203 |     /// Specification details for pan6
204 |     public static let pan6Def = NodeParameterDef(
    |                       |- warning: static property 'pan6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan6Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
205 |         identifier: "pan6",
206 |         name: "Pan 6",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:217:23: warning: static property 'pan7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
215 |
216 |     /// Specification details for pan7
217 |     public static let pan7Def = NodeParameterDef(
    |                       |- warning: static property 'pan7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan7Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
218 |         identifier: "pan7",
219 |         name: "Pan 7",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:230:23: warning: static property 'pan8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
228 |
229 |     /// Specification details for pan8
230 |     public static let pan8Def = NodeParameterDef(
    |                       |- warning: static property 'pan8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan8Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
231 |         identifier: "pan8",
232 |         name: "Pan 8",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:243:23: warning: static property 'pan9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
241 |
242 |     /// Specification details for pan9
243 |     public static let pan9Def = NodeParameterDef(
    |                       |- warning: static property 'pan9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan9Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 |         identifier: "pan9",
245 |         name: "Pan 9",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:256:23: warning: static property 'numberOfVoicesDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
254 |
255 |     /// Specification details for numberOfVoices
256 |     public static let numberOfVoicesDef = NodeParameterDef(
    |                       |- warning: static property 'numberOfVoicesDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'numberOfVoicesDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |         identifier: "numberOfVoices",
258 |         name: "Number of Voices",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:269:23: warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
267 |
268 |     /// Specification details for dryWetMix
269 |     public static let dryWetMixDef = NodeParameterDef(
    |                       |- warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dryWetMixDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
270 |         identifier: "dryWetMix",
271 |         name: "Dry/Wet Mix",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:27:23: warning: static property 'centerFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 |     /// Specification details for centerFrequency
27 |     public static let centerFrequencyDef = NodeParameterDef(
   |                       `- warning: static property 'centerFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
28 |         identifier: "centerFrequency",
29 |         name: "Center Frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
25 |
26 |     /// Specification details for centerFrequency
27 |     public static let centerFrequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'centerFrequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         identifier: "centerFrequency",
29 |         name: "Center Frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:40:23: warning: static property 'bandwidthDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 |     /// Specification details for bandwidth
40 |     public static let bandwidthDef = NodeParameterDef(
   |                       |- warning: static property 'bandwidthDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bandwidthDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |         identifier: "bandwidth",
42 |         name: "Bandwidth",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:53:23: warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 |     /// Specification details for gain
53 |     public static let gainDef = NodeParameterDef(
   |                       |- warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'gainDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |         identifier: "gain",
55 |         name: "Gain",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FlatFrequencyResponseReverb.swift:25:23: warning: static property 'reverbDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |     /// Specification details for reverbDuration
25 |     public static let reverbDurationDef = NodeParameterDef(
   |                       `- warning: static property 'reverbDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
26 |         identifier: "reverbDuration",
27 |         name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FlatFrequencyResponseReverb.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
23 |
24 |     /// Specification details for reverbDuration
25 |     public static let reverbDurationDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'reverbDurationDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         identifier: "reverbDuration",
27 |         name: "Reverb duration",
[451/456] Compiling SoundpipeAudioKit FlatFrequencyResponseReverb.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DiodeLadderFilter.swift:24:23: warning: static property 'cutoffFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
22 |
23 |     /// Specification for cutoffFrequency (still determining best ranges)
24 |     public static let cutoffFrequencyDef = NodeParameterDef(
   |                       `- warning: static property 'cutoffFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         identifier: "cutoffFrequency",
26 |         name: "Cutoff Frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DiodeLadderFilter.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/SoundpipeAudioKit/
 2 |
 3 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 4 | import AudioKitEX
 5 | import AVFoundation
   :
22 |
23 |     /// Specification for cutoffFrequency (still determining best ranges)
24 |     public static let cutoffFrequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'cutoffFrequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         identifier: "cutoffFrequency",
26 |         name: "Cutoff Frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DiodeLadderFilter.swift:37:23: warning: static property 'resonanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
35 |
36 |     /// Specification for resonance (still determining best ranges)
37 |     public static let resonanceDef = NodeParameterDef(
   |                       |- warning: static property 'resonanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'resonanceDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |         identifier: "resonance",
39 |         name: "Resonance",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:22:23: warning: static property 'ratioDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |     /// Specification details for ratio
 22 |     public static let ratioDef = NodeParameterDef(
    |                       `- warning: static property 'ratioDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 23 |         identifier: "ratio",
 24 |         name: "Ratio",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 20 |
 21 |     /// Specification details for ratio
 22 |     public static let ratioDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'ratioDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         identifier: "ratio",
 24 |         name: "Ratio",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:35:23: warning: static property 'thresholdDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |
 34 |     /// Specification details for threshold
 35 |     public static let thresholdDef = NodeParameterDef(
    |                       |- warning: static property 'thresholdDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'thresholdDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |         identifier: "threshold",
 37 |         name: "Threshold",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:48:23: warning: static property 'attackDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 46 |
 47 |     /// Specification details for attackDuration
 48 |     public static let attackDurationDef = NodeParameterDef(
    |                       |- warning: static property 'attackDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'attackDurationDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 49 |         identifier: "attackDuration",
 50 |         name: "Attack duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:61:23: warning: static property 'releaseDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |
 60 |     /// Specification details for releaseDuration
 61 |     public static let releaseDurationDef = NodeParameterDef(
    |                       |- warning: static property 'releaseDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'releaseDurationDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |         identifier: "releaseDuration",
 63 |         name: "Release duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:74:23: warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Specification details for gain
 74 |     public static let gainDef = NodeParameterDef(
    |                       |- warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'gainDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 |         identifier: "gain",
 76 |         name: "Makeup Gain",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/DynamicRangeCompressor.swift:87:23: warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 85 |
 86 |     /// Specification details for dryWetMix
 87 |     public static let dryWetMixDef = NodeParameterDef(
    |                       |- warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dryWetMixDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |         identifier: "dryWetMix",
 89 |         name: "Dry/Wet Mix",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:22:23: warning: static property 'shift1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |     /// Specification details for shift1
 22 |     public static let shift1Def = NodeParameterDef(
    |                       `- warning: static property 'shift1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 23 |         identifier: "shift1",
 24 |         name: "Shift 1",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 20 |
 21 |     /// Specification details for shift1
 22 |     public static let shift1Def = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'shift1Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         identifier: "shift1",
 24 |         name: "Shift 1",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:35:23: warning: static property 'shift2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |
 34 |     /// Specification details for shift2
 35 |     public static let shift2Def = NodeParameterDef(
    |                       |- warning: static property 'shift2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift2Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |         identifier: "shift2",
 37 |         name: "Shift 2",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:48:23: warning: static property 'shift3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 46 |
 47 |     /// Specification details for shift3
 48 |     public static let shift3Def = NodeParameterDef(
    |                       |- warning: static property 'shift3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift3Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 49 |         identifier: "shift3",
 50 |         name: "Shift 3",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:61:23: warning: static property 'shift4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |
 60 |     /// Specification details for shift4
 61 |     public static let shift4Def = NodeParameterDef(
    |                       |- warning: static property 'shift4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift4Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |         identifier: "shift4",
 63 |         name: "Shift 4",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:74:23: warning: static property 'shift5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Specification details for shift5
 74 |     public static let shift5Def = NodeParameterDef(
    |                       |- warning: static property 'shift5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift5Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 |         identifier: "shift5",
 76 |         name: "Shift 5",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:87:23: warning: static property 'shift6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 85 |
 86 |     /// Specification details for shift6
 87 |     public static let shift6Def = NodeParameterDef(
    |                       |- warning: static property 'shift6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift6Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |         identifier: "shift6",
 89 |         name: "Shift 6",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:100:23: warning: static property 'shift7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     /// Specification details for shift7
100 |     public static let shift7Def = NodeParameterDef(
    |                       |- warning: static property 'shift7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift7Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |         identifier: "shift7",
102 |         name: "Shift 7",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:113:23: warning: static property 'shift8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 |     /// Specification details for shift8
113 |     public static let shift8Def = NodeParameterDef(
    |                       |- warning: static property 'shift8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift8Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |         identifier: "shift8",
115 |         name: "Shift 8",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:126:23: warning: static property 'shift9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
124 |
125 |     /// Specification details for shift9
126 |     public static let shift9Def = NodeParameterDef(
    |                       |- warning: static property 'shift9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'shift9Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 |         identifier: "shift9",
128 |         name: "Shift 9",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:139:23: warning: static property 'pan1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
137 |
138 |     /// Specification details for pan1
139 |     public static let pan1Def = NodeParameterDef(
    |                       |- warning: static property 'pan1Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan1Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 |         identifier: "pan1",
141 |         name: "Pan 1",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:152:23: warning: static property 'pan2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 |     /// Specification details for pan2
152 |     public static let pan2Def = NodeParameterDef(
    |                       |- warning: static property 'pan2Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan2Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |         identifier: "pan2",
154 |         name: "Pan 2",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:165:23: warning: static property 'pan3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
163 |
164 |     /// Specification details for pan3
165 |     public static let pan3Def = NodeParameterDef(
    |                       |- warning: static property 'pan3Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan3Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
166 |         identifier: "pan3",
167 |         name: "Pan 3",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:178:23: warning: static property 'pan4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
176 |
177 |     /// Specification details for pan4
178 |     public static let pan4Def = NodeParameterDef(
    |                       |- warning: static property 'pan4Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan4Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |         identifier: "pan4",
180 |         name: "Pan 4",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:191:23: warning: static property 'pan5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
189 |
190 |     /// Specification details for pan5
191 |     public static let pan5Def = NodeParameterDef(
    |                       |- warning: static property 'pan5Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan5Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
192 |         identifier: "pan5",
193 |         name: "Pan 5",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:204:23: warning: static property 'pan6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
202 |
203 |     /// Specification details for pan6
204 |     public static let pan6Def = NodeParameterDef(
    |                       |- warning: static property 'pan6Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan6Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
205 |         identifier: "pan6",
206 |         name: "Pan 6",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:217:23: warning: static property 'pan7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
215 |
216 |     /// Specification details for pan7
217 |     public static let pan7Def = NodeParameterDef(
    |                       |- warning: static property 'pan7Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan7Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
218 |         identifier: "pan7",
219 |         name: "Pan 7",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:230:23: warning: static property 'pan8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
228 |
229 |     /// Specification details for pan8
230 |     public static let pan8Def = NodeParameterDef(
    |                       |- warning: static property 'pan8Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan8Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
231 |         identifier: "pan8",
232 |         name: "Pan 8",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:243:23: warning: static property 'pan9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
241 |
242 |     /// Specification details for pan9
243 |     public static let pan9Def = NodeParameterDef(
    |                       |- warning: static property 'pan9Def' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'pan9Def' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 |         identifier: "pan9",
245 |         name: "Pan 9",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:256:23: warning: static property 'numberOfVoicesDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
254 |
255 |     /// Specification details for numberOfVoices
256 |     public static let numberOfVoicesDef = NodeParameterDef(
    |                       |- warning: static property 'numberOfVoicesDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'numberOfVoicesDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 |         identifier: "numberOfVoices",
258 |         name: "Number of Voices",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Ensemble.swift:269:23: warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
267 |
268 |     /// Specification details for dryWetMix
269 |     public static let dryWetMixDef = NodeParameterDef(
    |                       |- warning: static property 'dryWetMixDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dryWetMixDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
270 |         identifier: "dryWetMix",
271 |         name: "Dry/Wet Mix",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:27:23: warning: static property 'centerFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
25 |
26 |     /// Specification details for centerFrequency
27 |     public static let centerFrequencyDef = NodeParameterDef(
   |                       `- warning: static property 'centerFrequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
28 |         identifier: "centerFrequency",
29 |         name: "Center Frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
25 |
26 |     /// Specification details for centerFrequency
27 |     public static let centerFrequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'centerFrequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         identifier: "centerFrequency",
29 |         name: "Center Frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:40:23: warning: static property 'bandwidthDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 |     /// Specification details for bandwidth
40 |     public static let bandwidthDef = NodeParameterDef(
   |                       |- warning: static property 'bandwidthDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bandwidthDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |         identifier: "bandwidth",
42 |         name: "Bandwidth",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/EqualizerFilter.swift:53:23: warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 |     /// Specification details for gain
53 |     public static let gainDef = NodeParameterDef(
   |                       |- warning: static property 'gainDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'gainDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |         identifier: "gain",
55 |         name: "Gain",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FlatFrequencyResponseReverb.swift:25:23: warning: static property 'reverbDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |     /// Specification details for reverbDuration
25 |     public static let reverbDurationDef = NodeParameterDef(
   |                       `- warning: static property 'reverbDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
26 |         identifier: "reverbDuration",
27 |         name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FlatFrequencyResponseReverb.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
23 |
24 |     /// Specification details for reverbDuration
25 |     public static let reverbDurationDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'reverbDurationDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         identifier: "reverbDuration",
27 |         name: "Reverb duration",
[452/456] Compiling SoundpipeAudioKit PinkNoise.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:19:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:32:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Specification details for amplitude
32 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         identifier: "amplitude",
34 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:20:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:33:23: warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 |     /// Specification details for tonguePosition
 33 |     public static let tonguePositionDef = NodeParameterDef(
    |                       |- warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tonguePositionDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |         identifier: "tonguePosition",
 35 |         name: "Tongue position",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:46:23: warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 44 |
 45 |     /// Specification details for tongueDiameter
 46 |     public static let tongueDiameterDef = NodeParameterDef(
    |                       |- warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tongueDiameterDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 |         identifier: "tongueDiameter",
 48 |         name: "Tongue diameter",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:59:23: warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Specification details for tenseness
 59 |     public static let tensenessDef = NodeParameterDef(
    |                       |- warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tensenessDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |         identifier: "tenseness",
 61 |         name: "Vocal tenseness",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:72:23: warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |
 71 |     /// Specification details for nasality
 72 |     public static let nasalityDef = NodeParameterDef(
    |                       |- warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nasalityDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |         identifier: "nasality",
 74 |         name: "Nasality",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/PitchTap.swift:68:66: warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
66 |         let length = UInt(buffer.frameLength)
67 |         while trackers.count < channelCount {
68 |             trackers.append(akPitchTrackerCreate(UInt32(Settings.audioFormat.sampleRate), 4096, 20))
   |                                                                  `- warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 |         }
70 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Internals/Settings/Settings+macOS.swift:10:23: note: class property declared here
 8 | extension Settings {
 9 |     /// Global audio format AudioKit will default to for new objects and connections
10 |     public static var audioFormat = defaultAudioFormat
   |                       `- note: class property declared here
11 |
12 |     /// The hardware ioBufferDuration. Setting this will request the new value, getting
[453/456] Compiling SoundpipeAudioKit PluckedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:19:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:32:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Specification details for amplitude
32 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         identifier: "amplitude",
34 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:20:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:33:23: warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 |     /// Specification details for tonguePosition
 33 |     public static let tonguePositionDef = NodeParameterDef(
    |                       |- warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tonguePositionDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |         identifier: "tonguePosition",
 35 |         name: "Tongue position",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:46:23: warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 44 |
 45 |     /// Specification details for tongueDiameter
 46 |     public static let tongueDiameterDef = NodeParameterDef(
    |                       |- warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tongueDiameterDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 |         identifier: "tongueDiameter",
 48 |         name: "Tongue diameter",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:59:23: warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Specification details for tenseness
 59 |     public static let tensenessDef = NodeParameterDef(
    |                       |- warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tensenessDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |         identifier: "tenseness",
 61 |         name: "Vocal tenseness",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:72:23: warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |
 71 |     /// Specification details for nasality
 72 |     public static let nasalityDef = NodeParameterDef(
    |                       |- warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nasalityDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |         identifier: "nasality",
 74 |         name: "Nasality",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/PitchTap.swift:68:66: warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
66 |         let length = UInt(buffer.frameLength)
67 |         while trackers.count < channelCount {
68 |             trackers.append(akPitchTrackerCreate(UInt32(Settings.audioFormat.sampleRate), 4096, 20))
   |                                                                  `- warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 |         }
70 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Internals/Settings/Settings+macOS.swift:10:23: note: class property declared here
 8 | extension Settings {
 9 |     /// Global audio format AudioKit will default to for new objects and connections
10 |     public static var audioFormat = defaultAudioFormat
   |                       `- note: class property declared here
11 |
12 |     /// The hardware ioBufferDuration. Setting this will request the new value, getting
[454/456] Compiling SoundpipeAudioKit VocalTract.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:19:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:32:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Specification details for amplitude
32 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         identifier: "amplitude",
34 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:20:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:33:23: warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 |     /// Specification details for tonguePosition
 33 |     public static let tonguePositionDef = NodeParameterDef(
    |                       |- warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tonguePositionDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |         identifier: "tonguePosition",
 35 |         name: "Tongue position",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:46:23: warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 44 |
 45 |     /// Specification details for tongueDiameter
 46 |     public static let tongueDiameterDef = NodeParameterDef(
    |                       |- warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tongueDiameterDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 |         identifier: "tongueDiameter",
 48 |         name: "Tongue diameter",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:59:23: warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Specification details for tenseness
 59 |     public static let tensenessDef = NodeParameterDef(
    |                       |- warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tensenessDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |         identifier: "tenseness",
 61 |         name: "Vocal tenseness",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:72:23: warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |
 71 |     /// Specification details for nasality
 72 |     public static let nasalityDef = NodeParameterDef(
    |                       |- warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nasalityDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |         identifier: "nasality",
 74 |         name: "Nasality",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/PitchTap.swift:68:66: warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
66 |         let length = UInt(buffer.frameLength)
67 |         while trackers.count < channelCount {
68 |             trackers.append(akPitchTrackerCreate(UInt32(Settings.audioFormat.sampleRate), 4096, 20))
   |                                                                  `- warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 |         }
70 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Internals/Settings/Settings+macOS.swift:10:23: note: class property declared here
 8 | extension Settings {
 9 |     /// Global audio format AudioKit will default to for new objects and connections
10 |     public static var audioFormat = defaultAudioFormat
   |                       `- note: class property declared here
11 |
12 |     /// The hardware ioBufferDuration. Setting this will request the new value, getting
[455/456] Compiling SoundpipeAudioKit WhiteNoise.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:19:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:32:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Specification details for amplitude
32 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         identifier: "amplitude",
34 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:20:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:33:23: warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 |     /// Specification details for tonguePosition
 33 |     public static let tonguePositionDef = NodeParameterDef(
    |                       |- warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tonguePositionDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |         identifier: "tonguePosition",
 35 |         name: "Tongue position",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:46:23: warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 44 |
 45 |     /// Specification details for tongueDiameter
 46 |     public static let tongueDiameterDef = NodeParameterDef(
    |                       |- warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tongueDiameterDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 |         identifier: "tongueDiameter",
 48 |         name: "Tongue diameter",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:59:23: warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Specification details for tenseness
 59 |     public static let tensenessDef = NodeParameterDef(
    |                       |- warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tensenessDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |         identifier: "tenseness",
 61 |         name: "Vocal tenseness",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:72:23: warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |
 71 |     /// Specification details for nasality
 72 |     public static let nasalityDef = NodeParameterDef(
    |                       |- warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nasalityDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |         identifier: "nasality",
 74 |         name: "Nasality",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/PitchTap.swift:68:66: warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
66 |         let length = UInt(buffer.frameLength)
67 |         while trackers.count < channelCount {
68 |             trackers.append(akPitchTrackerCreate(UInt32(Settings.audioFormat.sampleRate), 4096, 20))
   |                                                                  `- warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 |         }
70 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Internals/Settings/Settings+macOS.swift:10:23: note: class property declared here
 8 | extension Settings {
 9 |     /// Global audio format AudioKit will default to for new objects and connections
10 |     public static var audioFormat = defaultAudioFormat
   |                       `- note: class property declared here
11 |
12 |     /// The hardware ioBufferDuration. Setting this will request the new value, getting
[456/456] Compiling SoundpipeAudioKit PitchTap.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PinkNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:19:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
17 |
18 |     /// Specification details for frequency
19 |     public static let frequencyDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         identifier: "frequency",
21 |         name: "Variable frequency. Values less than the initial frequency are doubled until greater than that.",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/PluckedString.swift:32:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Specification details for amplitude
32 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |         identifier: "amplitude",
34 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:20:23: warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       `- warning: static property 'frequencyDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
  3 |
  4 | import AudioKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
  5 | import AudioKitEX
  6 | import AVFoundation
    :
 18 |
 19 |     /// Specification details for frequency
 20 |     public static let frequencyDef = NodeParameterDef(
    |                       |- note: add '@MainActor' to make static property 'frequencyDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         identifier: "frequency",
 22 |         name: "Glottal frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:33:23: warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 |     /// Specification details for tonguePosition
 33 |     public static let tonguePositionDef = NodeParameterDef(
    |                       |- warning: static property 'tonguePositionDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tonguePositionDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |         identifier: "tonguePosition",
 35 |         name: "Tongue position",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:46:23: warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 44 |
 45 |     /// Specification details for tongueDiameter
 46 |     public static let tongueDiameterDef = NodeParameterDef(
    |                       |- warning: static property 'tongueDiameterDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tongueDiameterDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 |         identifier: "tongueDiameter",
 48 |         name: "Tongue diameter",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:59:23: warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Specification details for tenseness
 59 |     public static let tensenessDef = NodeParameterDef(
    |                       |- warning: static property 'tensenessDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tensenessDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |         identifier: "tenseness",
 61 |         name: "Vocal tenseness",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/VocalTract.swift:72:23: warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
 70 |
 71 |     /// Specification details for nasality
 72 |     public static let nasalityDef = NodeParameterDef(
    |                       |- warning: static property 'nasalityDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'nasalityDef' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |         identifier: "nasality",
 74 |         name: "Nasality",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:15:23: warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       `- warning: static property 'amplitudeDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Nodes/NodeParameter.swift:6:15: note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  4 |
  5 | /// Definition or specification of a node parameter
  6 | public struct NodeParameterDef {
    |               `- note: struct 'NodeParameterDef' does not conform to the 'Sendable' protocol
  7 |     /// Unique ID
  8 |     public var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Generators/WhiteNoise.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 2 | // This file was auto-autogenerated by scripts and templates at http://github.com/AudioKit/AudioKitDevTools/
 3 |
 4 | import AudioKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AudioKit'
 5 | import AudioKitEX
 6 | import AVFoundation
   :
13 |
14 |     /// Specification details for amplitude
15 |     public static let amplitudeDef = NodeParameterDef(
   |                       |- note: add '@MainActor' to make static property 'amplitudeDef' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         identifier: "amplitude",
17 |         name: "Amplitude",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/PitchTap.swift:68:66: warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
66 |         let length = UInt(buffer.frameLength)
67 |         while trackers.count < channelCount {
68 |             trackers.append(akPitchTrackerCreate(UInt32(Settings.audioFormat.sampleRate), 4096, 20))
   |                                                                  `- warning: reference to class property 'audioFormat' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 |         }
70 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AudioKit/Sources/AudioKit/Internals/Settings/Settings+macOS.swift:10:23: note: class property declared here
 8 | extension Settings {
 9 |     /// Global audio format AudioKit will default to for new objects and connections
10 |     public static var audioFormat = defaultAudioFormat
   |                       `- note: class property declared here
11 |
12 |     /// The hardware ioBufferDuration. Setting this will request the new value, getting
Build complete! (30.59s)
warning: 'tonic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Chord.swift.orig
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
    {
      "identity" : "kissfft",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/KissFFT"
    },
    {
      "identity" : "audiokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/AudioKit"
    },
    {
      "identity" : "audiokitex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.5.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/AudioKitEX"
    },
    {
      "identity" : "tonic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/Tonic"
    }
  ],
  "manifest_display_name" : "SoundpipeAudioKit",
  "name" : "SoundpipeAudioKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SoundpipeAudioKit",
      "targets" : [
        "SoundpipeAudioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoundpipeAudioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SoundpipeAudioKitTests",
      "path" : "Tests/SoundpipeAudioKitTests",
      "product_dependencies" : [
        "Tonic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SoundpipeAudioKitTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AmplitudeEnvelopeTests.swift",
        "BalancerTests.swift",
        "Effects Tests/ConvolutionTests.swift",
        "Effects Tests/DiodeLadderFilterTests.swift",
        "Effects Tests/EnsembleTests.swift",
        "Effects Tests/FlatFrequencyResponseReverbTests.swift",
        "Effects Tests/PitchCorrectTests.swift",
        "Effects Tests/PitchShifterTests.swift",
        "Effects Tests/TalkboxTests.swift",
        "Effects Tests/VibratoTests.swift",
        "Effects Tests/VocoderTests.swift",
        "Effects Tests/ZitaReverbTests.swift",
        "Generator Tests/DynamicOscillatorTests.swift",
        "Generator Tests/MetalBarTests.swift",
        "Generator Tests/PhaseLockedVocoderTests.swift",
        "Generator Tests/PluckedStringTests.swift",
        "GenericNodeTests.swift",
        "OscillatorAutomationTests.swift",
        "PitchTapTests.swift",
        "RenderTests.swift",
        "ValidatedMD5s.swift"
      ],
      "target_dependencies" : [
        "SoundpipeAudioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SoundpipeAudioKit",
      "module_type" : "SwiftTarget",
      "name" : "SoundpipeAudioKit",
      "path" : "Sources/SoundpipeAudioKit",
      "product_dependencies" : [
        "AudioKit",
        "AudioKitEX",
        "Tonic"
      ],
      "product_memberships" : [
        "SoundpipeAudioKit"
      ],
      "sources" : [
        "Effects/AmplitudeEnvelope.swift",
        "Effects/AutoPanner.swift",
        "Effects/AutoWah.swift",
        "Effects/Balancer.swift",
        "Effects/BandPassButterworthFilter.swift",
        "Effects/BandRejectButterworthFilter.swift",
        "Effects/BitCrusher.swift",
        "Effects/ChowningReverb.swift",
        "Effects/Clipper.swift",
        "Effects/CombFilterReverb.swift",
        "Effects/Convolution.swift",
        "Effects/CostelloReverb.swift",
        "Effects/DCBlock.swift",
        "Effects/DiodeLadderFilter.swift",
        "Effects/DynamicRangeCompressor.swift",
        "Effects/Ensemble.swift",
        "Effects/EqualizerFilter.swift",
        "Effects/FlatFrequencyResponseReverb.swift",
        "Effects/FormantFilter.swift",
        "Effects/HighPassButterworthFilter.swift",
        "Effects/HighShelfParametricEqualizerFilter.swift",
        "Effects/KorgLowPassFilter.swift",
        "Effects/LowPassButterworthFilter.swift",
        "Effects/LowShelfParametricEqualizerFilter.swift",
        "Effects/ModalResonanceFilter.swift",
        "Effects/MoogLadder.swift",
        "Effects/Panner.swift",
        "Effects/PeakingParametricEqualizerFilter.swift",
        "Effects/Phaser.swift",
        "Effects/PitchCorrect.swift",
        "Effects/PitchShifter.swift",
        "Effects/ResonantFilter.swift",
        "Effects/RolandTB303Filter.swift",
        "Effects/StringResonator.swift",
        "Effects/Talkbox.swift",
        "Effects/TanhDistortion.swift",
        "Effects/ThreePoleLowpassFilter.swift",
        "Effects/ToneComplementFilter.swift",
        "Effects/ToneFilter.swift",
        "Effects/Tremolo.swift",
        "Effects/VariableDelay.swift",
        "Effects/Vibrato.swift",
        "Effects/Vocoder.swift",
        "Effects/ZitaReverb.swift",
        "Generators/BrownianNoise.swift",
        "Generators/DynamicOscillator.swift",
        "Generators/FMOscillator.swift",
        "Generators/MetalBar.swift",
        "Generators/MorphingOscillator.swift",
        "Generators/Oscillator.swift",
        "Generators/PWMOscillator.swift",
        "Generators/PhaseDistortionOscillator.swift",
        "Generators/PhaseLockedVocoder.swift",
        "Generators/PinkNoise.swift",
        "Generators/PluckedString.swift",
        "Generators/VocalTract.swift",
        "Generators/WhiteNoise.swift",
        "PitchTap.swift"
      ],
      "target_dependencies" : [
        "CSoundpipeAudioKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Soundpipe",
      "module_type" : "ClangTarget",
      "name" : "Soundpipe",
      "path" : "Sources/Soundpipe",
      "product_dependencies" : [
        "KissFFT"
      ],
      "product_memberships" : [
        "SoundpipeAudioKit"
      ],
      "sources" : [
        "external/growl.c",
        "external/vocwrapper.c",
        "lib/fft/fft.c",
        "lib/inih/ini.c",
        "modules/Custom Soundpipe Modules/Yin.c",
        "modules/Custom Soundpipe Modules/arp.c",
        "modules/Custom Soundpipe Modules/circular_buffer.c",
        "modules/Custom Soundpipe Modules/equalizer.c",
        "modules/Custom Soundpipe Modules/harmonizer.c",
        "modules/Custom Soundpipe Modules/pitchcalculate.c",
        "modules/Custom Soundpipe Modules/pitchcorrect.c",
        "modules/Custom Soundpipe Modules/pitchshift.c",
        "modules/Custom Soundpipe Modules/pitchshift2.c",
        "modules/Custom Soundpipe Modules/voix_vocoder.c",
        "modules/adsr.c",
        "modules/allpass.c",
        "modules/atone.c",
        "modules/autowah.c",
        "modules/bal.c",
        "modules/bar.c",
        "modules/base.c",
        "modules/biquad.c",
        "modules/biscale.c",
        "modules/bitcrush.c",
        "modules/blsaw.c",
        "modules/blsquare.c",
        "modules/bltriangle.c",
        "modules/brown.c",
        "modules/butbp.c",
        "modules/butbr.c",
        "modules/buthp.c",
        "modules/butlp.c",
        "modules/clamp.c",
        "modules/clip.c",
        "modules/clock.c",
        "modules/comb.c",
        "modules/compressor.c",
        "modules/conv.c",
        "modules/count.c",
        "modules/crossfade.c",
        "modules/dcblock.c",
        "modules/delay.c",
        "modules/diode.c",
        "modules/dist.c",
        "modules/dmetro.c",
        "modules/dtrig.c",
        "modules/dust.c",
        "modules/dynamicosc.c",
        "modules/eqfil.c",
        "modules/expon.c",
        "modules/fftwrapper.c",
        "modules/fof.c",
        "modules/fofilt.c",
        "modules/fog.c",
        "modules/fold.c",
        "modules/foo.c",
        "modules/fosc.c",
        "modules/ftbl.c",
        "modules/gbuzz.c",
        "modules/hilbert.c",
        "modules/in.c",
        "modules/incr.c",
        "modules/jcrev.c",
        "modules/jitter.c",
        "modules/line.c",
        "modules/lpf18.c",
        "modules/maygate.c",
        "modules/metro.c",
        "modules/mincer.c",
        "modules/mode.c",
        "modules/moogladder.c",
        "modules/noise.c",
        "modules/nsmp.c",
        "modules/osc.c",
        "modules/oscmorph.c",
        "modules/oscmorph2d.c",
        "modules/padsynth.c",
        "modules/pan2.c",
        "modules/panst.c",
        "modules/pareq.c",
        "modules/paulstretch.c",
        "modules/pdhalf.c",
        "modules/peaklim.c",
        "modules/phaser.c",
        "modules/phasor.c",
        "modules/pinknoise.c",
        "modules/pitchamdf.c",
        "modules/pluck.c",
        "modules/port.c",
        "modules/posc3.c",
        "modules/progress.c",
        "modules/prop.c",
        "modules/pshift.c",
        "modules/ptrack.c",
        "modules/randh.c",
        "modules/randi.c",
        "modules/randmt.c",
        "modules/random.c",
        "modules/reson.c",
        "modules/reverse.c",
        "modules/revsc.c",
        "modules/rms.c",
        "modules/rpt.c",
        "modules/rspline.c",
        "modules/samphold.c",
        "modules/saturator.c",
        "modules/scale.c",
        "modules/scrambler.c",
        "modules/sdelay.c",
        "modules/slice.c",
        "modules/smoothdelay.c",
        "modules/sndwarp.c",
        "modules/streson.c",
        "modules/switch.c",
        "modules/tabread.c",
        "modules/tadsr.c",
        "modules/talkbox.c",
        "modules/tblrec.c",
        "modules/tbvcf.c",
        "modules/tdiv.c",
        "modules/tenv.c",
        "modules/tenv2.c",
        "modules/tenvx.c",
        "modules/tevent.c",
        "modules/tgate.c",
        "modules/thresh.c",
        "modules/timer.c",
        "modules/tin.c",
        "modules/tone.c",
        "modules/trand.c",
        "modules/tseg.c",
        "modules/tseq.c",
        "modules/vdelay.c",
        "modules/voc.c",
        "modules/vocoder.c",
        "modules/waveset.c",
        "modules/wpkorg35.c",
        "modules/zitarev.c",
        "test/md5.c",
        "test/test.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSoundpipeAudioKitTests",
      "module_type" : "ClangTarget",
      "name" : "CSoundpipeAudioKitTests",
      "path" : "Tests/CSoundpipeAudioKitTests",
      "sources" : [
        "PitchTrackerTests.mm"
      ],
      "target_dependencies" : [
        "CSoundpipeAudioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CSoundpipeAudioKit",
      "module_type" : "ClangTarget",
      "name" : "CSoundpipeAudioKit",
      "path" : "Sources/CSoundpipeAudioKit",
      "product_dependencies" : [
        "AudioKit",
        "AudioKitEX"
      ],
      "product_memberships" : [
        "SoundpipeAudioKit"
      ],
      "sources" : [
        "Effects/AmplitudeEnvelopeDSP.mm",
        "Effects/AutoPannerDSP.mm",
        "Effects/AutoWahDSP.mm",
        "Effects/BalancerDSP.mm",
        "Effects/BandPassButterworthFilterDSP.mm",
        "Effects/BandRejectButterworthFilterDSP.mm",
        "Effects/BitCrusherDSP.mm",
        "Effects/ChowningReverbDSP.mm",
        "Effects/ClipperDSP.mm",
        "Effects/CombFilterReverbDSP.mm",
        "Effects/ConvolutionDSP.mm",
        "Effects/CostelloReverbDSP.mm",
        "Effects/DCBlockDSP.mm",
        "Effects/DiodeLadderFilterDSP.mm",
        "Effects/DynamicRangeCompressorDSP.mm",
        "Effects/EnsembleDSP.mm",
        "Effects/EqualizerFilterDSP.mm",
        "Effects/FlatFrequencyResponseReverbDSP.mm",
        "Effects/FormantFilterDSP.mm",
        "Effects/HighPassButterworthFilterDSP.mm",
        "Effects/HighShelfParametricEqualizerFilterDSP.mm",
        "Effects/KorgLowPassFilterDSP.mm",
        "Effects/LowPassButterworthFilterDSP.mm",
        "Effects/LowShelfParametricEqualizerFilterDSP.mm",
        "Effects/ModalResonanceFilterDSP.mm",
        "Effects/MoogLadderDSP.mm",
        "Effects/PannerDSP.mm",
        "Effects/PeakingParametricEqualizerFilterDSP.mm",
        "Effects/PhaserDSP.mm",
        "Effects/PitchCorrectDSP.mm",
        "Effects/PitchShifterDSP.mm",
        "Effects/ResonantFilterDSP.mm",
        "Effects/RolandTB303FilterDSP.mm",
        "Effects/StringResonatorDSP.mm",
        "Effects/TalkboxDSP.mm",
        "Effects/TanhDistortionDSP.mm",
        "Effects/ThreePoleLowpassFilterDSP.mm",
        "Effects/ToneComplementFilterDSP.mm",
        "Effects/ToneFilterDSP.mm",
        "Effects/TremoloDSP.mm",
        "Effects/VariableDelayDSP.mm",
        "Effects/VibratoDSP.mm",
        "Effects/VocoderDSP.mm",
        "Effects/ZitaReverbDSP.mm",
        "Generators/BrownianNoiseDSP.mm",
        "Generators/DynamicOscillatorDSP.mm",
        "Generators/FMOscillatorDSP.mm",
        "Generators/MetalBarDSP.mm",
        "Generators/MorphingOscillatorDSP.mm",
        "Generators/OscillatorDSP.mm",
        "Generators/PWMOscillatorDSP.mm",
        "Generators/PhaseDistortionOscillatorDSP.mm",
        "Generators/PhaseLockedVocoderDSP.mm",
        "Generators/PinkNoiseDSP.mm",
        "Generators/PluckedStringDSP.mm",
        "Generators/VocalTractDSP.mm",
        "Generators/WhiteNoiseDSP.mm",
        "PitchTracker.mm",
        "SoundpipeDSPBase.mm"
      ],
      "target_dependencies" : [
        "Soundpipe"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.