I made a custom iOS Swift framework with some simple form validation methods and some tests. I open-sourced it to Github.
What if another developer uses my framework for their app but changes the method names? Could that potentially crash my app? I mean, one framework is shared between multiple apps, right?