Goal is to host a git repo for a Swift Package to distribute proprietary code as a binary in a XCFramework. The source code has dependencies on other Swift Packages. Listing the dependencies in the .package config is not enough. Simply asking consumers to import dependencies is not an option, as they may be making use of the same packages at different levels. The main problem I am trying to solve is how to resolve these dependencies when my Swift Package is imported into a project.
The packages I am using are also available in a CocoaPod as well.
I have gone thru the following resources and SO posts, but can not find answer to this specific purpose.
2.1m questions
2.1m answers
60 comments
57.0k users