[swift-users] Using an SPM built module in REPL

2016-03-26 Thread Swift Studies via swift-users
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,

[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-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,