Can I use a PersistentIdentifier hashValue for UserNotifications identifier?
In a SwiftUI project using SwiftData, local notifications typically use a UUID as the notification identifier. But, since I’m using SwiftData and want to avoid having multiple unique identifiers in my model, can I stringify the hashValue of the PersistentIdentifier and use that instead?