Re: [swift-users] Problems building with dependency

2016-03-19 Thread Max Howell via swift-users
> 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: > > gbn-sstudies-mv:SmarkDown sstudies$ swift build > Cloning https://github.com/SwiftStudies/Duration.git > /usr/local/bin/git -C > /Users/sstudies/Documents/Code/

[swift-users] Problems building with dependency

2016-03-19 Thread Swift Studies via swift-users
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:  gbn-sstudies-mv:SmarkDown sstudies$ swift build Cloning https://github.com/SwiftStudies/Duration.git /usr/local/bin/git -C /Users/sstudies/Documents/Code/Swift/SPM/Pac

Re: [swift-users] Problems building with dependency

2016-03-19 Thread Nigel Hughes via swift-users
The machine is old... I have done many things. Only some of them I can remember :-/ Thank you for your help, I'll get it sorted. Sent from my iPhone > On 17 Mar 2016, at 19:54, Max Howell wrote: > > More likely this is from brew or macports. Xcode has shipped a newer version > for a long t

Re: [swift-users] Problems building with dependency

2016-03-18 Thread Swift Studies via swift-users
Ah that's good to know... I assume 1.8.4 is what is installed along with the XCode command line tools.. What's the best way to upgrade the version without upsetting XCode? On Mar 17, 2016, at 04:50 PM, Max Howell wrote: I have a package I am building that I have introduced a dependency for,

Re: [swift-users] Problems building with dependency

2016-03-18 Thread Max Howell via swift-users
More likely this is from brew or macports. Xcode has shipped a newer version for a long time now. > On Mar 17, 2016, at 10:21 AM, Swift Studies wrote: > > > Ah that's good to know... I assume 1.8.4 is what is installed along with the > XCode command line tools.. What's the best way to upgrade