<html><body><div>I have a package I am building that I have introduced a dependency for, but swift build is failing. It looks like a git error:&nbsp;</div><div><br data-mce-bogus="1"></div><div><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">gbn-sstudies-mv:SmarkDown <span style="color: #f5f5f5; font-family: Monaco; font-size: 13px; background-color: #000000;" data-mce-style="color: #f5f5f5; font-family: Monaco; font-size: 13px; background-color: #000000;">sstudies</span>$ swift build</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">Cloning https://github.com/SwiftStudies/Duration.git</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;"><span style="font-variant-ligatures: no-common-ligatures; color: #5330e1;" data-mce-style="font-variant-ligatures: no-common-ligatures; color: #5330e1;">/usr/local/bin/git</span> -C /Users/<span style="color: #f5f5f5; font-family: Monaco; font-size: 13px; background-color: #000000;" data-mce-style="color: #f5f5f5; font-family: Monaco; font-size: 13px; background-color: #000000;">sstudies</span>/Documents/Code/Swift/SPM/Packages/SmarkDown/Packages/Duration fetch --tags origin</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">Unknown option: -C</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">usage: git [--version] [--help] [-c name=value]</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [--exec-path[=&lt;path&gt;]] [--html-path] [--man-path] [--info-path]</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [--git-dir=&lt;path&gt;] [--work-tree=&lt;path&gt;] [--namespace=&lt;name&gt;]</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;command&gt; [&lt;args&gt;]</p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000; min-height: 17px;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000; min-height: 17px;"><br></p><p style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;" data-mce-style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: #f5f5f5; background-color: #000000;"><span style="font-variant-ligatures: no-common-ligatures; color: #c33720;" data-mce-style="font-variant-ligatures: no-common-ligatures; color: #c33720;">error:</span> exit(129): git -C /Users/<span style="color: #f5f5f5; font-family: Monaco; font-size: 13px; background-color: #000000;" data-mce-style="color: #f5f5f5; font-family: Monaco; font-size: 13px; background-color: #000000;">sstudies</span>/Documents/Code/Swift/SPM/Packages/SmarkDown/Packages/Duration fetch --tags origin</p><div><br></div></div><div>Is it a git version issue? git --version reveals 1.8.4 which is being picked up from /usr/local/bin/git</div><div><br></div><div>Please let me know if you need more information</div><div><br data-mce-bogus="1"></div><div>-s</div></body></html>