Re: [swift-users] Swift Package Manager questions

2016-10-17 Thread Daniel Dunbar via swift-users
Hi Ed, No, the package manager in the Xcode 8.1 beta only has minimal bug fixes. You can, however, get this by grabbing a snapshot toolchain from http://swift.org/download. - Daniel > On Oct 17, 2016, at 12:10 PM, Edward Connell via swift-users > wrote: > > Thanks Ankit, > Should I be able

Re: [swift-users] Swift Package Manager questions

2016-10-17 Thread Edward Connell via swift-users
Thanks Ankit, Should I be able to pick up that change with Xcode 8.1 beta 3 (latest)? Oct 10th. Ed On Mon, Oct 17, 2016 at 11:42 AM, Ankit Agarwal wrote: > Hi, > > Currently in Swift 3 release of SwiftPM, you cannot override this setting. > A proper solution to this problem is yet to be built i

Re: [swift-users] Swift Package Manager questions

2016-10-17 Thread Ankit Agarwal via swift-users
Hi, Currently in Swift 3 release of SwiftPM, you cannot override this setting. A proper solution to this problem is yet to be built in SwiftPM however in the mean time this patch was landed to allow overrides by passing custom args: https://github.com/apple/swift-package-manager/pull/715 It is ava