jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
230 stars 279 forks source link

VideoCompressPlugin.swift warning #276

Open stephane-archer opened 2 months ago

stephane-archer commented 2 months ago
/Users/fractale/.pub-cache/hosted/pub.dev/video_compress-3.1.3/macos/Classes/VideoCompressPlugin.swift:229:17: warning: capture of 'timer' with non-sendable type 'Timer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                timer.invalidate()
                ^
open class Timer : NSObject {
           ^
Alvish0407 commented 1 month ago

same issue