bazelbuild / rules_swift

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

Remove the `swift.use_response_files` feature #1275

Closed brentleyjones closed 3 months ago

brentleyjones commented 3 months ago

This was a no-op anyway; toolchains have been setting it, but nothing requests it. Actions use response files if the ToolInfo says it supports it.

PiperOrigin-RevId: 474293613 (cherry picked from commit 4f0c2a42f13786484f67edd022053fe7d60f6973)