Ios swift – Creating a struct similar to AnyHashable
I've just updated to Xcode 16 and my project is littered with warnings due to the change to mark AnyHashable as not-sendable. I was relying on AnyHashable throughout my app, creating a ViewModel layer that returned a datasource of type…