<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 18px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Looks good.<div class=""><br class=""></div><div class="">What about getting packages that don't have any semver tags initially?</div><div class="">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`?</div></div></div></blockquote></div><br class=""><div class="">Personally my thinking for this use case has been a separate feature in Package.swift, eg (not concrete proposal):</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">Package(</font></div><div class=""><font face="Courier New" class="">&nbsp; &nbsp; dependencies: [DevPackage(localPath: “../Foo”)])</font></div></body></html>