I have often wanted to quickly test a module I have built in the REPL after
building... I can get so far, but then bump up against a problem where it can't
seem to find the right symbols. I'm sure I'm doing something simple wrong but
the flow is:
swift build
This correctly builds the module,
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
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,