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
91 stars 8 forks source link

Make `SwiftPackageManagerSwiftBuildExportIntegrationTest.produces manifest for Swift component with declared Swift language version` compiler agnostic #1007

Open lacasseio opened 5 years ago

lacasseio commented 5 years ago

Expected Behavior

The test can execute on any Swift compiler.

Current Behavior

The test is opinionated to Swift 3 which limits which toolchain the test can execute on.

Context

Steps to Reproduce (for bugs)

Your Environment