mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
8 lines
173 B
Swift
8 lines
173 B
Swift
import AVFoundation
|
|
|
|
#if hasAttribute(retroactive)
|
|
extension AVAudioBuffer: @retroactive @unchecked Sendable {}
|
|
#else
|
|
extension AVAudioBuffer: @unchecked Sendable {}
|
|
#endif
|