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

Joe Groff jgroff at apple.com
Tue Mar 29 13:02:32 CDT 2016


Xcode 7.3 included a fix for the Apple linker that's necessary to support some of the metadata format changes we're making in Swift 3. I have some workarounds in place that I'd like to remove since they suppress linker coalescing of some constant strings. Would anyone object to us requiring using Xcode 7.3 to develop Swift for OS X and other Apple platforms? If not, we could conditionalize the workarounds behind a flag, though that's additional complexity and testing surface I'd like to avoid.

-Joe


More information about the swift-dev mailing list