kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, SwiftUI, support subtitles.
https://apps.apple.com/app/tracyplayer/id6450770064
GNU General Public License v3.0
980 stars 197 forks source link

Compilation warning in AudioEnginePlayer.swift #788

Open nightfall708 opened 4 months ago

nightfall708 commented 4 months ago

Can we get rid of this warning?

Capture of 'self' with non-sendable type 'AudioEnginePlayer?' in a@Sendableclosure

in self?.play()

Thanks!