On Apr 1, 2016, at 07:35 , Eric E. Dolecki <[email protected]> wrote: > > I can't go in an fix all the warnings because most of my team has not yet > upgraded their copies of Xcode.
I don’t know if there’s a way of silencing specific warnings in Swift. The best place to ask would be the swift-users list over on swift.org (though I bet it’s already been asked there). In retrospect, it really seems that there should have been an obvious option for this. (Build settings that say LLVM compiler mean Clang, and don’t apply to Swift.) FWIW, my suggestion is that you hold off using Xcode 7.3 until the entire project/team is ready to transition. I suspect Swift 3 is coming very soon (WWDC is only 2 months away), so it’s a fairly short-term compromise. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
