Why is it so damn difficult to create a binary framework for your Swift Package
Swift Package Manager (SPM) allows you to
Share source code (open-source)
Distribute binaries to protect your intellectual property (closed source)
Unfortunately, SPM does not help you to create a precompiled binary version of your package produc...
blog.eidinger.info3 min read
Alexey Bukhtin
Hi Marco! Thanks for the article! Another way to generate xcframeworks is to back to use Carthage. Yes, actually it goes back in popularity only for that purpose of combining Carthage for generating binaries for SPM.