rules_swift
rules_swift copied to clipboard
Add use_default_shell_env to run / run_shell
This fixes https://github.com/bazelbuild/bazel/issues/12049 and apparently is the recommendation wherever possible.
tbd if this is mutually exclusive with passing env
it is mutually exclusive with env, see https://github.com/bazelbuild/rules_swift/pull/502