Build Information
Successful build of SoundpipeAudioKit, reference 5.6.1 (ee7d95
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 13:31:51 UTC.
Swift 6 data race errors: 144
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
/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/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",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FormantFilter.swift:24: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
22 |
23 | /// Specification details for centerFrequency
24 | 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
25 | identifier: "centerFrequency",
26 | 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/FormantFilter.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
:
22 |
23 | /// Specification details for centerFrequency
24 | 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
25 | identifier: "centerFrequency",
26 | name: "Center Frequency",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/FormantFilter.swift:37: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
35 |
36 | /// Specification details for attackDuration
37 | 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
38 | identifier: "attackDuration",
39 | 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/FormantFilter.swift:50:23: warning: static property 'decayDurationDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Specification details for decayDuration
50 | public static let decayDurationDef = NodeParameterDef(
| |- warning: static property 'decayDurationDef' 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 'decayDurationDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "decayDuration",
52 | name: "Decay 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
[401/411] Compiling SoundpipeAudioKit BitCrusher.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:22:23: warning: static property 'bitDepthDef' 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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| `- warning: static property 'bitDepthDef' 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: "bitDepth",
24 | name: "Bit Depth",
/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/BitCrusher.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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'bitDepthDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "bitDepth",
24 | name: "Bit Depth",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:35:23: warning: static property 'sampleRateDef' 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 sampleRate
35 | public static let sampleRateDef = NodeParameterDef(
| |- warning: static property 'sampleRateDef' 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 'sampleRateDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | identifier: "sampleRate",
37 | name: "Sample Rate",
/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/ChowningReverb.swift:30:23: warning: static property 'balanceDef' 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 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| `- warning: static property 'balanceDef' 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 | identifier: "balance",
32 | name: "Balance",
/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/ChowningReverb.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
:
28 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | identifier: "balance",
32 | name: "Balance",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Clipper.swift:22:23: warning: static property 'limitDef' 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 limit
22 | public static let limitDef = NodeParameterDef(
| `- warning: static property 'limitDef' 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: "limit",
24 | 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/Clipper.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 limit
22 | public static let limitDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'limitDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "limit",
24 | name: "Threshold",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CombFilterReverb.swift:27: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
25 |
26 | /// Specification details for reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | 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/CombFilterReverb.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 reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:24:23: warning: static property 'feedbackDef' 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 details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| `- warning: static property 'feedbackDef' 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: "feedback",
26 | name: "Feedback",
/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/CostelloReverb.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
:
22 |
23 | /// Specification details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'feedbackDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | identifier: "feedback",
26 | name: "Feedback",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:37: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
35 |
36 | /// Specification details for cutoffFrequency
37 | 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
| |- 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
38 | identifier: "cutoffFrequency",
39 | 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/CostelloReverb.swift:50:23: warning: static property 'balanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Dry/wet mix.
50 | public static let balanceDef = NodeParameterDef(
| |- warning: static property 'balanceDef' 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 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "balance",
52 | name: "Balance",
/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
[402/411] Compiling SoundpipeAudioKit ChowningReverb.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:22:23: warning: static property 'bitDepthDef' 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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| `- warning: static property 'bitDepthDef' 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: "bitDepth",
24 | name: "Bit Depth",
/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/BitCrusher.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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'bitDepthDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "bitDepth",
24 | name: "Bit Depth",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:35:23: warning: static property 'sampleRateDef' 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 sampleRate
35 | public static let sampleRateDef = NodeParameterDef(
| |- warning: static property 'sampleRateDef' 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 'sampleRateDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | identifier: "sampleRate",
37 | name: "Sample Rate",
/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/ChowningReverb.swift:30:23: warning: static property 'balanceDef' 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 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| `- warning: static property 'balanceDef' 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 | identifier: "balance",
32 | name: "Balance",
/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/ChowningReverb.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
:
28 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | identifier: "balance",
32 | name: "Balance",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Clipper.swift:22:23: warning: static property 'limitDef' 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 limit
22 | public static let limitDef = NodeParameterDef(
| `- warning: static property 'limitDef' 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: "limit",
24 | 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/Clipper.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 limit
22 | public static let limitDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'limitDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "limit",
24 | name: "Threshold",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CombFilterReverb.swift:27: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
25 |
26 | /// Specification details for reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | 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/CombFilterReverb.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 reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:24:23: warning: static property 'feedbackDef' 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 details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| `- warning: static property 'feedbackDef' 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: "feedback",
26 | name: "Feedback",
/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/CostelloReverb.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
:
22 |
23 | /// Specification details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'feedbackDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | identifier: "feedback",
26 | name: "Feedback",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:37: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
35 |
36 | /// Specification details for cutoffFrequency
37 | 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
| |- 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
38 | identifier: "cutoffFrequency",
39 | 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/CostelloReverb.swift:50:23: warning: static property 'balanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Dry/wet mix.
50 | public static let balanceDef = NodeParameterDef(
| |- warning: static property 'balanceDef' 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 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "balance",
52 | name: "Balance",
/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
[403/411] Compiling SoundpipeAudioKit Clipper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:22:23: warning: static property 'bitDepthDef' 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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| `- warning: static property 'bitDepthDef' 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: "bitDepth",
24 | name: "Bit Depth",
/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/BitCrusher.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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'bitDepthDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "bitDepth",
24 | name: "Bit Depth",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:35:23: warning: static property 'sampleRateDef' 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 sampleRate
35 | public static let sampleRateDef = NodeParameterDef(
| |- warning: static property 'sampleRateDef' 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 'sampleRateDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | identifier: "sampleRate",
37 | name: "Sample Rate",
/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/ChowningReverb.swift:30:23: warning: static property 'balanceDef' 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 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| `- warning: static property 'balanceDef' 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 | identifier: "balance",
32 | name: "Balance",
/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/ChowningReverb.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
:
28 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | identifier: "balance",
32 | name: "Balance",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Clipper.swift:22:23: warning: static property 'limitDef' 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 limit
22 | public static let limitDef = NodeParameterDef(
| `- warning: static property 'limitDef' 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: "limit",
24 | 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/Clipper.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 limit
22 | public static let limitDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'limitDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "limit",
24 | name: "Threshold",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CombFilterReverb.swift:27: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
25 |
26 | /// Specification details for reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | 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/CombFilterReverb.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 reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:24:23: warning: static property 'feedbackDef' 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 details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| `- warning: static property 'feedbackDef' 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: "feedback",
26 | name: "Feedback",
/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/CostelloReverb.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
:
22 |
23 | /// Specification details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'feedbackDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | identifier: "feedback",
26 | name: "Feedback",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:37: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
35 |
36 | /// Specification details for cutoffFrequency
37 | 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
| |- 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
38 | identifier: "cutoffFrequency",
39 | 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/CostelloReverb.swift:50:23: warning: static property 'balanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Dry/wet mix.
50 | public static let balanceDef = NodeParameterDef(
| |- warning: static property 'balanceDef' 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 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "balance",
52 | name: "Balance",
/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
[404/411] Compiling SoundpipeAudioKit CombFilterReverb.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:22:23: warning: static property 'bitDepthDef' 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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| `- warning: static property 'bitDepthDef' 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: "bitDepth",
24 | name: "Bit Depth",
/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/BitCrusher.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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'bitDepthDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "bitDepth",
24 | name: "Bit Depth",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:35:23: warning: static property 'sampleRateDef' 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 sampleRate
35 | public static let sampleRateDef = NodeParameterDef(
| |- warning: static property 'sampleRateDef' 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 'sampleRateDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | identifier: "sampleRate",
37 | name: "Sample Rate",
/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/ChowningReverb.swift:30:23: warning: static property 'balanceDef' 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 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| `- warning: static property 'balanceDef' 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 | identifier: "balance",
32 | name: "Balance",
/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/ChowningReverb.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
:
28 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | identifier: "balance",
32 | name: "Balance",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Clipper.swift:22:23: warning: static property 'limitDef' 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 limit
22 | public static let limitDef = NodeParameterDef(
| `- warning: static property 'limitDef' 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: "limit",
24 | 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/Clipper.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 limit
22 | public static let limitDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'limitDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "limit",
24 | name: "Threshold",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CombFilterReverb.swift:27: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
25 |
26 | /// Specification details for reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | 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/CombFilterReverb.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 reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:24:23: warning: static property 'feedbackDef' 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 details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| `- warning: static property 'feedbackDef' 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: "feedback",
26 | name: "Feedback",
/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/CostelloReverb.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
:
22 |
23 | /// Specification details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'feedbackDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | identifier: "feedback",
26 | name: "Feedback",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:37: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
35 |
36 | /// Specification details for cutoffFrequency
37 | 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
| |- 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
38 | identifier: "cutoffFrequency",
39 | 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/CostelloReverb.swift:50:23: warning: static property 'balanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Dry/wet mix.
50 | public static let balanceDef = NodeParameterDef(
| |- warning: static property 'balanceDef' 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 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "balance",
52 | name: "Balance",
/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
[405/411] Compiling SoundpipeAudioKit Convolution.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:22:23: warning: static property 'bitDepthDef' 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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| `- warning: static property 'bitDepthDef' 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: "bitDepth",
24 | name: "Bit Depth",
/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/BitCrusher.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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'bitDepthDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "bitDepth",
24 | name: "Bit Depth",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:35:23: warning: static property 'sampleRateDef' 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 sampleRate
35 | public static let sampleRateDef = NodeParameterDef(
| |- warning: static property 'sampleRateDef' 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 'sampleRateDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | identifier: "sampleRate",
37 | name: "Sample Rate",
/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/ChowningReverb.swift:30:23: warning: static property 'balanceDef' 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 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| `- warning: static property 'balanceDef' 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 | identifier: "balance",
32 | name: "Balance",
/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/ChowningReverb.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
:
28 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | identifier: "balance",
32 | name: "Balance",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Clipper.swift:22:23: warning: static property 'limitDef' 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 limit
22 | public static let limitDef = NodeParameterDef(
| `- warning: static property 'limitDef' 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: "limit",
24 | 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/Clipper.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 limit
22 | public static let limitDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'limitDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "limit",
24 | name: "Threshold",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CombFilterReverb.swift:27: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
25 |
26 | /// Specification details for reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | 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/CombFilterReverb.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 reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:24:23: warning: static property 'feedbackDef' 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 details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| `- warning: static property 'feedbackDef' 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: "feedback",
26 | name: "Feedback",
/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/CostelloReverb.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
:
22 |
23 | /// Specification details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'feedbackDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | identifier: "feedback",
26 | name: "Feedback",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:37: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
35 |
36 | /// Specification details for cutoffFrequency
37 | 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
| |- 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
38 | identifier: "cutoffFrequency",
39 | 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/CostelloReverb.swift:50:23: warning: static property 'balanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Dry/wet mix.
50 | public static let balanceDef = NodeParameterDef(
| |- warning: static property 'balanceDef' 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 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "balance",
52 | name: "Balance",
/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
[406/411] Compiling SoundpipeAudioKit CostelloReverb.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:22:23: warning: static property 'bitDepthDef' 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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| `- warning: static property 'bitDepthDef' 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: "bitDepth",
24 | name: "Bit Depth",
/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/BitCrusher.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 bitDepth
22 | public static let bitDepthDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'bitDepthDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "bitDepth",
24 | name: "Bit Depth",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/BitCrusher.swift:35:23: warning: static property 'sampleRateDef' 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 sampleRate
35 | public static let sampleRateDef = NodeParameterDef(
| |- warning: static property 'sampleRateDef' 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 'sampleRateDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | identifier: "sampleRate",
37 | name: "Sample Rate",
/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/ChowningReverb.swift:30:23: warning: static property 'balanceDef' 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 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| `- warning: static property 'balanceDef' 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 | identifier: "balance",
32 | name: "Balance",
/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/ChowningReverb.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
:
28 |
29 | /// Dry/wet mix.
30 | public static let balanceDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | identifier: "balance",
32 | name: "Balance",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/Clipper.swift:22:23: warning: static property 'limitDef' 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 limit
22 | public static let limitDef = NodeParameterDef(
| `- warning: static property 'limitDef' 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: "limit",
24 | 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/Clipper.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 limit
22 | public static let limitDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'limitDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | identifier: "limit",
24 | name: "Threshold",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CombFilterReverb.swift:27: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
25 |
26 | /// Specification details for reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | 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/CombFilterReverb.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 reverbDuration
27 | 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
28 | identifier: "reverbDuration",
29 | name: "Reverb duration",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:24:23: warning: static property 'feedbackDef' 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 details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| `- warning: static property 'feedbackDef' 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: "feedback",
26 | name: "Feedback",
/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/CostelloReverb.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
:
22 |
23 | /// Specification details for feedback
24 | public static let feedbackDef = NodeParameterDef(
| |- note: add '@MainActor' to make static property 'feedbackDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | identifier: "feedback",
26 | name: "Feedback",
/Users/admin/builder/spi-builder-workspace/Sources/SoundpipeAudioKit/Effects/CostelloReverb.swift:37: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
35 |
36 | /// Specification details for cutoffFrequency
37 | 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
| |- 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
38 | identifier: "cutoffFrequency",
39 | 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/CostelloReverb.swift:50:23: warning: static property 'balanceDef' is not concurrency-safe because non-'Sendable' type 'NodeParameterDef' may have shared mutable state; this is an error in the Swift 6 language mode
48 |
49 | /// Dry/wet mix.
50 | public static let balanceDef = NodeParameterDef(
| |- warning: static property 'balanceDef' 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 'balanceDef' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | identifier: "balance",
52 | name: "Balance",
/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
[407/411] 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
[408/411] 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
[409/411] 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
[410/411] 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
[411/411] 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! (28.99s)
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"
}
],
"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",
"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/FlatFrequencyResponseReverbTests.swift",
"Effects Tests/PitchShifterTests.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"
],
"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/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/PitchShifter.swift",
"Effects/ResonantFilter.swift",
"Effects/RolandTB303Filter.swift",
"Effects/StringResonator.swift",
"Effects/TanhDistortion.swift",
"Effects/ThreePoleLowpassFilter.swift",
"Effects/ToneComplementFilter.swift",
"Effects/ToneFilter.swift",
"Effects/Tremolo.swift",
"Effects/VariableDelay.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/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/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/PitchShifterDSP.mm",
"Effects/ResonantFilterDSP.mm",
"Effects/RolandTB303FilterDSP.mm",
"Effects/StringResonatorDSP.mm",
"Effects/TanhDistortionDSP.mm",
"Effects/ThreePoleLowpassFilterDSP.mm",
"Effects/ToneComplementFilterDSP.mm",
"Effects/ToneFilterDSP.mm",
"Effects/TremoloDSP.mm",
"Effects/VariableDelayDSP.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.