diff --git a/test/starlark_tests/targets_under_test/apple/BUILD b/test/starlark_tests/targets_under_test/apple/BUILD index 0e6b2def3..498139eed 100644 --- a/test/starlark_tests/targets_under_test/apple/BUILD +++ b/test/starlark_tests/targets_under_test/apple/BUILD @@ -863,9 +863,6 @@ apple_xcframework( name = "ios_swift_3p_xcframework_with_generated_header", bundle_id = "com.google.example", bundle_name = "Swift3PFmwkWithGenHeader", - # TODO(b/239957001): Remove this when the rule no longer forces library - # evolution. - features = ["apple.no_legacy_swiftinterface"], infoplists = [ "//test/starlark_tests/resources:Info.plist", ], diff --git a/test/starlark_tests/targets_under_test/ios/BUILD b/test/starlark_tests/targets_under_test/ios/BUILD index f397b2615..3fc666031 100644 --- a/test/starlark_tests/targets_under_test/ios/BUILD +++ b/test/starlark_tests/targets_under_test/ios/BUILD @@ -3885,9 +3885,6 @@ ios_static_framework( ios_static_framework( name = "static_framework_with_generated_header", bundle_name = "SwiftStaticFmwkWithGenHeader", - # TODO(b/239957001): Remove this when the rule no longer forces library - # evolution. - features = ["apple.no_legacy_swiftinterface"], minimum_os_version = common.min_os_ios.baseline, tags = common.fixture_tags, deps = [":SwiftStaticFmwkWithGenHeader"],