bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
311 stars 135 forks source link

Remove some no-longer-relevant "supports X" features #1267

Closed brentleyjones closed 3 months ago

brentleyjones commented 3 months ago

All versions of Xcode/Swift that we care about now support the -fsystem-module flag, library evolution, and @_implementationOnly import.

PiperOrigin-RevId: 474139874 (cherry picked from commit c2099d619b263333b893755da88228edf5b268d5)