gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Swift 3 development is deprecated in Xcode 10 #940

Open big-guy opened 5 years ago

big-guy commented 5 years ago

We may be forced to drop support for Swift 3 and add Swift 5 since we're ~year away from Swift 3 being unsupported.

lacasseio commented 5 years ago

Could it be the time that we start to support multiple Xcode version per machine on our CI? Unless the support is tied to the macOS version in which case that wouldn't work well.

big-guy commented 5 years ago

I opened this because I saw it listed in Xcode 10's release notes. We don't necessarily need to tie ourselves to Xcode versions and could keep support for older releases longer.