This post is from the WWDC26 File Systems Q&A.
What does volumeSupportsPersistentIDsKey represent and guarantee on macOS?
Is it specifically about persistent filesystem object IDs such as fileIdentifierKey / inode / systemFileNumber, or can it refer to other kinds of persistent IDs?
For which common volume/filesystem cases would this property be false, and what should I fall back to as file identity in those cases?
Thanks!