Cool tutorial. I was looking at a similar setup that Google uses for it's recaptcha package[1], where, instead of copying the xcframework _into_ the public repo, they host the file on their own infra and set _that_ as the binaryTarget.<p>So the private repo publishes the framework to S3 or wherever, and then the public repo points to that directly. Might save some time/manual effort when publishing the public package!<p>[1] - <a href="https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk/blob/main/Package.swift#L39-L44" rel="nofollow">https://github.com/GoogleCloudPlatform/recaptcha-enterprise-...</a>