Distribute xcframework of a swift packages with local transient dependencies

Thanks @NeoNacho for the response.

We use multiple local swift packages to modularise our project, which are used in both a main app and a SDK packages. This setup works great locally, but I'm looking for way to distribute the SDK package to other clients as well.

What would be a recommendation to distribute such a SDK which depends on multiple local swift packages?

I found this answer from you. Are those still the best ways we can do for this scenario?