[swift-build-dev] Proposal: Git Branch and ref support for dependencies in Swift Package Manager
Max Howell
max.howell at apple.com
Thu Mar 3 14:23:59 CST 2016
> Looks good.
>
> What about getting packages that don't have any semver tags initially?
> For eg I create a package and want to use it in a different package while also developing the original package and I did a `git init` but not `git tag v0.0.1`?
Personally my thinking for this use case has been a separate feature in Package.swift, eg (not concrete proposal):
Package(
dependencies: [DevPackage(localPath: “../Foo”)])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-build-dev/attachments/20160303/c1f33ecc/attachment.html>
More information about the swift-build-dev
mailing list