Carthage keeps a cache of fetched dependencies in ~/Library/Caches/org.carthage.CarthageKit/dependencies/…
.
Assuming you have a project with this in its Cartfile
:
github "antitypical/Result"
And another project with this:
Then due to not using any further subdirectories for antitypical
or somebody
carthage ends up fetching the wrong dependency from the local cache for the second project being bootstrapped.
This pretty much defeats the whole point of supporting namespacing in the first place. 😢