Hi all!
I'm very excited about the new @Invalidating
property wrapper introduced in the "What's new in AppKit" session. However, after installing Xcode 13 and using it in my code, I get a compiler error saying "Unknown attribute 'Invalidating'"
Also, I can't find anything in the documentation about the property wrapper in question or the NSViewInvalidating
protocol it relies on.
Is it available yet, or is it restricted to macOS 12 only?
Thank you!