After importing the project and getting it setup, I tested deleting files from a directory. The notifications fire properly but they state that the file was renamed instead of removed. Additionally, adding a file will say that it was modified instead of created.
I tried this on an iCloud and a non-iCloud Drive folder.
This is the output of printing from extension FileWatcherEvent
Swift.print(self.removed)
Swift.print(self.renamed)
Swift.print(result.description)
false
true
The file /Users/nick/Downloads/IMG_1739.jpeg was renamed
Any ideas? Love the library btw, thank you!