Re: [swift-dev] Requiring Xcode 7.3 to build Swift master for Apple platforms?

2016-04-05 Thread Ted kremenek via swift-dev
Hi Grant, On OS X generally speaking we plan on staying with the latest released tools. It simplifies the development model and allows the project to take advantage of advances in the toolchain. Unless there is a strong compelling reason, we don't wish to hold Swift development back when ther

Re: [swift-dev] Swift incremental compile profiling

2016-04-05 Thread Jordan Rose via swift-dev
Hi, Sam. I don't think we currently have a good answer for this built into xcodebuild or xctool, and it's a reasonable idea. (Ideally all builds would be fast enough that it wouldn't matter! That's obviously not where we are.) Since '-debug-time-function-bodies' is now public knowledge, I'll sha

Re: [swift-dev] Swiftpm CI failure on OSX due to watchkit

2016-04-05 Thread Mishal Shah via swift-dev
Hi, This pull request failed because swift master was broken, it’s stable again. Please re-trigger pull request testing. Thanks, Mishal Shah > On Apr 5, 2016, at 4:56 PM, Daniel Dunbar wrote: > > Mishal, do you know what is going on here? > > - Daniel > >> On Apr 5, 2016, at 10:22 AM, Ank

Re: [swift-dev] Swiftpm CI failure on OSX due to watchkit

2016-04-05 Thread Daniel Dunbar via swift-dev
Mishal, do you know what is going on here? - Daniel > On Apr 5, 2016, at 10:22 AM, Ankit Agarwal via swift-dev > wrote: > > Hi, > > https://github.com/apple/swift-package-manager/pull/219 > has failed OSX CI > twice due to what seem

[swift-dev] Swiftpm CI failure on OSX due to watchkit

2016-04-05 Thread Ankit Agarwal via swift-dev
Hi, https://github.com/apple/swift-package-manager/pull/219 has failed OSX CI twice due to what seems like an issue in WatchKit Log: https://ci.swift.org/job/swift-package-manager-PR-osx/88/consoleFull#1156550732ee1a197b-acac-4b17-83cf-a53b95139a76 Appreciate any help. -- Ankit ___

Re: [swift-dev] Policy on the use of clang-format

2016-04-05 Thread Mark Lacey via swift-dev
> On Apr 4, 2016, at 7:18 PM, Omeed Safaee-Rad via swift-dev > wrote: > > Hello Swift! :) Hi Omeed, > > First off, thank you for the wonderful project! > > I noticed that a number of C++ files in the Swift compiler could use a pass > of clang-format. What is the general policy on this? Th