Use the new swift_library rules for the tests.

PiperOrigin-RevId: 210137649
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD
index 31d3fed..eed8501 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/LegacySwift.BUILD
@@ -19,7 +19,7 @@
     "ios_application",
 )
 load(
-    "@build_bazel_rules_apple//apple:swift.bzl",
+    "@build_bazel_rules_swift//swift:swift.bzl",
     "swift_library",
 )
 
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
index 6da4d92..db3f5f9 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
@@ -23,7 +23,7 @@
     "ios_ui_test",
 )
 load(
-    "@build_bazel_rules_apple//apple:swift.bzl",
+    "@build_bazel_rules_swift//swift:swift.bzl",
     "swift_library",
 )