问题
I'm moving my Carthage libraries to Swift Package Manager. If my Swift Package has dependencies to other Swift Packages, do I have to explicitly link those libraries into the project like I do with Carthage, or are the nested dependencies embedded in the Swift Package?
来源:https://stackoverflow.com/questions/57659938/explicitly-manage-swift-package-nested-dependencies-required