diff --git a/test/starlark_tests/targets_under_test/apple/BUILD b/test/starlark_tests/targets_under_test/apple/BUILD index 0e6b2def3..d45d9f3ae 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", ], @@ -1244,8 +1241,6 @@ swift_library( swift_library( name = "Swift3PFmwkWithGenHeader", srcs = ["DummyFmwk.swift"], - # Uncomment when rule no longer enforces library evolution - # features = ["swift.enable_library_evolution"], generates_header = True, module_name = "Swift3PFmwkWithGenHeader", tags = common.fixture_tags, diff --git a/test/starlark_tests/targets_under_test/ios/BUILD b/test/starlark_tests/targets_under_test/ios/BUILD index f397b2615..029fbce19 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"], @@ -3985,7 +3982,6 @@ swift_library( swift_library( name = "SwiftStaticFmwkWithGenHeader", srcs = [":dummy_swift"], - features = ["swift.enable_library_evolution"], generates_header = True, module_name = "SwiftStaticFmwkWithGenHeader", tags = common.fixture_tags,