From f9bcd899be1b13bfee092253d5e030092df58440 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Fri, 28 Jun 2024 11:18:33 +0200 Subject: [PATCH] Possible fix for breaking change --- apple/internal/framework_import_support.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/internal/framework_import_support.bzl b/apple/internal/framework_import_support.bzl index e787b94849..eab0c98093 100644 --- a/apple/internal/framework_import_support.bzl +++ b/apple/internal/framework_import_support.bzl @@ -515,6 +515,7 @@ def _swift_info_from_module_interface( requested_features = features, unsupported_features = disabled_features, ), + target_name = module_name, module_name = module_name, swiftinterface_file = swiftinterface_file, swift_infos = swift_infos,