Migrating to SPM from mix of embedded frameworks and static libraries

That’s fine. I can tell when someone is smarter than me.

To clarify for my own sake then, you’re only saying there will be no problems at runtime. You still get errors at some point during the build, right? (When trying to import? It’s been a while since I actually got the error myself, so I don’t remember for sure how far through the build and launch it occurs.)

I ask because dealing with the duplicate symbol error is a recurring question on the forums. I have usually recommended importing the whole package tree into a single framework that @exported imports everything. From there you can safely depend on the framework from multiple places. Is that advice out of date?