FileWatcher
                                
                                 FileWatcher copied to clipboard
                                
                                    FileWatcher copied to clipboard
                            
                            
                            
                        FSEventStreamSetDispatchQueue was deprecated
Hello, when targeting macOS 13, compiler shows warning "FSEventStreamSetDispatchQueue was deprecated" in FileWatcher.swift line 43.
Thanks and with best regards Petr Pavlicek
@littlepaul476 Does it say what replaced it? Can you copy paste the warning message?
whole warning message:
'FSEventStreamScheduleWithRunLoop' was deprecated in macOS 13.0: Use FSEventStreamSetDispatchQueue instead.
and no auto fix provided
Yepp Seems like we have to deprecate the support then. And lazy load  public var queue: DispatchQueue? with DispatchQueue.global()
If you want to do the honours and make a pull request. I can merge it etc.