I'd like to create a Swift framework that others can import into their project and use, but I don't want to distribute the source code. I'd like to be able to distribute a binary and allow others to import the module and use the functions. Is this possible?
Note: I'm coming from .NET where you can build an entire project into a single .dll file and allow others to simply reference it.
Any help or advice would be greatly appreciated!