From ce89d743bd50a7af29f82d551d61656f995aec11 Mon Sep 17 00:00:00 2001 From: Jonathan Schear Date: Wed, 4 Dec 2024 13:27:05 -0500 Subject: [PATCH] =?UTF-8?q?Apply=20-enable-bare-slash-regex=20action=20con?= =?UTF-8?q?fig=20to=20SWIFT=5FACTION=5FDERIVE=5FF=E2=80=A6=20(#1464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ILES This action name was dropped when the declaration of this `ActionConfigInfo` was moved: https://github.com/bazelbuild/rules_swift/commit/407becabb204c20a82e12f62818a1793ff36d853#diff-535d0dbea9614c6905a30dfdb0e708df3b16fc68f8930d6aba519342509dc657L347-L359 https://github.com/bazelbuild/rules_swift/commit/407becabb204c20a82e12f62818a1793ff36d853#diff-2785fcfbf39fcb0e5f53eb796c9711765273e1895af7213f7bdcbdcf6ed8a18eR1050-R1059 --- swift/toolchains/config/compile_config.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/swift/toolchains/config/compile_config.bzl b/swift/toolchains/config/compile_config.bzl index bb118f212..4976752ea 100644 --- a/swift/toolchains/config/compile_config.bzl +++ b/swift/toolchains/config/compile_config.bzl @@ -1137,6 +1137,7 @@ def compile_action_configs( actions = [ SWIFT_ACTION_COMPILE, SWIFT_ACTION_COMPILE_MODULE_INTERFACE, + SWIFT_ACTION_DERIVE_FILES, ], configurators = [add_arg("-enable-bare-slash-regex")], features = [SWIFT_FEATURE_ENABLE_BARE_SLASH_REGEX],