From 5d32bd14ca29e214038144421222687452e0aa09 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Tue, 9 May 2023 11:33:40 -0500 Subject: [PATCH] Revert "use swift_clang_module_aspect on apple_framework_packaging.transitive_deps (#3) (#570)" (#715) This reverts commit 6f11291e4147185a87f5c65766b31897b9eb4ad7 (https://github.com/bazel-ios/rules_ios/pull/570). This fixes https://github.com/bazel-ios/rules_ios/issues/712 and is confirmed in https://github.com/bazel-ios/rules_ios/pull/713 (which can be merged after this is done since I don't have repo branch push access). --- rules/framework.bzl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/framework.bzl b/rules/framework.bzl index 050beea04..7fed6f6d8 100644 --- a/rules/framework.bzl +++ b/rules/framework.bzl @@ -24,7 +24,7 @@ load("@build_bazel_rules_apple//apple/internal:rule_support.bzl", "rule_support" load("@build_bazel_rules_apple//apple/internal:apple_toolchains.bzl", "AppleMacToolsToolchainInfo", "AppleXPlatToolsToolchainInfo") load("@build_bazel_rules_apple//apple/internal/utils:clang_rt_dylibs.bzl", "clang_rt_dylibs") load("@build_bazel_rules_apple//apple:providers.bzl", "AppleBundleInfo", "IosFrameworkBundleInfo") -load("@build_bazel_rules_swift//swift:swift.bzl", "SwiftInfo", "swift_clang_module_aspect", "swift_common") +load("@build_bazel_rules_swift//swift:swift.bzl", "SwiftInfo", "swift_common") load( "@build_bazel_rules_apple//apple/internal/aspects:resource_aspect.bzl", "apple_resource_aspect", @@ -1118,7 +1118,6 @@ The default behavior bakes this into the top level app. When false, it's statica """, ), "transitive_deps": attr.label_list( - aspects = [swift_clang_module_aspect], mandatory = True, cfg = apple_common.multi_arch_split, doc =